[release-announce] [puppet] puppet-magnum 10.1.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 15 12:57:43 UTC 2016


We are tickled pink to announce the release of:

puppet-magnum 10.1.0: Puppet module for Magnum

This release is part of the ocata release series.

Download the package from:

    https://tarballs.openstack.org/puppet-magnum/

For more details, please see below.

10.1.0
^^^^^^

Add hooks for external install & svc management.


New Features
************

* This adds defined anchor points for external modules to hook into
  the software install, config and service dependency chain. This
  allows external modules to manage software installation (virtualenv,
  containers, etc) and service management (pacemaker) without needing
  rely on resources that may change or be renamed.


Deprecation Notes
*****************

* magnum::rabbit_host, magnum::rabbit_hosts,
  magnum::rabbit_password, magnum::rabbit_port, magnum::rabbit_userid
  and magnum::rabbit_virtual_host are deprecated.
  magnum::default_transport_url should be used instead.

Changes in puppet-magnum 10.0.0..10.1.0
---------------------------------------

5fdd2ac Prepare 10.1.0 release
c5544a5 Add hooks for external install & svc management
5dc51ed Fix spec test for sync
312f341 Fix a typo
7c0b778 Show team and repo badges on README
b2a83a6 Deprecate rabbitmq connection parameters


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

README.md                                          |  7 ++
manifests/api.pp                                   |  6 +-
manifests/certificates.pp                          |  2 +
manifests/client.pp                                |  1 +
manifests/clients.pp                               |  1 +
manifests/conductor.pp                             |  2 +-
manifests/config.pp                                |  2 +
manifests/db.pp                                    |  2 +
manifests/db/mysql.pp                              |  7 +-
manifests/db/postgresql.pp                         |  6 +-
manifests/db/sync.pp                               | 13 +++-
manifests/deps.pp                                  | 35 +++++++++
manifests/init.pp                                  | 89 +++++++++++++---------
manifests/keystone/auth.pp                         |  4 +-
manifests/keystone/authtoken.pp                    |  2 +
manifests/keystone/domain.pp                       |  4 +-
manifests/logging.pp                               |  2 +
manifests/policy.pp                                |  2 +
metadata.json                                      |  8 +-
...xternal_install_mgmt_hook-a91729a7e9151378.yaml | 10 +++
...ection-params-deprecation-0550702bab0a1124.yaml |  6 ++
releasenotes/source/conf.py                        |  4 +-
spec/acceptance/basic_magnum_spec.rb               | 11 +--
spec/classes/magnum_api_spec.rb                    |  2 +-
spec/classes/magnum_db_sync_spec.rb                | 16 +++-
spec/classes/magnum_init_spec.rb                   |  4 +
spec/unit/type/magnum_api_paste_ini_spec.rb        |  2 +-
27 files changed, 181 insertions(+), 69 deletions(-)






More information about the Release-announce mailing list