[new][vitrage] vitrage 1.1.0 release (newton)
We are ecstatic to announce the release of: vitrage 1.1.0: The OpenStack RCA Engine This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/vitrage For more details, please see below. Changes in vitrage 1.0.0..1.1.0 ------------------------------- 2ce96c7 Adding heat datasource e4541d9 Added an option to evacuate instances from a failed host Diffstat (except docs and test files) ------------------------------------- devstack/README.rst | 11 +- etc/vitrage/datasources_values/heat.stack.yaml | 46 +++++++ requirements.txt | 1 + test-requirements.txt | 1 + vitrage/clients.py | 23 +++- vitrage/common/constants.py | 1 + vitrage/datasources/heat/__init__.py | 15 +++ vitrage/datasources/heat/stack/__init__.py | 38 ++++++ vitrage/datasources/heat/stack/driver.py | 117 ++++++++++++++++++ vitrage/datasources/heat/stack/transformer.py | 158 +++++++++++++++++++++++++ vitrage/datasources/zabbix/driver.py | 2 +- vitrage/notifier/plugins/nova/__init__.py | 5 + vitrage/notifier/plugins/nova/nova_notifier.py | 31 ++++- 13 files changed, 444 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3ce8d63..e18de12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,0 +14 @@ python-novaclient>=2.26.0 +python-heatclient>=1.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 219bf8c..1250d68 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,0 +14 @@ python-novaclient>=2.26.0 +python-heatclient>=1.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org