[new][puppet] puppet-zaqar 9.0.0 release (newton)
We are delighted to announce the release of: puppet-zaqar 9.0.0: Puppet module for OpenStack Zaqar This release is part of the newton release series. For more details, please see below. 9.0.0 ^^^^^ This is the first release of puppet-zaqar, that allows to deploy OpenStack messaging service. This is the first Mitaka release for puppet-zaqar module. New Features ************ * Deploy zaqar server * Transport support for websocket and wsgi. * Messaging support for mongodb. * Manage Keystone resources to deploy Zaqar. * Manage Database resources to deploy Zaqar. * Switch to puppet-oslo resource usage (instead of manual configuration file editing). * Release notes are no longer maintained by hand, we now use the reno tool to manage them. Other Notes *********** * Drop all Qpid support, it was removed from Oslo in Mitaka. Changes in puppet-zaqar 8.0.0b1..9.0.0 -------------------------------------- 79a80f9 Prepare 9.0.0 release e3adc9b Change wiki to docs 73df275 Add other-requirements.txt for bindep b44fe99 Remove verbose ad63a4b Add params to configure zaqar storage pipelines ac45966 Use oslo module for logging and policy configuration ba00e81 Totally drop Qpid support 186abf2 Fix typos in puppet-zaqar files 61294d4 Gemfile: rely on puppet-openstack_spec_helper for dependencies 9690f43 Import release notes from stable/mitaka b2b1be1 Release 8.0.0 0041388 releasenotes: add notes for Mitaka cycle ff8493b Add basic structure for ReNo Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 + CHANGELOG.md | 5 + Gemfile | 23 +- README.md | 8 +- manifests/init.pp | 50 +++- manifests/logging.pp | 184 +++------------ manifests/policy.pp | 2 + metadata.json | 6 +- other-requirements.txt | 0 releasenotes/notes/drop_qpid-a85c88e538b885f8.yaml | 3 + .../notes/first_release-49053598de80657d.yaml | 10 + releasenotes/notes/mitaka-dece9d43a565e6cb.yaml | 3 + .../notes/switch_to_oslo-14ef071d323c243a.yaml | 4 + releasenotes/notes/use-reno-1caaec4ba5aa4285.yaml | 4 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/conf.py | 259 +++++++++++++++++++++ releasenotes/source/index.rst | 19 ++ releasenotes/source/mitaka.rst | 6 + releasenotes/source/unreleased.rst | 5 + setup.cfg | 13 ++ setup.py | 22 ++ spec/classes/zaqar_init_spec.rb | 10 +- spec/classes/zaqar_logging_spec.rb | 7 +- spec/classes/zaqar_policy_spec.rb | 1 + .../unit/provider/zaqar_config/ini_setting_spec.rb | 2 +- test-requirements.txt | 4 + tox.ini | 8 + 27 files changed, 472 insertions(+), 190 deletions(-) Requirements updates -------------------- diff --git a/other-requirements.txt b/other-requirements.txt new file mode 100644 index 0000000..e69de29 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..bedd666 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,4 @@ +# this is required for the docs build jobs +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +oslosphinx>=2.5.0 # Apache-2.0 +reno>=0.1.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org