From fd904a847cca8d8580ce226335b928092863db27 Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Wed, 13 Jul 2016 17:14:16 -0400 Subject: Add python-redis to overcloud python-redis is a dependency of ceilometer and aodh, but is missing from mitaka overcloud builds. The package install is conditional so that if this is fixed upstream the build won't break. Change-Id: I22b62b77d774c4de3b9af57e8bbcb46e7393aa38 Signed-off-by: Michael Chapman --- build/overcloud-full.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 01f40269..c40a8438 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -67,6 +67,7 @@ popd > /dev/null # install doctor driver ## Can be removed in Newton LIBGUESTFS_BACKEND=direct virt-customize \ --upload ../opnfv-puppet-tripleo.tar.gz:/etc/puppet/modules \ + --run-command "if ! rpm -qa | grep python-redis; then yum install -y python-redis; fi" \ --run-command "sed -i 's/^#UseDNS.*$/UseDNS no/' /etc/ssh/sshd_config" \ --run-command "sed -i 's/^GSSAPIAuthentication.*$/GSSAPIAuthentication no/' /etc/ssh/sshd_config" \ --run-command "cd /etc/puppet/modules && rm -rf tripleo && tar xzf opnfv-puppet-tripleo.tar.gz" \ -- cgit 1.2.3-korg