From b1856baeb905f0ca8b71eb64daac1d3a910d16ce Mon Sep 17 00:00:00 2001
From: Feng Pan <fpan@redhat.com>
Date: Thu, 13 Oct 2016 20:30:48 -0400
Subject: Fix ipv6 deploy failure

Update packages in overcloud to fix IPv6 deployment failure.

JIRA: APEX-332

Change-Id: Ifee857b42292ed638fb1bf49178c258d9d504af7
Signed-off-by: Feng Pan <fpan@redhat.com>
---
 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 b148542f..cd3ee01a 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -105,6 +105,7 @@ popd > /dev/null
 # upload the tacker puppet module and untar it
 LIBGUESTFS_BACKEND=direct virt-customize \
     --upload ../opnfv-puppet-tripleo.tar.gz:/etc/puppet/modules \
+    --run-command "yum update -y python-ipaddress rabbitmq-server erlang*" \
     --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" \
-- 
cgit