Use Puppet OpenStack modules from stable/xena

When testing packstack in stable/xena branch we should use the same
branch for the modules provided from OpenStack projects.

Also pin non-openstack modules to the commits used in RDO Xena.

Change-Id: If17a9c3dcd1b254b0d62498d551e754f59ddb250
This commit is contained in:
Alfredo Moralejo 2022-03-10 09:37:03 +01:00
parent ee60ad92a0
commit 4e65f539d3
2 changed files with 38 additions and 37 deletions

View File

@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=x/packstack.git
defaultbranch=stable/xena

View File

@ -4,101 +4,101 @@ moduledir '/usr/share/openstack-puppet/modules'
mod 'aodh',
:git => 'https://github.com/openstack/puppet-aodh',
:ref => 'master'
:ref => 'stable/xena'
mod 'ceilometer',
:git => 'https://github.com/openstack/puppet-ceilometer',
:ref => 'master'
:ref => 'stable/xena'
mod 'cinder',
:git => 'https://github.com/openstack/puppet-cinder',
:ref => 'master'
:ref => 'stable/xena'
mod 'glance',
:git => 'https://github.com/openstack/puppet-glance',
:ref => 'master'
:ref => 'stable/xena'
mod 'gnocchi',
:git => 'https://github.com/openstack/puppet-gnocchi',
:ref => 'master'
:ref => 'stable/xena'
mod 'heat',
:git => 'https://github.com/openstack/puppet-heat',
:ref => 'master'
:ref => 'stable/xena'
mod 'magnum',
:git => 'https://github.com/openstack/puppet-magnum',
:ref => 'master'
:ref => 'stable/xena'
mod 'horizon',
:git => 'https://github.com/openstack/puppet-horizon',
:ref => 'master'
:ref => 'stable/xena'
mod 'ironic',
:git => 'https://github.com/openstack/puppet-ironic',
:ref => 'master'
:ref => 'stable/xena'
mod 'keystone',
:git => 'https://github.com/openstack/puppet-keystone',
:ref => 'master'
:ref => 'stable/xena'
mod 'manila',
:git => 'https://github.com/openstack/puppet-manila',
:ref => 'master'
:ref => 'stable/xena'
mod 'neutron',
:git => 'https://github.com/openstack/puppet-neutron',
:ref => 'master'
:ref => 'stable/xena'
mod 'nova',
:git => 'https://github.com/openstack/puppet-nova',
:ref => 'master'
:ref => 'stable/xena'
mod 'openstack_extras',
:git => 'https://github.com/openstack/puppet-openstack_extras',
:ref => 'master'
:ref => 'stable/xena'
mod 'openstacklib',
:git => 'https://github.com/openstack/puppet-openstacklib',
:ref => 'master'
:ref => 'stable/xena'
mod 'oslo',
:git => 'https://github.com/openstack/puppet-oslo',
:ref => 'master'
:ref => 'stable/xena'
mod 'ovn',
:git => 'https://github.com/openstack/puppet-ovn',
:ref => 'master'
:ref => 'stable/xena'
mod 'placement',
:git => 'https://github.com/openstack/puppet-placement',
:ref => 'master'
:ref => 'stable/xena'
mod 'sahara',
:git => 'https://github.com/openstack/puppet-sahara',
:ref => 'master'
:ref => 'stable/xena'
mod 'swift',
:git => 'https://github.com/openstack/puppet-swift',
:ref => 'master'
:ref => 'stable/xena'
mod 'tempest',
:git => 'https://github.com/openstack/puppet-tempest',
:ref => 'master'
:ref => 'stable/xena'
mod 'trove',
:git => 'https://github.com/openstack/puppet-trove',
:ref => 'master'
:ref => 'stable/xena'
mod 'vswitch',
:git => 'https://github.com/openstack/puppet-vswitch',
:ref => 'master'
:ref => 'stable/xena'
## Non-OpenStack modules
mod 'apache',
:git => 'https://github.com/puppetlabs/puppetlabs-apache',
:ref => 'main'
:ref => 'e4a1532b26e57917ea8307f3e0edd0c59a56d410'
mod 'certmonger',
:git => 'https://github.com/rcritten/puppet-certmonger',
@ -106,7 +106,7 @@ mod 'certmonger',
mod 'concat',
:git => 'https://github.com/puppetlabs/puppetlabs-concat',
:ref => 'main'
:ref => '5b86b60b4b3790a035cec11cb5052a15ea15a94d'
mod 'firewall',
:git => 'https://github.com/puppetlabs/puppetlabs-firewall',
@ -114,27 +114,27 @@ mod 'firewall',
mod 'inifile',
:git => 'https://github.com/puppetlabs/puppetlabs-inifile',
:ref => 'main'
:ref => '76f036d5187731b8dbe9f0cda710fd4f2278e28b'
mod 'memcached',
:git => 'https://github.com/saz/puppet-memcached',
:ref => 'master'
:ref => 'd1d88b02a610d8578cdb7a3d352f4ba7b850a23f'
mod 'mysql',
:git => 'https://github.com/puppetlabs/puppetlabs-mysql',
:ref => 'main'
:ref => '857e1f0b0961756fabfa44bcb58a46bc8a38fde1'
mod 'nssdb',
:git => 'https://github.com/rcritten/puppet-nssdb',
:ref => 'master'
:ref => '2ed2a2df59bbeaf9cf628e1a4a499476842282fd'
mod 'rabbitmq',
:git => 'https://github.com/voxpupuli/puppet-rabbitmq',
:ref => 'master'
:ref => 'f69bfa0019c2a31700f691f30025a3feb74cb537'
mod 'redis',
:git => 'https://github.com/arioch/puppet-redis',
:ref => 'master'
:ref => '8990a32eb29fd6eddf3744f040acd9ba59f7d578'
mod 'remote',
:git => 'https://github.com/paramite/puppet-remote',
@ -142,23 +142,23 @@ mod 'remote',
mod 'rsync',
:git => 'https://github.com/puppetlabs/puppetlabs-rsync',
:ref => 'main'
:ref => 'ea6397ef55273b7e20d8eccece493cceb795f5eb'
mod 'ssh',
:git => 'https://github.com/saz/puppet-ssh',
:ref => 'master'
:ref => 'b84d4dcea802ce0a12e7d1d96bd71e993cd579bd'
mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
:ref => 'main'
:ref => 'v8.1.0'
mod 'sysctl',
:git => 'https://github.com/duritong/puppet-sysctl',
:ref => 'master'
:ref => '847ec1c07ed3e231a48d8816971c0bd4afe7a72b'
mod 'systemd',
:git => 'https://github.com/camptocamp/puppet-systemd',
:ref => '8f68b0dcf3bbbafc60c025879a28004fc9815aab'
:ref => '65af359246f2ae2dae277797a0133f49ba7979aa'
mod 'vcsrepo',
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
@ -166,5 +166,5 @@ mod 'vcsrepo',
mod 'xinetd',
:git => 'https://github.com/puppetlabs/puppetlabs-xinetd',
:ref => 'master'
:ref => 'e742608dccdf42236144acf9f05e483b47c576f1'