Move Kolla to the openstack git namespace
The TC approved Kolla for the openstack namespace in change: If6e30574235e61ea6850e364d5ac7d11bc0ee2b4 This patch executes the rename. Change-Id: I47c7acda7b0b71b774d4fcc49bfd4674652b177e
This commit is contained in:
parent
530556e8c4
commit
d9f0d31ef5
@ -1102,6 +1102,8 @@
|
||||
- project: openstack/kloudbuster
|
||||
description: A tool to load OpenStack clouds end to end in both control plane and
|
||||
data plane.
|
||||
- project: openstack/kolla
|
||||
description: Kolla provides production-ready containers and deployment tools for operating OpenStack clouds
|
||||
- project: openstack/kosmos
|
||||
description: Global Server Load-Balancing
|
||||
- project: openstack/kosmos-specs
|
||||
@ -2376,8 +2378,6 @@
|
||||
- project: stackforge/kickstack
|
||||
description: Rapid OpenStack deployment with puppet-dashboard, The Foreman, or any
|
||||
other Puppet ENC
|
||||
- project: stackforge/kolla
|
||||
description: Kolla - Deploying OpenStack using Docker
|
||||
- project: stackforge/kwapi
|
||||
description: Energy Efficiency Monitoring
|
||||
- project: stackforge/libra
|
||||
|
@ -174,7 +174,7 @@ kolla:
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/kolla
|
||||
- openstack/kolla
|
||||
branches:
|
||||
- master
|
||||
- stable/kilo
|
||||
|
@ -637,6 +637,33 @@
|
||||
- openstack-publish-jobs
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: kolla
|
||||
node: 'bare-precise || bare-trusty'
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
- gate-{name}-pep8
|
||||
- openstack-publish-jobs
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: validate-contents
|
||||
- '{pipeline}-kolla-build-images-{distro}-{type}':
|
||||
distro: centos
|
||||
node: 'devstack-centos7'
|
||||
pipeline: gate
|
||||
type: binary
|
||||
- '{pipeline}-kolla-build-images-{distro}-{type}':
|
||||
distro: centos
|
||||
node: 'devstack-centos7'
|
||||
pipeline: gate
|
||||
type: source
|
||||
- '{pipeline}-kolla-build-images-{distro}-{type}':
|
||||
distro: ubuntu
|
||||
node: 'devstack-trusty'
|
||||
pipeline: gate
|
||||
type: source
|
||||
|
||||
- project:
|
||||
name: kosmos
|
||||
node: 'bare-precise || bare-trusty'
|
||||
@ -5394,33 +5421,6 @@
|
||||
- pypi-jobs
|
||||
- hook-{name}-rtfd
|
||||
|
||||
- project:
|
||||
name: kolla
|
||||
node: 'bare-precise || bare-trusty'
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
- gate-{name}-pep8
|
||||
- openstack-publish-jobs
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: validate-contents
|
||||
- '{pipeline}-kolla-build-images-{distro}-{type}':
|
||||
distro: centos
|
||||
node: 'devstack-centos7'
|
||||
pipeline: gate
|
||||
type: binary
|
||||
- '{pipeline}-kolla-build-images-{distro}-{type}':
|
||||
distro: centos
|
||||
node: 'devstack-centos7'
|
||||
pipeline: gate
|
||||
type: source
|
||||
- '{pipeline}-kolla-build-images-{distro}-{type}':
|
||||
distro: ubuntu
|
||||
node: 'devstack-trusty'
|
||||
pipeline: gate
|
||||
type: source
|
||||
|
||||
- project:
|
||||
name: kwapi
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -2368,6 +2368,22 @@ projects:
|
||||
- name: docs-on-rtfd
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/kolla
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-server-publish-jobs
|
||||
check:
|
||||
- gate-kolla-bashate
|
||||
- gate-kolla-pep8
|
||||
- gate-kolla-tox-validate-contents
|
||||
- gate-kolla-build-images-centos-binary
|
||||
- gate-kolla-build-images-centos-source
|
||||
- gate-kolla-build-images-ubuntu-source
|
||||
gate:
|
||||
- gate-kolla-bashate
|
||||
- gate-kolla-pep8
|
||||
- gate-kolla-tox-validate-contents
|
||||
|
||||
- name: openstack/kosmos
|
||||
template:
|
||||
- name: merge-check
|
||||
@ -7701,22 +7717,6 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: stackforge/kolla
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-server-publish-jobs
|
||||
check:
|
||||
- gate-kolla-bashate
|
||||
- gate-kolla-pep8
|
||||
- gate-kolla-tox-validate-contents
|
||||
- gate-kolla-build-images-centos-binary
|
||||
- gate-kolla-build-images-centos-source
|
||||
- gate-kolla-build-images-ubuntu-source
|
||||
gate:
|
||||
- gate-kolla-bashate
|
||||
- gate-kolla-pep8
|
||||
- gate-kolla-tox-validate-contents
|
||||
|
||||
- name: stackforge/kwapi
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user