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