Adds ability to power off nodes in clean 35/19935/1
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 21:47:55 +0000 (21:47 +0000)
commitae26e2717c408225534033726614a25e16fe18ca
treec71cc3f99a03d42a8ec794337c15d10a3a3afbe8
parent2eaa43854eb4abfcae8566c37cfb63f187f6696f
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