Adds ability to power off nodes in clean 17/19917/4
authorTim Rozet <trozet@redhat.com>
Tue, 30 Aug 2016 17:06:33 +0000 (13:06 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 30 Aug 2016 19:34:04 +0000 (15:34 -0400)
commit4b84887ed2322db6b04924bdee7b44d3dcf7c32d
tree7500abe13324ba298ce0b6eff08bd04f87510bd3
parentd7ceff5d5eefef27f7c2dd23c9161cc8ddd7140b
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>
build/rpm_specs/opnfv-apex-common.spec
ci/clean.sh
ci/dev_deploy_check.sh
lib/python/apex/__init__.py
lib/python/apex/clean.py [new file with mode: 0644]
lib/python/apex/common/utils.py
lib/python/apex_python_utils.py
tests/config/inventory.yaml [new file with mode: 0644]
tests/test_apex_clean.py [new file with mode: 0644]
tests/test_apex_common_utils.py