Merge "Add new modules in Puppetfile"

This commit is contained in:
Jenkins
2016-06-09 09:58:22 +00:00
committed by Gerrit Code Review
2 changed files with 15 additions and 0 deletions

View File

@@ -21,10 +21,18 @@ mod 'cinder',
:git => 'https://git.openstack.org/openstack/puppet-cinder', :git => 'https://git.openstack.org/openstack/puppet-cinder',
:ref => 'master' :ref => 'master'
mod 'congress',
:git => 'https://git.openstack.org/openstack/puppet-congress',
:ref => 'master'
mod 'designate', mod 'designate',
:git => 'https://git.openstack.org/openstack/puppet-designate', :git => 'https://git.openstack.org/openstack/puppet-designate',
:ref => 'master' :ref => 'master'
mod 'ec2api',
:git => 'https://git.openstack.org/openstack/puppet-ec2api',
:ref => 'master'
mod 'glance', mod 'glance',
:git => 'https://git.openstack.org/openstack/puppet-glance', :git => 'https://git.openstack.org/openstack/puppet-glance',
:ref => 'master' :ref => 'master'
@@ -117,6 +125,10 @@ mod 'vswitch',
:git => 'https://git.openstack.org/openstack/puppet-vswitch', :git => 'https://git.openstack.org/openstack/puppet-vswitch',
:ref => 'master' :ref => 'master'
mod 'watcher',
:git => 'https://git.openstack.org/openstack/puppet-watcher',
:ref => 'master'
mod 'zaqar', mod 'zaqar',
:git => 'https://git.openstack.org/openstack/puppet-zaqar', :git => 'https://git.openstack.org/openstack/puppet-zaqar',
:ref => 'master' :ref => 'master'

View File

@@ -3,7 +3,9 @@ barbican
ceilometer ceilometer
ceph ceph
cinder cinder
congress
designate designate
ec2api
glance glance
gnocchi gnocchi
heat heat
@@ -27,4 +29,5 @@ swift
tempest tempest
trove trove
vswitch vswitch
watcher
zaqar zaqar