[monasca] monasca-agent 1.5.0 (ocata)
We are jubilant to announce the release of: monasca-agent 1.5.0: Monitoring agent for gathering metrics and sending them to the Monasca API. This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/monasca-agent/ For more details, please see below. Changes in monasca-agent 1.4.0..1.5.0 ------------------------------------- 8bc8db6 Check status on agent stop and wait if not stopped ff91a64 Fix changing of dimensions in aggregator a72f907 Add json_plugin: simple way to post metrics to Monasca b8dbb8d Stop exluding flake8 tests that are passing d95dec1 Sync to global-requirements cbe2a26 add a one-line summary to the package metadata d403291 Show team and repo badges on README 2b370fe Fix version mismatch of oslo.utils 51edaa7 Replaces tab to 4 whitespaces ddc68d9 Properly read MySQL/MariaDB configuration file e1860d0 Fixing problems with tox a622046 Add whitespaces to error messages Diffstat (except docs and test files) ------------------------------------- README.md | 7 + conf.d/json_plugin.yaml.example | 11 + monasca_agent/collector/checks_d/json_plugin.py | 327 +++++++++++++++++++++ monasca_agent/common/aggregator.py | 12 +- monasca_setup/detection/plugins/json_plugin.py | 40 +++ monasca_setup/detection/plugins/mysql.py | 50 ++-- monasca_setup/detection/plugins/ovs.py | 4 +- monasca_setup/detection/plugins/supervisord.py | 4 +- packaging/monasca-agent.init.template | 16 +- requirements.txt | 24 +- setup.cfg | 1 + test-requirements.txt | 8 +- tox.ini | 11 +- 18 files changed, 1043 insertions(+), 130 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3730206..b61866b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests>=2.7.0,<=2.10.0 +requests>=2.10.0 # Apache-2.0 @@ -3,5 +3,5 @@ requests>=2.7.0,<=2.10.0 -oslo.concurrency<=3.13.0 -oslo.config<=3.14.0 -oslo.i18n<=3.8.0 -oslo.utils<=3.16.0 -oslo.vmware>=1.16.0,<=2.10.0 +oslo.concurrency>=3.8.0 # Apache-2.0 +oslo.config>=3.14.0,!=3.18.0 # Apache-2.0 +oslo.i18n>=2.1.0 # Apache-2.0 +oslo.utils>=3.18.0 # Apache-2.0 +oslo.vmware>=2.11.0 # Apache-2.0 @@ -9 +9 @@ oslo.vmware>=1.16.0,<=2.10.0 -PyYAML>=3.1.0,<=3.11 +PyYAML>=3.10.0 # MIT @@ -11,2 +11,2 @@ gevent>=1.1.1 -httplib2>=0.7.5,<=0.9.2 -netaddr>=0.7.12,<=0.7.18,!=0.7.16 +httplib2>=0.7.5 # MIT +netaddr>=0.7.13,!=0.7.16 # BSD @@ -16,3 +16,3 @@ pymongo>=3.0.2,<=3.2.2,!=3.1 -python-memcached>=1.56,<=1.58 -python-monascaclient>=1.0.30 # Apache-2.0 -redis>=2.10.0,<=2.10.5 +python-memcached>=1.56 # PSF +python-monascaclient>=1.1.0 # Apache-2.0 +redis>=2.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 60d8235..703b4b8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=0.10.2 -flake8>=2.2.4,<2.6.0 -nose==1.3.0 -mock>=1.0.1 +hacking>=0.12.0,<0.13 # Apache-2.0 +flake8>=2.5.4,<2.6.0 # MIT +nose +mock>=2.0 # BSD
participants (1)
-
no-reply@openstack.org