diff options
author | Tim Rozet <trozet@redhat.com> | 2016-07-16 12:37:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-16 12:37:45 +0000 |
commit | ddecb36accd3f229ccee6113ee04b9e623885203 (patch) | |
tree | 27d10b9e613af3f7cb8c086f59e2b41f7c36bfab /build | |
parent | 530fd72292407cdb8d24e7a17cf546985a7e9c42 (diff) | |
parent | fd904a847cca8d8580ce226335b928092863db27 (diff) |
Merge "Add python-redis to overcloud"
Diffstat (limited to 'build')
-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 e995472a..6143b28d 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -85,6 +85,7 @@ popd > /dev/null # upload puppet fdio LIBGUESTFS_BACKEND=direct virt-customize \ --upload ../opnfv-puppet-tripleo.tar.gz:/etc/puppet/modules \ + --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" \ --run-command "cd /etc/puppet/modules && rm -rf tripleo && tar xzf opnfv-puppet-tripleo.tar.gz" \ |