We are satisfied to announce the release of: puppet-ironic 14.2.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.2.0 ^^^^^^ New Features ************ * Add transport_url config param for ironic-inspector. It's added in ironic-inspector in https://review.openstack.org/#/c/584758/, and is suggested to set it to 'fake://' when rpc backend not available or not desired, so need to add support for it in puppet-ironic. * ironic::inspector::dhcp_debug has been added and should be set to enable dnsmasq debug logging. Upgrade Notes ************* * The deprecated parameter auth_uri is now removed, please use www_authenticate_uri. * The deprecated parameters use_syslog, use_stderr, log_facility, log_dir and debug in the ::ironic class is now removed. Please set them in ::ironic::logging instead. * ironic::inspector::logging is not included in ironic::inspector by default, you should define it to set logging options for the inspector. Deprecation Notes ***************** * check_revocations_for_cached option is now deprecated for removal, the parameter has no effect. * hash_algorithms option is now deprecated for removal, the parameter has no effect. * ironic::inspector::debug is deprecated will be removed. Please set ironic::inspector::logging::debug to enable debug logging and/or set ironic::inspector::dhcp_debug to enable dnsmasq debugging. Changes in puppet-ironic 14.1.0..14.2.0 --------------------------------------- 706b86d Prepare Stein M2 2049351 Add rabbitmq dependency 0141ece Fix editorial problem a721b5a Fix vcsrepo version in metadata 78d5524 Fix lint ac3107e Cleanup documentation 19036bf Remove deprecated logging 6174264 Change openstack-dev to openstack-discuss 032eb6c Remove auth_uri d418759 Deprecate pki related options 07ed82e Add transport_url to ironic-inspector Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/api/authtoken.pp | 54 +++--- manifests/db/sync.pp | 4 +- manifests/init.pp | 27 --- manifests/inspector.pp | 29 +++- manifests/inspector/authtoken.pp | 54 +++--- manifests/inspector/logging.pp | 4 +- manifests/keystone/auth.pp | 33 ++-- manifests/logging.pp | 190 ++++++++++----------- manifests/policy.pp | 4 +- manifests/pxe.pp | 2 +- metadata.json | 14 +- ...ctor-transport-url-config-6b5bd87b6e7bd968.yaml | 7 + ...te_pki_related_parameters-a8cacb43a84ea360.yaml | 6 + .../notes/remove-auth-uri-af09f994994adedd.yaml | 4 + ...remove-deprecated-logging-6de0773dfb18a95e.yaml | 18 ++ setup.cfg | 2 +- spec/classes/ironic_api_authtoken_spec.rb | 6 - spec/classes/ironic_init_spec.rb | 2 - spec/classes/ironic_inspector_authtoken_spec.rb | 6 - spec/classes/ironic_inspector_spec.rb | 5 +- templates/inspector_dnsmasq_http.erb | 2 +- templates/inspector_dnsmasq_tftp.erb | 2 +- 23 files changed, 240 insertions(+), 237 deletions(-)