diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-30 13:06:33 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-30 15:34:04 -0400 |
commit | 4b84887ed2322db6b04924bdee7b44d3dcf7c32d (patch) | |
tree | 7500abe13324ba298ce0b6eff08bd04f87510bd3 /ci/dev_deploy_check.sh | |
parent | d7ceff5d5eefef27f7c2dd23c9161cc8ddd7140b (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-x | ci/dev_deploy_check.sh | 3 |
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 |