From 440676b1b1be9b786adec513e6e69eaeebe0a1e6 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Thu, 20 Feb 2014 12:58:26 -0500 Subject: [PATCH] Add puppet_openstack_builder to puppet-group Puppet_openstack_builder is a composiiton layer for Puppetized deployments of OpenStack that was formally introduced into the StackForge community in the last development cycle. Today, it is not included in the puppet-group in Stackalytics even though it is managed by the same group of core devs. This patch adds puppet_openstack_builder to the "puppet-group" module group. Change-Id: I509deb8a8a80742b682d34ef81b634a21997b20b --- etc/default_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/default_data.json b/etc/default_data.json index e124ce99f..7ea7a6e49 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -6151,7 +6151,7 @@ }, { "module_group_name": "puppet-group", - "modules": ["puppet-openstack", "puppet-nova", "puppet-neutron", "puppet-glance", "puppet-keystone", "puppet-horizon", "puppet-heat", "puppet-cinder", "puppet-openstack_dev_env", "puppet-swift", "puppet-tempest", "puppet-ceilometer"] + "modules": ["puppet-openstack", "puppet-nova", "puppet-neutron", "puppet-glance", "puppet-keystone", "puppet-horizon", "puppet-heat", "puppet-cinder", "puppet-openstack_dev_env", "puppet-swift", "puppet-tempest", "puppet-ceilometer", "puppet_openstack_builder"] }, { "module_group_name": "chef-group",