[release-announce] puppet-ironic 14.3.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 14 10:42:10 UTC 2019


We are delighted to announce the release of:

puppet-ironic 14.3.0: Puppet module for OpenStack Ironic

This release is part of the stein release series.

Download the package from:

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

For more details, please see below.

14.3.0
^^^^^^


Prelude
*******

In this release Ubuntu has moved all projects that supported it to
python3 which means that there will be a lot of changes. The Puppet
OpenStack project does not test the upgrade path from python2 to
python3 packages so there might be manual steps required when moving
to the python3 packages.


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

* Expose the "versioned_notifications_topics" parameter in
  "::ironic"

* Add possibility to configure the size of executor thread pool.

* Service_token_roles_required missing in the server config file
  which allows backwards compatibility to ensure that the service
  tokens are compared against a list of possible roles for validity.


Upgrade Notes
*************

* The default value of ironic::inspector::ironic_auth_url is changed
  from http://127.0.0.1:5000/v2.0 to http://127.0.0.1:5000/v3

* The default value of ironic::inspector::swift_auth_url is changed
  from http://127.0.0.1:5000/v2.0 to http://127.0.0.1:5000/v3

* This module now requires a puppetlabs-mysql version >= 6.0.0

* Ubuntu packages are now using python3, the upgrade path is not
  tested by Puppet OpenStack. Manual steps may be required when
  upgrading.

Changes in puppet-ironic 14.2.0..14.3.0
---------------------------------------

95364ef Prepare Stein M3
a405521 Change keystone v2.0 url to v3
41dadb2 Add release note about Ubuntu py3 upgrade
b1a827b Use validate_legacy
dd3f372 Service_token_roles_required missing in the server config file
8af6deb Change wiki to docs
13156df Use puppet 4 compatible mysql functions
16c5a34 Remove Ubuntu Xenial from metadata.json
b7d5ee6 Expose the versioned_notifications_topics param
0a7fadd Fix unit test failed
d71be8e Fix lint issue
586a61d Inherit pyvers from openstacklib::defaults
4352d42 Remove redundantly tested code
b1d4930 Modify puppet version 4 to 5
7467ab8 Expose executor_thread_pool_size


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

README.md                                          |   2 +-
manifests/conductor.pp                             |   5 +-
manifests/config.pp                                |   5 +-
manifests/db.pp                                    |   5 +-
manifests/db/mysql.pp                              |   2 +-
manifests/drivers/hardware_interface.pp            |   2 +-
manifests/init.pp                                  |  26 +++-
manifests/inspector.pp                             |   8 +-
manifests/inspector/authtoken.pp                   |   8 ++
manifests/inspector/db.pp                          |   4 +-
manifests/inspector/db/mysql.pp                    |   2 +-
manifests/params.pp                                |   9 +-
manifests/policy.pp                                |   2 +-
metadata.json                                      |  15 ++-
...oned-notifications-topics-d3dc07b1338edd6a.yaml |   4 +
...executor_thread_pool_size-d975cafddd385239.yaml |   3 +
.../notes/change-keystone-v3-704852e6e128c60f.yaml |   8 ++
.../notes/puppet4-mysql-func-fc58d195f9d8a2ba.yaml |   4 +
.../release-note-ubuntu-py3-aae645e32d4bc5ab.yaml  |  10 ++
...vice_token_roles_required-aecedb4f8c1ff53f.yaml |   5 +
spec/classes/ironic_client_spec.rb                 |   6 +-
spec/classes/ironic_db_spec.rb                     | 120 +----------------
spec/classes/ironic_drivers_drac_spec.rb           |  12 +-
spec/classes/ironic_drivers_ilo_spec.rb            |  12 +-
spec/classes/ironic_drivers_redfish_spec.rb        |  12 +-
spec/classes/ironic_init_spec.rb                   |   9 +-
spec/classes/ironic_inspector_authtoken_spec.rb    |   3 +
spec/classes/ironic_inspector_client_spec.rb       |  11 +-
spec/classes/ironic_inspector_db_spec.rb           | 147 ++++-----------------
spec/classes/ironic_inspector_logging_spec.rb      |  30 ++---
spec/classes/ironic_inspector_spec.rb              |   8 +-
spec/classes/ironic_logging_spec.rb                |  32 ++---
spec/classes/ironic_wsgi_apache_spec.rb            |   2 +-
33 files changed, 210 insertions(+), 323 deletions(-)







More information about the Release-announce mailing list