masakari-monitors 6.0.0 (rocky)
We are tickled pink to announce the release of: masakari-monitors 6.0.0: Monitors for Masakari This release is part of the rocky release series. The source is available from: http://git.openstack.org/cgit/openstack/masakari-monitors Download the package from: https://tarballs.openstack.org/masakari-monitors/ Please report issues through launchpad: http://bugs.launchpad.net/masakari-monitors For more details, please see below. Changes in masakari-monitors 5.0.0..6.0.0 ----------------------------------------- bedf75e Remove python-openstackclient from global-requirements 1d9b814 add lower-constraints job 22925f1 Fix stable branch releasenotes a680e32 Introspective Instance Monitoring through QEMU Guest Agent 26d5583 Remove dependency on python-masakariclient db914b4 Update for new openstacksdk changes to masakari-monitors 34d185d Updated from global requirements dc6d5c3 Updated from global requirements 40ed4d7 Update for upcoming openstacksdk changes to masakari-monitors Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 + lower-constraints.txt | 113 ++++++ .../cmd/introspectiveinstancemonitor.py | 38 ++ masakarimonitors/conf/__init__.py | 2 + .../conf/introspectiveinstancemonitor.py | 67 ++++ masakarimonitors/conf/service.py | 4 + masakarimonitors/ha/masakari.py | 57 +-- .../introspectiveinstancemonitor/README.rst | 78 ++++ .../introspectiveinstancemonitor/__init__.py | 0 .../introspectiveinstancemonitor/cache.py | 123 ++++++ .../introspectiveinstancemonitor/instance.py | 176 +++++++++ .../introspectiveinstancemonitor/qemu_utils.py | 429 +++++++++++++++++++++ .../introspectiveinstancemonitor/scheduler.py | 110 ++++++ .../unit/introspectiveinstancemonitor/__init__.py | 0 .../test_monitor_manager.py | 42 ++ .../test_qemu_utils.py | 112 ++++++ masakarimonitors/utils.py | 21 + ...rospectiveinstancemonitor-f4bc71f029b61d49.yaml | 6 + releasenotes/source/conf.py | 20 +- releasenotes/source/index.rst | 12 +- releasenotes/source/ocata.rst | 7 + releasenotes/source/pike.rst | 7 + releasenotes/source/queens.rst | 7 + requirements.txt | 26 +- setup.cfg | 2 + test-requirements.txt | 12 +- tox.ini | 7 + 28 files changed, 1444 insertions(+), 159 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5e40cea..878c100 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,13 @@ -libvirt-python>=1.2.5 # LGPLv2+ -oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 -oslo.middleware>=3.27.0 # Apache-2.0 -oslo.privsep!=1.17.0,>=1.9.0 # Apache-2.0 -oslo.service>=1.10.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 +automaton>=1.9.0 # Apache-2.0 +libvirt-python!=4.1.0,>=3.5.0 # LGPLv2+ +openstacksdk>=0.13.0 # Apache-2.0 +oslo.concurrency>=3.26.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 +lxml!=3.7.0,>=3.4.1 # BSD +oslo.cache>=1.26.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 +oslo.middleware>=3.31.0 # Apache-2.0 +oslo.privsep>=1.23.0 # Apache-2.0 +oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 @@ -15,3 +19 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -python-masakariclient>=3.0.1 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index ba118c4..fad9b7f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,2 +8,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD +python-subunit>=1.0.0 # Apache-2.0/BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD @@ -11,2 +11,2 @@ oslosphinx>=4.7.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 -os-testr>=0.8.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 +os-testr>=1.0.0 # Apache-2.0 @@ -15 +15 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT @@ -18 +18 @@ testtools>=1.4.0 # MIT -reno!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org