[openstack-announce] [new][puppet] puppet-sahara 9.0.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Wed Jun 8 21:07:50 UTC 2016
We are eager to announce the release of:
puppet-sahara 9.0.0: Puppet module for OpenStack Sahara
This release is part of the newton release series.
For more details, please see below.
9.0.0
^^^^^
New Features
************
* Add support for oslo_messaging_amqp backend via puppet-oslo
resource
* Add openstack-db tag to Exec that run db-sync.
* Switch to puppet-oslo resource usage (instead of manual
configuration file editing).
Deprecation Notes
*****************
* verbose option is now deprecated for removal, the parameter has no
effect.
Other Notes
***********
* Drop all Qpid support, it was removed from Oslo in Mitaka.
Changes in puppet-sahara 8.0.0..9.0.0
-------------------------------------
52fa78e Cleanup README
9f986a6 Change wiki to docs
36d4233 Prepare 9.0.0 release
0611bb6 Revert "Deprecate use_syslog"
75561b6 Deprecate use_syslog
951083a Add other-requirements.txt for bindep
67cd93a Deprecate verbose option in logging
41df393 Introduce support for oslo.messaging amqp driver configuration
e9662c9 Add kombu_failover_strategy and kombu_compression options
d0bade5 Add 'openstack-db' tag to db-sync Exec resource
ce60148 Fix markdown format typo
0d4b0cc Add support for db_max_retries param
e5f369e Test multiple operating systems for db
b4290d3 Totally drop Qpid support
0ce1456 Enable Sahara testing on Ubuntu
0008bc5 Update Sahara for using puppet-oslo
071f543 Do not raise error when ca_file is not passed
bf3789b Import release notes from stable/mitaka
960f81b Gemfile: rely on puppet-openstack_spec_helper for dependencies
1f456e1 acceptance: disabling testing on ubuntu
Diffstat (except docs and test files)
-------------------------------------
Gemfile | 23 +-
README.md | 14 +-
examples/basic.pp | 1 -
manifests/db.pp | 53 +---
manifests/db/sync.pp | 1 +
manifests/init.pp | 339 ++++++++++++---------
manifests/logging.pp | 58 ++--
manifests/notify.pp | 16 +-
manifests/params.pp | 2 -
manifests/policy.pp | 2 +
metadata.json | 7 +-
other-requirements.txt | 0
.../add_oslo_messaging_amqp-2969450d2f6f1f5e.yaml | 3 +
releasenotes/notes/drop_qpid-2aa008638bbdee5b.yaml | 3 +
.../notes/openstack_db_tag-acac480da506925b.yaml | 3 +
.../notes/switch_to_oslo-4ebb3a914d2d8b4e.yaml | 4 +
.../verbose-deprecation-2cc63616acbfd49e.yaml | 4 +
releasenotes/source/conf.py | 4 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/mitaka.rst | 6 +
spec/acceptance/basic_sahara_spec.rb | 6 +-
spec/classes/sahara_db_postgresql_spec.rb | 48 +--
spec/classes/sahara_db_spec.rb | 9 +-
spec/classes/sahara_db_sync_spec.rb | 39 +--
spec/classes/sahara_init_spec.rb | 99 ++++--
spec/classes/sahara_logging_spec.rb | 6 +-
spec/classes/sahara_notify_spec.rb | 16 +-
spec/classes/sahara_policy_spec.rb | 1 +
28 files changed, 412 insertions(+), 356 deletions(-)
Requirements updates
--------------------
diff --git a/other-requirements.txt b/other-requirements.txt
new file mode 100644
index 0000000..e69de29
More information about the OpenStack-announce
mailing list