Add jobs to generate Glance OpenAPI spec

Change-Id: Idc0d68108c3f6e8aacbbadbbee36526a75869b6e
This commit is contained in:
gtema
2024年03月05日 15:04:42 +01:00
committed by Artem Goncharov
parent 72fbcc8400
commit 2bb66a136f

View File

@@ -120,6 +120,35 @@
project:"opendev.org/openstack/keystone"
path:"/api-ref/build/html/v3/index.html"
- job:
name:codegenerator-openapi-image-tips
parent:codegenerator-openapi-tips-base
description:|
Generate OpenAPI spec for Glance
required-projects:
- name:openstack/glance
vars:
openapi_service:image
install_additional_projects:
- project:"opendev.org/openstack/glance"
name:"."
- job:
name:codegenerator-openapi-image-tips-with-api-ref
parent:codegenerator-openapi-image-tips
description:|
Generate OpenAPI spec for Glance consuming API-REF
required-projects:
- name:openstack/glance
pre-run:
- playbooks/openapi/pre-api-ref.yaml
vars:
codegenerator_api_ref:
project:"opendev.org/openstack/glance"
path:"/api-ref/build/html/v2/index.html"
- job:
name:codegenerator-openapi-network-tips
parent:codegenerator-openapi-tips-base

View File

@@ -9,4 +9,5 @@
- codegenerator-openapi-block-storage-tips-with-api-ref
- codegenerator-openapi-compute-tips-with-api-ref
- codegenerator-openapi-identity-tips-with-api-ref
- codegenerator-openapi-image-tips-with-api-ref
- codegenerator-openapi-network-tips-with-api-ref
Reference in New Issue
openstack/codegenerator
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.