From 915ba5f1549fa1a409b97c7d370e191691328716 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Wed, 24 Apr 2013 10:57:08 -0700 Subject: [PATCH] add quantum puppet module to stackforge Change-Id: If78d175c823dd6ff288e944c74f9b47521e9ec16 Reviewed-on: https://review.openstack.org/27433 Reviewed-by: Anita Kuno Reviewed-by: Jeremy Stanley Reviewed-by: Clark Boylan Reviewed-by: James E. Blair Approved: Clark Boylan Tested-by: Jenkins --- .../gerritbot/files/gerritbot_channel_config.yaml | 1 + .../files/jenkins_job_builder/config/projects.yaml | 9 +++++++++ modules/openstack_project/files/zuul/layout.yaml | 12 ++++++++++++ .../templates/review.projects.yaml.erb | 4 ++++ 4 files changed, 26 insertions(+) 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"