Fix ipv6 deploy failure 27/23127/1
authorFeng Pan <fpan@redhat.com>
Fri, 14 Oct 2016 00:30:48 +0000 (20:30 -0400)
committerFeng Pan <fpan@redhat.com>
Fri, 14 Oct 2016 00:30:48 +0000 (20:30 -0400)
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

index b148542..cd3ee01 100755 (executable)
@@ -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" \