diff --git a/deliverables/_independent/openstack-virtual-baremetal.yaml b/deliverables/_independent/openstack-virtual-baremetal.yaml index 6dcfdd0a07..603bff6b68 100644 --- a/deliverables/_independent/openstack-virtual-baremetal.yaml +++ b/deliverables/_independent/openstack-virtual-baremetal.yaml @@ -2,9 +2,13 @@ launchpad: tripleo team: tripleo type: other +stable-branch-type: upstream +release-type: openstack-virtual-baremetal branches: - name: stable/1.0 location: '1.0' + - name: stable/2.0 + location: '2.0' releases: - projects: - hash: 1e98fb2d851e94983c76a8ef13e491cb80d50eef @@ -18,5 +22,9 @@ releases: - hash: abc95e8351300379974bbf003ccb6b0c686d37dc repo: openstack/openstack-virtual-baremetal version: 1.0.1 + - projects: + - hash: 02cdcbb7523d9219c1c2d52b989e1fbd6c128f85 + repo: openstack/openstack-virtual-baremetal + version: '2.0' repository-settings: openstack/openstack-virtual-baremetal: {} diff --git a/openstack_releases/project_config.py b/openstack_releases/project_config.py index 5f1398da42..de86fa1fb5 100644 --- a/openstack_releases/project_config.py +++ b/openstack_releases/project_config.py @@ -169,6 +169,9 @@ _RELEASE_JOBS_FOR_TYPE = { 'manila-image-elements': [ 'manila-image-elements-publish-artifacts', ], + 'openstack-virtual-baremetal': [ + 'docs-on-readthedocs', + ], } diff --git a/openstack_releases/schema.yaml b/openstack_releases/schema.yaml index eb0a5923fb..9f98944f20 100644 --- a/openstack_releases/schema.yaml +++ b/openstack_releases/schema.yaml @@ -54,7 +54,7 @@ properties: type: "string" enum: [ "python-service", "python-pypi", "xstatic", "fuel", "nodejs", "puppet", "neutron", "horizon", "openstack-manuals", - "manila-image-elements", "generic" ] + "manila-image-elements", "openstack-virtual-baremetal", "generic" ] stable-branch-type: type: "string" enum: [ "std", "tagless", "upstream", "none", "std-with-versions" ]