We eagerly announce the release of: puppet-aodh 11.0.0: Puppet module for OpenStack Aodh This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-aodh/ For more details, please see below. 11.0.0 ^^^^^^ Deprecation Notes ***************** * aodh::ensure_package is now deprecated and will be removed in the future release. Please use aodh::package_ensure instead. Bug Fixes ********* * Install python-redis if the coordination backend url is redis. This is an indirect dependency on evaluator coordination to work. Changes in puppet-aodh 10.3.0..11.0.0 ------------------------------------- 18b75c4 oslo db: check puppet resource instead of actual config in spec ecdafce Drop -dev for release prep 966e463 Update test-requirements.txt 2122bff oslo log: check puppet resource instead of actual config in spec 1016624 Fix typo 2f5acca rabbitmq SSL: check puppet resource instead of actual config 75d16a7 Inconsistent package_ensure parameter name ce5c607 Prepare Pike metadata f394d4e Remove rpc_backend check for amqp e50308c Install python-redis if coordination url uses it 811df61 Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- manifests/evaluator.pp | 6 + manifests/init.pp | 19 ++- manifests/params.pp | 2 + metadata.json | 138 ++++++++++----------- ..._ensure_package_parameter-a239528713d6791f.yaml | 4 + .../install-python-redis-d695b95171f6c392.yaml | 4 + releasenotes/source/conf.py | 12 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + spec/classes/aodh_db_spec.rb | 47 +++---- spec/classes/aodh_evaluator_spec.rb | 13 +- spec/classes/aodh_init_spec.rb | 40 +++--- spec/classes/aodh_logging_spec.rb | 87 ++++++------- test-requirements.txt | 8 +- 14 files changed, 213 insertions(+), 174 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index baa2346..257cc88 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +2,4 @@ -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +sphinx>=1.5.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 + +# this is required for the releasenotes build jobs @@ -5 +7 @@ oslosphinx>=2.5.0 # Apache-2.0 -reno>=0.1.1,!=2.0.0 # Apache-2.0 +reno>=1.8.0,!=2.0.0 # Apache-2.0