diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 6134fdbfa1..baa16d851f 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -199,6 +199,7 @@ puppet-openstack: - stackforge/puppet-nova - stackforge/puppet-openstack - stackforge/puppet-openstack_dev_env + - stackforge/puppet-quantum - stackforge/puppet-swift branches: - master diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index 64c33d9234..887ba92c15 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -841,3 +841,12 @@ jobs: - puppet-module-unit + +- project: + name: puppet-quantum + github-org: stackforge + node: quantal + tarball-site: tarballs.openstack.org + + jobs: + - puppet-module-unit diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index e1e9e643e7..e44d026caf 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1594,6 +1594,18 @@ projects: - gate-puppet-nova-puppet-unit-3.0 - gate-puppet-nova-puppet-unit-3.1 + - name: stackforge/puppet-quantum + check: + - gate-puppet-quantum-puppet-unit-2.6 + - gate-puppet-quantum-puppet-unit-2.7 + - gate-puppet-quantum-puppet-unit-3.0 + - gate-puppet-quantum-puppet-unit-3.1 + gate: + - gate-puppet-quantum-puppet-unit-2.6 + - gate-puppet-quantum-puppet-unit-2.7 + - gate-puppet-quantum-puppet-unit-3.0 + - gate-puppet-quantum-puppet-unit-3.1 + - name: stackforge/puppet-openstack check: - gate-puppet-openstack-puppet-unit-2.6 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 3db9717d8e..bbf2aa20f1 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -171,6 +171,10 @@ description: OpenStack Swift Puppet Module acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config upstream: git://github.com/puppetlabs/puppetlabs-swift.git +- project: stackforge/puppet-quantum + description: OpenStack Quantum Puppet Module + acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config + upstream: git://github.com/bodepd/puppet-quantum.git - project: stackforge/opencafe upstream: https://github.com/samu4924/opencafe description: "Common Automation Framework Engine. Core driver for CloudCAFE"