Merge "Added new projects for the OSA role break out"
This commit is contained in:
commit
9e5796d7f6
@ -1983,16 +1983,87 @@
|
||||
description: Ansible playbooks for deploying OpenStack.
|
||||
groups:
|
||||
- openstack-ansible
|
||||
options:
|
||||
- direct-release
|
||||
docimpact-group: openstack-ansible
|
||||
- project: openstack/openstack-ansible-apt_package_pinning
|
||||
upstream: https://github.com/os-cloud/openstack-ansible-apt_package_pinning
|
||||
description: Role apt_package_pinning for OpenStack-Ansible
|
||||
groups:
|
||||
- openstack-ansible
|
||||
options:
|
||||
- direct-release
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config
|
||||
- project: openstack/openstack-ansible-lxc_container_create
|
||||
upstream: https://github.com/os-cloud/openstack-ansible-lxc_container_create
|
||||
description: Role lxc_container_create for OpenStack-Ansible
|
||||
groups:
|
||||
- openstack-ansible
|
||||
options:
|
||||
- direct-release
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config
|
||||
- project: openstack/openstack-ansible-lxc_hosts
|
||||
upstream: https://github.com/os-cloud/openstack-ansible-lxc_hosts
|
||||
description: Role lxc_hosts for OpenStack-Ansible
|
||||
groups:
|
||||
- openstack-ansible
|
||||
options:
|
||||
- direct-release
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config
|
||||
- project: openstack/openstack-ansible-openstack_hosts
|
||||
upstream: https://github.com/os-cloud/openstack-ansible-openstack_hosts
|
||||
description: Role openstack_hosts for OpenStack-Ansible
|
||||
groups:
|
||||
- openstack-ansible
|
||||
options:
|
||||
- direct-release
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config
|
||||
- project: openstack/openstack-ansible-pip_install
|
||||
upstream: https://github.com/os-cloud/openstack-ansible-pip_install
|
||||
description: Role pip_install for OpenStack-Ansible
|
||||
groups:
|
||||
- openstack-ansible
|
||||
options:
|
||||
- direct-release
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config
|
||||
- project: openstack/openstack-ansible-py_from_git
|
||||
upstream: https://github.com/os-cloud/openstack-ansible-py_from_git
|
||||
description: Role py_from_git for OpenStack-Ansible
|
||||
groups:
|
||||
- openstack-ansible
|
||||
options:
|
||||
- direct-release
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config
|
||||
- project: openstack/openstack-ansible-rsyslog_client
|
||||
upstream: https://github.com/os-cloud/openstack-ansible-rsyslog_client
|
||||
description: Role rsyslog_client for OpenStack-Ansible
|
||||
groups:
|
||||
- openstack-ansible
|
||||
options:
|
||||
- direct-release
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config
|
||||
- project: openstack/openstack-ansible-security
|
||||
description: Security Role for OpenStack-Ansible
|
||||
groups:
|
||||
- openstack-ansible
|
||||
options:
|
||||
- direct-release
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config
|
||||
- project: openstack/openstack-ansible-specs
|
||||
description: Design Specifications for OpenStack-Ansible
|
||||
groups:
|
||||
- openstack-ansible
|
||||
options:
|
||||
- direct-release
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config
|
||||
- project: openstack/openstack-chef-repo
|
||||
groups:
|
||||
|
@ -216,6 +216,13 @@ openstack-ansible:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/openstack-ansible
|
||||
- openstack/openstack-ansible-apt_package_pinning
|
||||
- openstack/openstack-ansible-lxc_container_create
|
||||
- openstack/openstack-ansible-lxc_hosts
|
||||
- openstack/openstack-ansible-openstack_hosts
|
||||
- openstack/openstack-ansible-pip_install
|
||||
- openstack/openstack-ansible-py_from_git
|
||||
- openstack/openstack-ansible-rsyslog_client
|
||||
- openstack/openstack-ansible-security
|
||||
- openstack/openstack-ansible-specs
|
||||
branches:
|
||||
@ -223,6 +230,7 @@ openstack-ansible:
|
||||
- icehouse
|
||||
- juno
|
||||
- kilo
|
||||
- liberty
|
||||
|
||||
openstack-anvil:
|
||||
events:
|
||||
|
@ -3360,7 +3360,6 @@
|
||||
|
||||
jobs:
|
||||
- openstack-publish-jobs
|
||||
- 'gate-{name}-bashate'
|
||||
- 'gate-{name}-docs'
|
||||
- 'gate-{name}-lint'
|
||||
- 'gate-{name}-pep8'
|
||||
@ -3377,6 +3376,97 @@
|
||||
- 'gate-{name}-dsvm-commit':
|
||||
node: 'devstack-trusty'
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-apt_package_pinning
|
||||
node: 'bare-precise || bare-trusty'
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- openstack-publish-jobs
|
||||
- 'gate-{name}-ansible-lint'
|
||||
- 'gate-{name}-docs'
|
||||
- 'gate-{name}-pep8'
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: ansible-functional
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-lxc_container_create
|
||||
node: 'bare-precise || bare-trusty'
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- openstack-publish-jobs
|
||||
- 'gate-{name}-ansible-lint'
|
||||
- 'gate-{name}-docs'
|
||||
- 'gate-{name}-pep8'
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: ansible-functional
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-lxc_hosts
|
||||
node: 'bare-precise || bare-trusty'
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- openstack-publish-jobs
|
||||
- 'gate-{name}-ansible-lint'
|
||||
- 'gate-{name}-docs'
|
||||
- 'gate-{name}-pep8'
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: ansible-functional
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-openstack_hosts
|
||||
node: 'bare-precise || bare-trusty'
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- openstack-publish-jobs
|
||||
- 'gate-{name}-ansible-lint'
|
||||
- 'gate-{name}-docs'
|
||||
- 'gate-{name}-pep8'
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: ansible-functional
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-pip_install
|
||||
node: 'bare-precise || bare-trusty'
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- openstack-publish-jobs
|
||||
- 'gate-{name}-ansible-lint'
|
||||
- 'gate-{name}-docs'
|
||||
- 'gate-{name}-pep8'
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: ansible-functional
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-py_from_git
|
||||
node: 'bare-precise || bare-trusty'
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- openstack-publish-jobs
|
||||
- 'gate-{name}-ansible-lint'
|
||||
- 'gate-{name}-docs'
|
||||
- 'gate-{name}-pep8'
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: ansible-functional
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-rsyslog_client
|
||||
node: 'bare-precise || bare-trusty'
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- openstack-publish-jobs
|
||||
- 'gate-{name}-ansible-lint'
|
||||
- 'gate-{name}-docs'
|
||||
- 'gate-{name}-pep8'
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: ansible-functional
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-security
|
||||
node: 'bare-precise || bare-trusty'
|
||||
@ -3385,7 +3475,6 @@
|
||||
jobs:
|
||||
- openstack-publish-jobs
|
||||
- 'gate-{name}-ansible-lint'
|
||||
- 'gate-{name}-bashate'
|
||||
- 'gate-{name}-docs'
|
||||
- 'gate-{name}-pep8'
|
||||
|
||||
|
109
zuul/layout.yaml
109
zuul/layout.yaml
@ -6659,7 +6659,6 @@ projects:
|
||||
- gate-openstack-ansible-docs
|
||||
- gate-openstack-ansible-lint
|
||||
- gate-openstack-ansible-pep8
|
||||
- gate-openstack-ansible-bashate
|
||||
# This check uses the newer 'ubuntu-trusty' image which
|
||||
# is consistent between cloud providers. It is in the
|
||||
# final stage of testing.
|
||||
@ -6672,9 +6671,113 @@ projects:
|
||||
gate:
|
||||
- gate-openstack-ansible-docs
|
||||
- gate-openstack-ansible-pep8
|
||||
- gate-openstack-ansible-bashate
|
||||
- gate-openstack-ansible-dsvm-commit
|
||||
|
||||
- name: openstack/openstack-ansible-apt_package_pinning
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-server-publish-jobs
|
||||
check:
|
||||
- gate-openstack-ansible-apt_package_pinning-docs
|
||||
- gate-openstack-ansible-apt_package_pinning-pep8
|
||||
- gate-openstack-ansible-apt_package_pinning-ansible-lint
|
||||
- gate-openstack-ansible-apt_package_pinning-tox-ansible-functional
|
||||
gate:
|
||||
- gate-openstack-ansible-apt_package_pinning-docs
|
||||
- gate-openstack-ansible-apt_package_pinning-pep8
|
||||
- gate-openstack-ansible-apt_package_pinning-ansible-lint
|
||||
- gate-openstack-ansible-apt_package_pinning-tox-ansible-functional
|
||||
|
||||
- name: openstack/openstack-ansible-lxc_container_create
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-server-publish-jobs
|
||||
check:
|
||||
- gate-openstack-ansible-lxc_container_create-docs
|
||||
- gate-openstack-ansible-lxc_container_create-pep8
|
||||
- gate-openstack-ansible-lxc_container_create-ansible-lint
|
||||
- gate-openstack-ansible-lxc_container_create-tox-ansible-functional
|
||||
gate:
|
||||
- gate-openstack-ansible-lxc_container_create-docs
|
||||
- gate-openstack-ansible-lxc_container_create-pep8
|
||||
- gate-openstack-ansible-lxc_container_create-ansible-lint
|
||||
- gate-openstack-ansible-lxc_container_create-tox-ansible-functional
|
||||
|
||||
- name: openstack/openstack-ansible-lxc_hosts
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-server-publish-jobs
|
||||
check:
|
||||
- gate-openstack-ansible-lxc_hosts-docs
|
||||
- gate-openstack-ansible-lxc_hosts-pep8
|
||||
- gate-openstack-ansible-lxc_hosts-ansible-lint
|
||||
- gate-openstack-ansible-lxc_hosts-tox-ansible-functional
|
||||
gate:
|
||||
- gate-openstack-ansible-lxc_hosts-docs
|
||||
- gate-openstack-ansible-lxc_hosts-pep8
|
||||
- gate-openstack-ansible-lxc_hosts-ansible-lint
|
||||
- gate-openstack-ansible-lxc_hosts-tox-ansible-functional
|
||||
|
||||
- name: openstack/openstack-ansible-openstack_hosts
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-server-publish-jobs
|
||||
check:
|
||||
- gate-openstack-ansible-openstack_hosts-docs
|
||||
- gate-openstack-ansible-openstack_hosts-pep8
|
||||
- gate-openstack-ansible-openstack_hosts-ansible-lint
|
||||
- gate-openstack-ansible-openstack_hosts-tox-ansible-functional
|
||||
gate:
|
||||
- gate-openstack-ansible-openstack_hosts-docs
|
||||
- gate-openstack-ansible-openstack_hosts-pep8
|
||||
- gate-openstack-ansible-openstack_hosts-ansible-lint
|
||||
- gate-openstack-ansible-openstack_hosts-tox-ansible-functional
|
||||
|
||||
- name: openstack/openstack-ansible-pip_install
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-server-publish-jobs
|
||||
check:
|
||||
- gate-openstack-ansible-pip_install-docs
|
||||
- gate-openstack-ansible-pip_install-pep8
|
||||
- gate-openstack-ansible-pip_install-ansible-lint
|
||||
- gate-openstack-ansible-pip_install-tox-ansible-functional
|
||||
gate:
|
||||
- gate-openstack-ansible-pip_install-docs
|
||||
- gate-openstack-ansible-pip_install-pep8
|
||||
- gate-openstack-ansible-pip_install-ansible-lint
|
||||
- gate-openstack-ansible-pip_install-tox-ansible-functional
|
||||
|
||||
- name: openstack/openstack-ansible-py_from_git
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-server-publish-jobs
|
||||
check:
|
||||
- gate-openstack-ansible-py_from_git-docs
|
||||
- gate-openstack-ansible-py_from_git-pep8
|
||||
- gate-openstack-ansible-py_from_git-ansible-lint
|
||||
- gate-openstack-ansible-py_from_git-tox-ansible-functional
|
||||
gate:
|
||||
- gate-openstack-ansible-py_from_git-docs
|
||||
- gate-openstack-ansible-py_from_git-pep8
|
||||
- gate-openstack-ansible-py_from_git-ansible-lint
|
||||
- gate-openstack-ansible-py_from_git-tox-ansible-functional
|
||||
|
||||
- name: openstack/openstack-ansible-rsyslog_client
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-server-publish-jobs
|
||||
check:
|
||||
- gate-openstack-ansible-rsyslog_client-docs
|
||||
- gate-openstack-ansible-rsyslog_client-pep8
|
||||
- gate-openstack-ansible-rsyslog_client-ansible-lint
|
||||
- gate-openstack-ansible-rsyslog_client-tox-ansible-functional
|
||||
gate:
|
||||
- gate-openstack-ansible-rsyslog_client-docs
|
||||
- gate-openstack-ansible-rsyslog_client-pep8
|
||||
- gate-openstack-ansible-rsyslog_client-ansible-lint
|
||||
- gate-openstack-ansible-rsyslog_client-tox-ansible-functional
|
||||
|
||||
- name: openstack/openstack-ansible-security
|
||||
template:
|
||||
- name: merge-check
|
||||
@ -6682,12 +6785,10 @@ projects:
|
||||
check:
|
||||
- gate-openstack-ansible-security-docs
|
||||
- gate-openstack-ansible-security-pep8
|
||||
- gate-openstack-ansible-security-bashate
|
||||
- gate-openstack-ansible-security-ansible-lint
|
||||
gate:
|
||||
- gate-openstack-ansible-security-docs
|
||||
- gate-openstack-ansible-security-pep8
|
||||
- gate-openstack-ansible-security-bashate
|
||||
- gate-openstack-ansible-security-ansible-lint
|
||||
|
||||
- name: openstack/openstack-ansible-specs
|
||||
|
Loading…
x
Reference in New Issue
Block a user