diff options
-rwxr-xr-x | build/overcloud-full.sh | 1 |
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" \ |