From 96a2ae07286072d7b7490b629dc5af94d1dc297b Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 25 Mar 2015 10:27:47 -0400 Subject: [PATCH] Add puppet-diskimage_builder to our module list Before we can use it in the nodepool module, we're going to need to install it on the puppetmaster. Change-Id: I1f45a4a781aaf6a622d0ef8a514aaed373c5d7c5 Depends-On: Ic3684a9980181daae78e3fd5750ceee4aa807411 --- modules.env | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.env b/modules.env index 850b1aa641..a4ba0c86de 100644 --- a/modules.env +++ b/modules.env @@ -65,6 +65,7 @@ INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-asterisk"]="orig INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-bugdaystats"]="origin/master" INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-bup"]="origin/master" INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-cgit"]="origin/master" +INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-diskimage_builder"]="origin/master" INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-drupal"]="origin/master" INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-elastic_recheck"]="origin/master" INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-elasticsearch"]="origin/master"