From 2c1dd04609717518b219f372d80a44257c95f104 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Fri, 26 Mar 2021 10:11:41 +0100 Subject: [PATCH] Pin non-openstack puppet modules to same commits as RDO in Ussuri Currently, puppet modules in packstack are not aligned with RDO and there is a mix of modules pinned to older versions and others following master branch. This is causing issues. This patch is pinning non-openstack puppet modules to the same commits as in rdoinfo for ussuri. Change-Id: I2997a18442348f66f24a769eb8e59162fab36436 --- Puppetfile | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Puppetfile b/Puppetfile index 0378e83ed..45f3f6ee0 100755 --- a/Puppetfile +++ b/Puppetfile @@ -102,73 +102,73 @@ mod 'vswitch', mod 'apache', :git => 'https://github.com/puppetlabs/puppetlabs-apache', - :ref => 'v5.4.0' + :ref => '420605fb869fea664685dbbee937b5ba0357b2cd' mod 'certmonger', - :git => 'https://github.com/rcritten/puppet-certmonger', - :ref => 'master' + :git => 'https://github.com/saltedsignal/puppet-certmonger', + :ref => 'v2.6.0' mod 'concat', :git => 'https://github.com/puppetlabs/puppetlabs-concat', - :ref => '4.2.1' + :ref => '596d8ccb2085ef55b1590647c90705d30015a13e' mod 'firewall', :git => 'https://github.com/puppetlabs/puppetlabs-firewall', - :ref => '1.12.0' + :ref => '233f841fdf28aeca3573d018586bd6d2dfd06d9d' mod 'inifile', :git => 'https://github.com/puppetlabs/puppetlabs-inifile', - :ref => '2.2.0' + :ref => '3e1441536c16578d68bba2ebe340633c09a7f92f' mod 'memcached', :git => 'https://github.com/saz/puppet-memcached', - :ref => 'v3.3.0' + :ref => 'v6.0.0' mod 'mysql', :git => 'https://github.com/puppetlabs/puppetlabs-mysql', - :ref => 'v10.3.0' + :ref => 'fff2c82628cb6aca421906cc11baf1f60e65ab04' 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 => 'v10.1.2' mod 'redis', :git => 'https://github.com/arioch/puppet-redis', - :ref => 'master' + :ref => '8e48eeea449651d4eb42975f788f394cfe8ecafd' mod 'remote', :git => 'https://github.com/paramite/puppet-remote', - :ref => 'master' + :ref => '7420908328b832f4b20e1eba44bcccd926da8faa' mod 'rsync', :git => 'https://github.com/puppetlabs/puppetlabs-rsync', - :ref => '1.1.0' + :ref => 'b3ee352a0bffbfa521c93ab1aa9e80861c4533d9' mod 'ssh', :git => 'https://github.com/saz/puppet-ssh', - :ref => 'master' + :ref => '29a9ae72b9d2cbd45a970e790cf09fc02380a7bc' mod 'stdlib', :git => 'https://github.com/puppetlabs/puppetlabs-stdlib', - :ref => '5.0.0' + :ref => '93eee77657978547f5fad1cb8cd30b570da83e68' mod 'sysctl', :git => 'https://github.com/duritong/puppet-sysctl', - :ref => 'v0.0.12' + :ref => 'a3d160d7c79cc905fc1d10a4fd8b4c1488e017b4' mod 'systemd', :git => 'https://github.com/camptocamp/puppet-systemd', - :ref => 'master' + :ref => '2.10.0' mod 'vcsrepo', :git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo', - :ref => '2.3.0' + :ref => 'd2855924c7219a8407a9e81ad1ef2df60bd9f162' mod 'xinetd', :git => 'https://github.com/puppetlabs/puppetlabs-xinetd', - :ref => '3.1.0' + :ref => '8d460c4b64e357bd0ba0f2ca78509d999b59b21c'