From 6991b9134ff13d142072dbf792608a4d48af2d9d Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 8 Jun 2016 11:04:40 -0400 Subject: [PATCH] Add new modules in Puppetfile Add ec2api, watcher and congress. Change-Id: I2f8e4e6e2a0fcfe4e7942cbffe5f8ffb9608e03b --- Puppetfile | 12 ++++++++++++ openstack_modules.txt | 3 +++ 2 files changed, 15 insertions(+) diff --git a/Puppetfile b/Puppetfile index 353c54641..22f93a0a1 100644 --- a/Puppetfile +++ b/Puppetfile @@ -21,10 +21,18 @@ mod 'cinder', :git => 'https://git.openstack.org/openstack/puppet-cinder', :ref => 'master' +mod 'congress', + :git => 'https://git.openstack.org/openstack/puppet-congress', + :ref => 'master' + mod 'designate', :git => 'https://git.openstack.org/openstack/puppet-designate', :ref => 'master' +mod 'ec2api', + :git => 'https://git.openstack.org/openstack/puppet-ec2api', + :ref => 'master' + mod 'glance', :git => 'https://git.openstack.org/openstack/puppet-glance', :ref => 'master' @@ -117,6 +125,10 @@ mod 'vswitch', :git => 'https://git.openstack.org/openstack/puppet-vswitch', :ref => 'master' +mod 'watcher', + :git => 'https://git.openstack.org/openstack/puppet-watcher', + :ref => 'master' + mod 'zaqar', :git => 'https://git.openstack.org/openstack/puppet-zaqar', :ref => 'master' diff --git a/openstack_modules.txt b/openstack_modules.txt index f38db6edc..db3de0e63 100644 --- a/openstack_modules.txt +++ b/openstack_modules.txt @@ -3,7 +3,9 @@ barbican ceilometer ceph cinder +congress designate +ec2api glance gnocchi heat @@ -27,4 +29,5 @@ swift tempest trove vswitch +watcher zaqar