
- Pin version of package elasticsearh - Send proper format to midonet config - Check for duplicate midonet.conf file creation Change-Id: I8b13dcb1c82be3fa6d61daad1ddcad664420f2e2 (cherry picked from commit a6f5b2bdd8ab5e1d8feb79a2acc01573e23aa835)
34 lines
722 B
Ruby
34 lines
722 B
Ruby
#!/usr/bin/env ruby
|
|
#^syntax detection
|
|
|
|
forge "https://forgeapi.puppetlabs.com"
|
|
|
|
|
|
## OpenStack modules
|
|
|
|
mod 'puppet-neutron',
|
|
:git => 'https://github.com/openstack/puppet-neutron',
|
|
:ref => 'stable/mitaka'
|
|
|
|
## External modules
|
|
|
|
mod 'puppetlabs/inifile'
|
|
mod 'puppetlabs/apt'
|
|
mod 'puppetlabs/java'
|
|
mod 'puppetlabs/stdlib'
|
|
mod 'puppetlabs/apache'
|
|
mod 'puppetlabs/firewall'
|
|
mod 'deric/zookeeper' , '0.6.1'
|
|
mod 'locp/cassandra' , '1.25.2'
|
|
mod 'puppetlabs/concat'
|
|
mod 'TubeMogul/curator'
|
|
mod 'elasticsearch/elasticsearch' , '0.13.2'
|
|
mod 'elasticsearch/logstash'
|
|
mod 'electrical/file_concat'
|
|
mod 'richardc/datacat'
|
|
|
|
|
|
mod 'midonet_openstack',
|
|
:git => 'https://github.com/midonet/puppet-midonet_openstack',
|
|
:ref => 'master'
|