We are psyched to announce the release of: monasca-persister 1.13.0: Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database. This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/monasca-persister/ For more details, please see below. Changes in monasca-persister 1.12.0..1.13.0 ------------------------------------------- 473dea3 Parse envelope fields from kafka to prepare the ES index 6d40b54 Don't quote {posargs} in tox.ini bb8c8fb Turn logging down from DEBUG in persister-logging.conf 3196c19 Use templates for cover and lower-constraints 87b6d4d Remove pykafka from lower-constraints 30e791c Clean up lower-constraints.txt 0116b65 Adding batch size for events configuration 5594831 Disable B303 bandit test 8b4c956 add python 3.6 unit test job 40650f7 import zuul job settings from project-config 172eb0b fix tox python3 overrides 8ec36eb Add check for README.rst syntax 55cd998 Add tooling for building Docker image Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 14 +- etc/monasca/persister-logging.conf | 10 +- lower-constraints.txt | 8 +- monasca_persister/conf/elasticsearch.py | 4 +- monasca_persister/conf/kafka_events.py | 3 + .../elasticsearch/events_repository.py | 11 +- monasca_persister/repositories/utils.py | 11 +- test-requirements.txt | 1 + tox.ini | 13 +- 17 files changed, 529 insertions(+), 79 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index fe202ce..759904c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,0 +11 @@ stestr>=1.0.0 # Apache-2.0 +docutils>=0.11 # OSI-Approved Open Source, Public Domain