summaryrefslogtreecommitdiffstats
path: root/ci/dev_deploy_check.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-08-30 13:06:33 -0400
committerTim Rozet <trozet@redhat.com>2016-08-30 21:47:55 +0000
commitae26e2717c408225534033726614a25e16fe18ca (patch)
treec71cc3f99a03d42a8ec794337c15d10a3a3afbe8 /ci/dev_deploy_check.sh
parent2eaa43854eb4abfcae8566c37cfb63f187f6696f (diff)
Adds ability to power off nodes in clean
Now if an inventory file is provided to clean, those nodes will be powered off. JIRA: APEX-250 Change-Id: I2d78285717726c3d1c9d7d88c38e706d4617e337 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'ci/dev_deploy_check.sh')
-rwxr-xr-xci/dev_deploy_check.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/dev_deploy_check.sh b/ci/dev_deploy_check.sh
index 68a9ac2b..0ce135ad 100755
--- a/ci/dev_deploy_check.sh
+++ b/ci/dev_deploy_check.sh
@@ -42,6 +42,9 @@ for i in epel-release python34-PyYAML openvswitch openstack-tripleo libguestfs l
fi
done
+# install pip dependencies
+easy_install-3.4 pip
+sudo pip3 install python-ipmi
# Make sure jinja2 is installed
easy_install-3.4 jinja2