From: Tim Rozet Date: Sat, 16 Jul 2016 12:37:45 +0000 (+0000) Subject: Merge "Add python-redis to overcloud" X-Git-Tag: colorado.1.0~122 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ddecb36accd3f229ccee6113ee04b9e623885203;p=apex.git Merge "Add python-redis to overcloud" --- ddecb36accd3f229ccee6113ee04b9e623885203 diff --cc build/overcloud-full.sh index e995472a,c40a8438..6143b28d --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@@ -81,10 -65,9 +81,11 @@@ popd > /dev/nul # install the congress rpms # upload and explode the congress puppet module # install doctor driver ## Can be removed in Newton +# install fd.io yum repo and packages +# 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" \