6b60406769
Since the compatibility issue [1] is fixed, we have to unpin it and track master again. We also set the new namespace (i.e camptocamp = voxpupuli). [1] https://review.opendev.org/c/x/packstack/+/778001 Change-Id: I763d69757101a1239557769c46ea7d676e7fd63b
159 lines
3.5 KiB
Ruby
Executable File
159 lines
3.5 KiB
Ruby
Executable File
moduledir '/usr/share/openstack-puppet/modules'
|
|
|
|
## OpenStack modules
|
|
|
|
mod 'aodh',
|
|
:git => 'https://github.com/openstack/puppet-aodh',
|
|
:ref => 'master'
|
|
|
|
mod 'ceilometer',
|
|
:git => 'https://github.com/openstack/puppet-ceilometer',
|
|
:ref => 'master'
|
|
|
|
mod 'cinder',
|
|
:git => 'https://github.com/openstack/puppet-cinder',
|
|
:ref => 'master'
|
|
|
|
mod 'glance',
|
|
:git => 'https://github.com/openstack/puppet-glance',
|
|
:ref => 'master'
|
|
|
|
mod 'gnocchi',
|
|
:git => 'https://github.com/openstack/puppet-gnocchi',
|
|
:ref => 'master'
|
|
|
|
mod 'heat',
|
|
:git => 'https://github.com/openstack/puppet-heat',
|
|
:ref => 'master'
|
|
|
|
mod 'magnum',
|
|
:git => 'https://github.com/openstack/puppet-magnum',
|
|
:ref => 'master'
|
|
|
|
mod 'horizon',
|
|
:git => 'https://github.com/openstack/puppet-horizon',
|
|
:ref => 'master'
|
|
|
|
mod 'ironic',
|
|
:git => 'https://github.com/openstack/puppet-ironic',
|
|
:ref => 'master'
|
|
|
|
mod 'keystone',
|
|
:git => 'https://github.com/openstack/puppet-keystone',
|
|
:ref => 'master'
|
|
|
|
mod 'manila',
|
|
:git => 'https://github.com/openstack/puppet-manila',
|
|
:ref => 'master'
|
|
|
|
mod 'neutron',
|
|
:git => 'https://github.com/openstack/puppet-neutron',
|
|
:ref => 'master'
|
|
|
|
mod 'nova',
|
|
:git => 'https://github.com/openstack/puppet-nova',
|
|
:ref => 'master'
|
|
|
|
mod 'openstacklib',
|
|
:git => 'https://github.com/openstack/puppet-openstacklib',
|
|
:ref => 'master'
|
|
|
|
mod 'oslo',
|
|
:git => 'https://github.com/openstack/puppet-oslo',
|
|
:ref => 'master'
|
|
|
|
mod 'ovn',
|
|
:git => 'https://github.com/openstack/puppet-ovn',
|
|
:ref => 'master'
|
|
|
|
mod 'placement',
|
|
:git => 'https://github.com/openstack/puppet-placement',
|
|
:ref => 'master'
|
|
|
|
mod 'swift',
|
|
:git => 'https://github.com/openstack/puppet-swift',
|
|
:ref => 'master'
|
|
|
|
mod 'tempest',
|
|
:git => 'https://github.com/openstack/puppet-tempest',
|
|
:ref => 'master'
|
|
|
|
mod 'trove',
|
|
:git => 'https://github.com/openstack/puppet-trove',
|
|
:ref => 'master'
|
|
|
|
mod 'vswitch',
|
|
:git => 'https://github.com/openstack/puppet-vswitch',
|
|
:ref => 'master'
|
|
|
|
## Non-OpenStack modules
|
|
|
|
mod 'apache',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-apache',
|
|
:ref => 'main'
|
|
|
|
mod 'concat',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-concat',
|
|
:ref => 'main'
|
|
|
|
mod 'firewall',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-firewall',
|
|
:ref => 'main'
|
|
|
|
mod 'inifile',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-inifile',
|
|
:ref => 'main'
|
|
|
|
mod 'memcached',
|
|
:git => 'https://github.com/saz/puppet-memcached',
|
|
:ref => 'master'
|
|
|
|
mod 'mysql',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-mysql',
|
|
:ref => 'main'
|
|
|
|
mod 'nssdb',
|
|
:git => 'https://github.com/rcritten/puppet-nssdb',
|
|
:ref => 'master'
|
|
|
|
mod 'rabbitmq',
|
|
:git => 'https://github.com/voxpupuli/puppet-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 => 'main'
|
|
|
|
mod 'ssh',
|
|
:git => 'https://github.com/saz/puppet-ssh',
|
|
:ref => 'master'
|
|
|
|
mod 'stdlib',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
|
|
:ref => 'main'
|
|
|
|
mod 'sysctl',
|
|
:git => 'https://github.com/duritong/puppet-sysctl',
|
|
:ref => 'master'
|
|
|
|
mod 'systemd',
|
|
:git => 'https://github.com/voxpupuli/puppet-systemd',
|
|
:ref => 'master'
|
|
|
|
mod 'vcsrepo',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
|
|
:ref => 'main'
|
|
|
|
mod 'xinetd',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-xinetd',
|
|
:ref => 'main'
|
|
|