summaryrefslogtreecommitdiffstats
path: root/build/overcloud-full.sh
diff options
context:
space:
mode:
authorMichael Chapman <michapma@redhat.com>2016-07-12 10:04:24 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-12 10:04:24 +0000
commit23530516f2ceca4f1215140a287016288923ad47 (patch)
tree279b194b56bdd1c5d8906de70a224eb5a79a94b4 /build/overcloud-full.sh
parent87860a11da4fd4f140974b40193463e8a256523c (diff)
parentdfc2eb500dd291efdb0e3b7c467e4f330911d7bc (diff)
Merge "Adding doctor driver and datasource"
Diffstat (limited to 'build/overcloud-full.sh')
-rwxr-xr-xbuild/overcloud-full.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index 936decc3..73709a28 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -64,6 +64,7 @@ popd > /dev/null
# enable connection tracking for protocal sctp
# install the congress rpms
# upload and explode the congress puppet module
+# install doctor driver ## Can be removed in Newton
LIBGUESTFS_BACKEND=direct virt-customize \
--upload ../opnfv-puppet-tripleo.tar.gz:/etc/puppet/modules \
--run-command "sed -i 's/^#UseDNS.*$/UseDNS no/' /etc/ssh/sshd_config" \
@@ -81,6 +82,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \
--install "python2-congressclient" \
--upload puppet-congress.tar.gz:/etc/puppet/modules/ \
--run-command "cd /etc/puppet/modules/ && tar xzf puppet-congress.tar.gz" \
+ --run-command "cd /usr/lib/python2.7/site-packages/congress/datasources && curl -O $doctor_driver" \
-a overcloud-full_build.qcow2
mv -f overcloud-full_build.qcow2 overcloud-full.qcow2