We are tickled pink to announce the release of: puppet-ironic 18.7.0: Puppet module for OpenStack Ironic This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/puppet-ironic Download the package from: https://tarballs.openstack.org/puppet-ironic/ Please report issues through: https://bugs.launchpad.net/puppet-ironic/+bugs For more details, please see below. 18.7.0 ^^^^^^ New Features ************ * The "ironic::conductor" class now supports the following two new parameters. * "heartbeat_interval" * "heartbeat_timeout" * The new "ironic::disk_utils" class has been added. Bug Fixes ********* * Now the "tftpd-hap" package is installed insted of the "tftpd" package in Debian and Ubuntu. Changes in puppet-ironic 18.6.0..18.7.0 --------------------------------------- 65869f8 Prepare the final wallaby release 590f7dd setuptools: Disable auto discovery 079dff9 Debian/Ubuntu: Use tftpd-hpa instead of tftpd d80f2bf conductor: Support tuning of heartbeats 21dd14b Add support for [disk_utils] parameters 5ac952a Refactor unit tests of ironic::pxe d603c8d CentOS 9: Fix unit tests for ironic::pxe Diffstat (except docs and test files) ------------------------------------- manifests/conductor.pp | 13 ++ manifests/disk_utils.pp | 61 ++++++ manifests/params.pp | 2 +- metadata.json | 2 +- .../conductor-heartbeat-d92790f3e6a59c4b.yaml | 8 + .../notes/disk_utils-ff85c8b00595d8b8.yaml | 4 + .../use-tftpd-hpa-in-debian-07f5429e791ab883.yaml | 5 + setup.py | 1 + spec/classes/ironic_conductor_spec.rb | 6 + spec/classes/ironic_disk_utils_spec.rb | 60 ++++++ spec/classes/ironic_pxe_spec.rb | 220 +++++++++++++-------- 11 files changed, 295 insertions(+), 87 deletions(-)