[puppet] puppet-ironic 11.3.0 (pike)
We high-spiritedly announce the release of: puppet-ironic 11.3.0: Puppet module for OpenStack Ironic This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/puppet-ironic/ For more details, please see below. 11.3.0 ^^^^^^ New Features ************ * Added a class to run the db online_data_migrations. This needs to happen after a dbsync when you when you upgrade to Pike. More info at http://specs.openstack.org/openstack/ironic-specs/specs/approved /support-rolling-upgrade.html Deprecation Notes ***************** * ironic::rpc_backend is deprecated and will be removed in a future release. Please use ironic::default_transport_url instead. Changes in puppet-ironic 11.2.0..11.3.0 --------------------------------------- aadbcf5 Prepare for official Pike release 71ee4e4 Explicitly set inspector dhcp timeout to 2 minutes bf5a8ee Add a class to run the db online_data_migrations 68b9e72 Stop using SSH drivers in tests, they were removed from ironic f339ca4 Bump modules to next minor with -dev ac397c5 Fix unit test for ironic::client class 2265e3c Update openstackdocstheme>=1.16.0 7f382e8 Deprecate oslo.messaging rpc_backend option parameter Diffstat (except docs and test files) ------------------------------------- manifests/db/online_data_migrations.pp | 34 +++++++ manifests/deps.pp | 2 + manifests/init.pp | 105 +++++++++++---------- metadata.json | 8 +- ...ate_rpc_backend_parameter-fbd7e70470551823.yaml | 4 + .../online-data-migrations-3bcad0ba520dc739.yaml | 5 + releasenotes/source/conf.py | 4 +- spec/acceptance/ironic_wsgi_apache_spec.rb | 4 +- spec/classes/ironic_client_spec.rb | 19 +++- spec/classes/ironic_conductor_spec.rb | 4 +- .../ironic_db_online_data_migrations_spec.rb | 64 +++++++++++++ spec/classes/ironic_init_spec.rb | 5 +- spec/classes/ironic_inspector_spec.rb | 8 +- templates/inspector_dnsmasq_http.erb | 6 +- templates/inspector_dnsmasq_tftp.erb | 6 +- test-requirements.txt | 2 +- 16 files changed, 204 insertions(+), 76 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a23c7e7..629ab00 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org