Pin gettext to < 3.3.0 and puppet-redis

Also pinning gettext as version 3.3.0 is not compatible with the ruby
version in CentOS7.

Also, pinning puppet-redis to the commit in RDO as latest commits broke
unixsocket parameter [1].

[1] https://review.opendev.org/#/c/696257/

Change-Id: I8d226aa2218eafc07119f88eca5be24c3514b717
(cherry picked from commit 3be5458f4b)
This commit is contained in:
Alfredo Moralejo 2020-01-08 12:11:06 +01:00
parent 7aa819d5d5
commit 3911fed9c2
2 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,7 @@ mod 'rabbitmq',
mod 'redis',
:git => 'https://github.com/arioch/puppet-redis',
:ref => 'master'
:ref => '5464b335f9bd05fc0dd412bdd9dad97d4539a1f6'
mod 'remote',
:git => 'https://github.com/paramite/puppet-remote',

View File

@ -278,6 +278,7 @@ if [ "${INSTALL_FROM_SOURCE}" = true ]; then
fi
export PUPPETFILE_DIR=/usr/share/openstack-puppet/modules
export GEM_HOME=/tmp/packstackgems
$SUDO gem install gettext -v 3.2.9 --no-ri --no-rdoc
$SUDO gem install r10k -v 2.6.4 --no-ri --no-rdoc
# make sure there is no puppet module pre-installed
$SUDO rm -rf "${PUPPETFILE_DIR:?}/"*