summaryrefslogtreecommitdiffstats
path: root/build/overcloud-full.sh
diff options
context:
space:
mode:
authorMichael Chapman <michapma@redhat.com>2016-10-14 03:44:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-14 03:44:45 +0000
commit13f0429bb3ae64b48320b53d713c89ad8c47f46c (patch)
treee4ef9816b2eb0ce5ba363430d83a1075bd9632be /build/overcloud-full.sh
parentb21c6502ae68604ff12329b529225f74558b0162 (diff)
parentb1856baeb905f0ca8b71eb64daac1d3a910d16ce (diff)
Merge "Fix ipv6 deploy failure"
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 5ed2bdb4..4fd3f1e8 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" \