[release-announce] [puppet] puppet-ironic 11.2.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 26 18:49:17 UTC 2017


We are excited to announce the release of:

puppet-ironic 11.2.0: Puppet module for OpenStack Ironic

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.2.0
^^^^^^


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

* New manifest "ironic::cinder" to set parameters for connecting to
  cinder.

* Add new parameters "enabled_storage_interfaces" and
  "default_storage_interface" to the "ironic::drivers::interfaces"
  manifest. This allows configuring the newly introduced storage
  interface.


Known Issues
************

* ironic::pxe may not work under Ubuntu when using tftp due to
  packagaing issues. Currently this is only tested under Red Hat based
  systems.


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

* Manifest "ironic::pxe" is no longer included from
  "ironic::inspector". This was deprecated in the Newton release.
  Please include it explicitly.

Changes in puppet-ironic 11.1.0..11.2.0
---------------------------------------

4a27e03 Drop -dev version for Pike M3
84a4c01 Support configuring enabled and default storage interface(s)
e6dc73d Stop including ironic::pxe from ironic::inspector
650e6a8 Update URLs in documents according to document migration
e99158e Fix unit tests
90b7863 Fix dependency references
706446f Change author in setup.cfg
bffd190 Fix openstackdocstheme
7c61589 Switch from oslosphinx to openstackdocstheme
20e2f66 Add environment variable
c5a5729 Add CORS support to ironic::inspector
0430a78 Add manifest ironic::cinder for configuring access to the volume service
17c3e50 Bump version for Pike M3 Dev
315a163 Update global requirements


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

README.md                                          |   2 +-
manifests/bifrost.pp                               |   7 +-
manifests/cinder.pp                                |  62 ++++++++++++
manifests/drivers/interfaces.pp                    |  14 +++
manifests/inspector.pp                             |   5 -
manifests/inspector/cors.pp                        |  58 +++++++++++
manifests/pxe.pp                                   |  10 +-
...pport-to-ironic-inspector-24e958a5b3226d5e.yaml |   4 +
metadata.json                                      |   8 +-
.../notes/cinder-manifest-7176a14b96b3daab.yaml    |   4 +
.../notes/inspector-pxe-4338e86b88a7f572.yaml      |   9 ++
.../notes/storage-interface-8ea3e132df74a361.yaml  |   6 ++
releasenotes/source/conf.py                        |  18 ++--
setup.cfg                                          |   4 +-
spec/acceptance/ironic_wsgi_apache_spec.rb         |   1 +
spec/classes/ironic_bifrost_spec.rb                |   2 -
spec/classes/ironic_cinder_spec.rb                 |  84 ++++++++++++++++
spec/classes/ironic_drivers_interfaces_spec.rb     |   3 +
spec/classes/ironic_inspector_cors_spec.rb         |  52 ++++++++++
spec/classes/ironic_pxe_spec.rb                    |   6 +-
spec/classes/ironic_wsgi_apache_spec.rb            | 108 ++++++++-------------
test-requirements.txt                              |   6 +-
tox.ini                                            |   2 +-
23 files changed, 373 insertions(+), 102 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 1ea50a8..a23c7e7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,2 +2,2 @@
-sphinx>=1.5.1  # BSD
-oslosphinx>=4.7.0  # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -7 +7 @@ oslosphinx>=4.7.0  # Apache-2.0
-reno>=1.8.0,!=2.0.0  # Apache-2.0
+reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list