diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-23 20:55:26 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-23 20:55:26 +0000 |
commit | 797fe97752408ea36ddcc401b6cbdfd691854042 (patch) | |
tree | 5459d42c6b2eb59e5d5043c9a0baac0bf3324145 /Puppetfile_extras | |
parent | 942b2a2b8c87b471b57b7d304be923c81d7eb55f (diff) | |
parent | 1c4fe921e677c52dd01c9ce9aa12933fe0688b88 (diff) |
Merge "Switch puppet-tripleo to use puppet-openstack_spec_helper"
Diffstat (limited to 'Puppetfile_extras')
-rw-r--r-- | Puppetfile_extras | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Puppetfile_extras b/Puppetfile_extras new file mode 100644 index 0000000..b9f664f --- /dev/null +++ b/Puppetfile_extras @@ -0,0 +1,31 @@ + +## TripleO Puppet modules + +mod 'haproxy', + :git => 'https://github.com/puppetlabs/puppetlabs-haproxy', + :ref => 'master' + +mod 'midonet', + :git => 'https://github.com/midonet/puppet-midonet', + :ref => 'v2015.06.7' + +mod 'tomcat', + :git => 'https://github.com/puppetlabs/puppetlabs-tomcat', + :ref => '1.3.2' + +mod 'java', + :git => 'https://github.com/puppetlabs/puppetlabs-java', + :ref => '1.4.2' + +mod 'cassandra', + :git => 'https://github.com/locp/cassandra', + :ref => '1.9.2' + +mod 'zookeeper', + :git => 'https://github.com/deric/puppet-zookeeper', + :ref => 'v0.3.9' + +mod 'datacat', + :git => 'https://github.com/richardc/puppet-datacat', + :ref => '0.6.2' + |