summaryrefslogtreecommitdiffstats
path: root/build/overcloud-full.sh
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2016-10-13 20:30:48 -0400
committerFeng Pan <fpan@redhat.com>2016-10-13 20:30:48 -0400
commitb1856baeb905f0ca8b71eb64daac1d3a910d16ce (patch)
tree93fcb03e21f8be89c5e14db3f193be774777ce14 /build/overcloud-full.sh
parent4e2424a3802fc541a9b21ad53981b4725ed70320 (diff)
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>
Diffstat (limited to 'build/overcloud-full.sh')
-rwxr-xr-xbuild/overcloud-full.sh1
1 files changed, 1 insertions, 0 deletions
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" \