X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=3rdparty%2FPuppetfile;h=ad9ff68fd01879b91b2181e8698ec2f8309094fa;hb=29c25a2dd54b818d590063af535221f98af7d6c8;hp=d3c0c2d43d47f1050f01360205320987682c6172;hpb=943dd63ceab3c595cfdff25de2631d5b74f19dc9;p=dsa-puppet.git diff --git a/3rdparty/Puppetfile b/3rdparty/Puppetfile index d3c0c2d4..ad9ff68f 100644 --- a/3rdparty/Puppetfile +++ b/3rdparty/Puppetfile @@ -10,3 +10,21 @@ mod 'puppetlabs/inifile', '1.3.0' mod 'elasticsearch/elasticsearch', '0.9.5' mod 'nanliu/staging', '1.0.3' + +# OpenStack +mod 'keystone', + :git => 'https://github.com/openstack/puppet-keystone', + :tag => '5.1.0' +mod 'puppetlabs/apache', '1.5.0' +mod 'openstacklib', + :git => 'https://github.com/openstack/puppet-openstacklib', + :tag => '5.1.0' +mod 'cinder', + :git => 'https://github.com/openstack/puppet-cinder', + :tag => '5.1.0' +mod 'glance', + :git => 'https://github.com/openstack/puppet-glance', + :tag => '5.1.0' +mod 'neutron', + :git => 'https://github.com/openstack/puppet-neutron', + :tag => '5.1.0'