packstack/Puppetfile

159 lines
3.7 KiB
Ruby

moduledir '/usr/share/openstack-puppet/modules'
## OpenStack modules
mod 'aodh',
:git => 'https://github.com/openstack/puppet-aodh',
:ref => 'stable/newton'
mod 'ceilometer',
:git => 'https://github.com/openstack/puppet-ceilometer',
:ref => 'stable/newton'
mod 'cinder',
:git => 'https://github.com/openstack/puppet-cinder',
:ref => 'stable/newton'
mod 'glance',
:git => 'https://github.com/openstack/puppet-glance',
:ref => 'stable/newton'
mod 'gnocchi',
:git => 'https://github.com/openstack/puppet-gnocchi',
:ref => 'stable/newton'
mod 'heat',
:git => 'https://github.com/openstack/puppet-heat',
:ref => 'stable/newton'
mod 'horizon',
:git => 'https://github.com/openstack/puppet-horizon',
:ref => 'stable/newton'
mod 'ironic',
:git => 'https://github.com/openstack/puppet-ironic',
:ref => 'stable/newton'
mod 'keystone',
:git => 'https://github.com/openstack/puppet-keystone',
:ref => 'stable/newton'
mod 'manila',
:git => 'https://github.com/openstack/puppet-manila',
:ref => 'stable/newton'
mod 'neutron',
:git => 'https://github.com/openstack/puppet-neutron',
:ref => 'stable/newton'
mod 'nova',
:git => 'https://github.com/openstack/puppet-nova',
:ref => 'stable/newton'
mod 'openstack_extras',
:git => 'https://github.com/openstack/puppet-openstack_extras',
:ref => 'stable/newton'
mod 'openstacklib',
:git => 'https://github.com/openstack/puppet-openstacklib',
:ref => 'stable/newton'
mod 'oslo',
:git => 'https://github.com/openstack/puppet-oslo',
:ref => 'stable/newton'
mod 'sahara',
:git => 'https://github.com/openstack/puppet-sahara',
:ref => 'stable/newton'
mod 'swift',
:git => 'https://github.com/openstack/puppet-swift',
:ref => 'stable/newton'
mod 'tempest',
:git => 'https://github.com/openstack/puppet-tempest',
:ref => 'stable/newton'
mod 'trove',
:git => 'https://github.com/openstack/puppet-trove',
:ref => 'stable/newton'
mod 'vswitch',
:git => 'https://github.com/openstack/puppet-vswitch',
:ref => 'stable/newton'
## Non-OpenStack modules
mod 'apache',
:git => 'https://github.com/puppetlabs/puppetlabs-apache',
:ref => 'master'
mod 'certmonger',
:git => 'https://github.com/rcritten/puppet-certmonger',
:ref => 'master'
mod 'concat',
:git => 'https://github.com/puppetlabs/puppetlabs-concat',
:ref => 'master'
mod 'firewall',
:git => 'https://github.com/puppetlabs/puppetlabs-firewall',
:ref => 'master'
mod 'inifile',
:git => 'https://github.com/puppetlabs/puppetlabs-inifile',
:ref => 'master'
mod 'memcached',
:git => 'https://github.com/saz/puppet-memcached',
:ref => 'master'
mod 'mongodb',
:git => 'https://github.com/puppetlabs/puppetlabs-mongodb',
:ref => 'master'
mod 'mysql',
:git => 'https://github.com/puppetlabs/puppetlabs-mysql',
:ref => 'master'
mod 'nssdb',
:git => 'https://github.com/rcritten/puppet-nssdb',
:ref => 'master'
mod 'rabbitmq',
:git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq',
:ref => 'master'
mod 'redis',
:git => 'https://github.com/arioch/puppet-redis',
:ref => 'master'
mod 'remote',
:git => 'https://github.com/paramite/puppet-remote',
:ref => 'master'
mod 'rsync',
:git => 'https://github.com/puppetlabs/puppetlabs-rsync',
:ref => 'master'
mod 'ssh',
:git => 'https://github.com/saz/puppet-ssh',
:ref => 'master'
mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
:ref => 'master'
mod 'sysctl',
:git => 'https://github.com/duritong/puppet-sysctl',
:ref => 'master'
mod 'vcsrepo',
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
:ref => 'master'
mod 'xinetd',
:git => 'https://github.com/puppetlabs/puppetlabs-xinetd',
:ref => 'master'