diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-30 13:06:33 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-30 21:47:55 +0000 |
commit | ae26e2717c408225534033726614a25e16fe18ca (patch) | |
tree | c71cc3f99a03d42a8ec794337c15d10a3a3afbe8 /build/rpm_specs | |
parent | 2eaa43854eb4abfcae8566c37cfb63f187f6696f (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 'build/rpm_specs')
-rw-r--r-- | build/rpm_specs/opnfv-apex-common.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec index 39bcd289..af4351e8 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -69,6 +69,7 @@ install lib/python/apex/deploy_env.py %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/ip_utils.py %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/network_environment.py %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/network_settings.py %{buildroot}%{python3_sitelib}/apex/ +install lib/python/apex/clean.py %{buildroot}%{python3_sitelib}/apex/ mkdir -p %{buildroot}%{python3_sitelib}/apex/common install lib/python/apex/common/__init__.py %{buildroot}%{python3_sitelib}/apex/common/ install lib/python/apex/common/constants.py %{buildroot}%{python3_sitelib}/apex/common/ @@ -131,6 +132,8 @@ install config/inventory/pod_example_settings.yaml %{buildroot}%{_docdir}/opnfv/ %doc %{_docdir}/opnfv/inventory.yaml.example %changelog +* Tue Aug 30 2016 Tim Rozet <trozet@redhat.com> - 3.0-12 +- Add clean library. * Mon Aug 1 2016 Tim Rozet <trozet@redhat.com> - 3.0-11 - Add nosdn fdio scenarios. * Tue Jul 5 2016 Dan Radez <dradez@redhat.com> - 3.0-10 |