summaryrefslogtreecommitdiffstats
path: root/build/overcloud-full.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-06-28 15:34:32 -0400
committerDan Radez <dradez@redhat.com>2016-07-11 14:53:19 -0400
commitdfc2eb500dd291efdb0e3b7c467e4f330911d7bc (patch)
treee98352c6dfc337ae98196f05657b114bb90a6674 /build/overcloud-full.sh
parente73182cbfa7f7b544fddfcbc0ea79644722d730e (diff)
Adding doctor driver and datasource
opnfv-tht-pr: 37 JIRA: APEX-158 Change-Id: I079d22e8ee7798bddf7f2f1b6cc3f1b49f1d5773 Signed-off-by: Dan Radez <dradez@redhat.com>
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