From 99b7b43e8bd2965bf669ae0af6c832a5a8a768bf Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Mon, 18 Nov 2013 14:12:30 +1100 Subject: [PATCH] Add stackforge project: puppet_openstack_builder This patch adds a new project to stackforge called puppet_openstack_builder. This project provides a data model for capturing reference architectures of Openstack that can then be consumed by Puppet to deploy a customised cloud. Change-Id: I1359736f48543ce71c1919ea3c8f4f48ac08ef90 --- modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ .../openstack_project/templates/review.projects.yaml.erb | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 5b9f4684a8..2647f7428d 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2866,6 +2866,12 @@ projects: gate: - gate-noop + - name: stackforge/puppet_openstack_builder + check: + - gate-noop + gate: + - gate-noop + - name: stackforge/mistral check: - gate-mistral-pep8 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 5dfc62fd37..7a37082413 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -418,6 +418,10 @@ description: OpenStack Puppet Dev Environment acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config upstream: git://github.com/puppetlabs/puppetlabs-openstack_dev_env.git +- project: stackforge/puppet_openstack_builder + upstream: git://github.com/CiscoSystems/puppet_openstack_builder + description: Data model for deploying multiple openstack reference architectures + acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config - project: stackforge/puppet-savanna description: Savanna Puppet Module acl-config: /home/gerrit2/acls/openstack/savanna.config