[release-announce] [monasca] monasca-agent 1.7.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 8 17:40:59 UTC 2017


We are amped to announce the release of:

monasca-agent 1.7.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.6.0..1.7.0
-------------------------------------

6f3e984 Add support for psutil<2.0.0
b72932b Password is now set to raw mode to support passwords that contain  a percent %
9f605ff Update psutil version to >= 3.0.1
2a8bf29 Add proxy configuration for tox.ini file
8c12e87 Fix nova client init for libvirt and ovs plugins
962888a Add router max bandwidth metrics to ovs plugin
c725999 Add global_delegeated_tenant field to agent config
7b9bc11 Domain being in shutoff state may have several reasons
0556ea6 Add service_type, endpoint_type & region_name querying Keystone Catalog


Diffstat (except docs and test files)
-------------------------------------

agent.yaml.template                               |  16 ++-
monasca_agent/collector/checks/check.py           |   4 +-
monasca_agent/collector/checks_d/cpu.py           |   3 +-
monasca_agent/collector/checks_d/libvirt.py       |  26 ++--
monasca_agent/collector/checks_d/load.py          |   3 +-
monasca_agent/collector/checks_d/ovs.py           | 157 +++++++++++++++++++++-
monasca_agent/collector/checks_d/process.py       |  30 +----
monasca_agent/common/aggregator.py                |   9 +-
monasca_agent/common/keystone.py                  |  17 ++-
monasca_agent/common/psutil_wrapper.py            | 139 +++++++++++++++++++
monasca_agent/statsd/daemon.py                    |   3 +-
monasca_setup/detection/plugins/kafka_consumer.py |   4 +-
monasca_setup/detection/plugins/libvirt.py        |   8 +-
monasca_setup/detection/plugins/mon.py            |   2 +-
monasca_setup/detection/plugins/ovs.py            |   7 +-
monasca_setup/detection/plugins/vcenter.py        |   9 +-
monasca_setup/detection/service_plugin.py         |  11 +-
monasca_setup/detection/utils.py                  |  33 +++--
monasca_setup/main.py                             |   3 +
monasca_setup/service/service.py                  |   8 +-
requirements.txt                                  |   2 +-
tools/tox_install.sh                              |   5 +-
tox.ini                                           |   6 +
28 files changed, 545 insertions(+), 108 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 1a0c8c4..30c3bb3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16 +16 @@ ntplib>=0.3.2,<0.4
-psutil<3.1.0
+psutil>=1.1.1 # BSD





More information about the Release-announce mailing list