]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/Puppetfile
add Openstack modules to 3rdparty
[dsa-puppet.git] / 3rdparty / Puppetfile
1 forge "http://forge.puppetlabs.com"
2
3 #mod 'puppetlabs/xinetd', '1.5.0'
4 #mod 'puppetlabs/stunnel', '0.1.0'
5
6 mod 'puppetlabs/stdlib', '4.6.0'
7 mod 'puppetlabs/concat', '1.2.2'
8 mod 'puppetlabs/rabbitmq', '5.2.1'
9 mod 'puppetlabs/inifile', '1.3.0'
10
11 mod 'elasticsearch/elasticsearch', '0.9.5'
12 mod 'nanliu/staging', '1.0.3'
13
14 # OpenStack
15 mod 'keystone', 
16   :git => 'https://github.com/openstack/puppet-keystone', 
17   :tag => '5.1.0'
18 mod 'puppetlabs/apache', '1.5.0'
19 mod 'openstacklib', 
20   :git => 'https://github.com/openstack/puppet-openstacklib',
21   :tag => '5.1.0'
22 mod 'cinder',
23   :git => 'https://github.com/openstack/puppet-cinder',
24   :tag => '5.1.0'
25 mod 'glance',
26   :git => 'https://github.com/openstack/puppet-glance',
27   :tag => '5.1.0'
28 mod 'neutron',
29   :git => 'https://github.com/openstack/puppet-neutron',
30   :tag => '5.1.0'