33 lines
667 B
Ruby
33 lines
667 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'
|
|
mod 'locp/cassandra'
|
|
mod 'puppetlabs/concat'
|
|
mod 'TubeMogul/curator'
|
|
mod 'elasticsearch/elasticsearch'
|
|
mod 'elasticsearch/logstash'
|
|
mod 'electrical/file_concat'
|
|
|
|
|
|
mod 'midonet_openstack',
|
|
:git => 'https://github.com/midonet/puppet-midonet_openstack',
|
|
:ref => 'master'
|