[release-announce] puppet-nova 18.6.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 7 14:28:46 UTC 2022


We are pumped to announce the release of:

puppet-nova 18.6.0: Puppet module for OpenStack Nova

This release is part of the wallaby stable release series.

The source is available from:

    https://opendev.org/openstack/puppet-nova

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/puppet-nova/+bugs

For more details, please see below.

18.6.0
^^^^^^

New Features

* Added "disable_compute_service_check_for_ffu" paramter to
  "nova::workarounds" to configure the configuration option with the
  same name.

* Added "enable_qemu_monitor_announce_self" paramter to
  "nova::workarounds" to configure the configuration option with the
  same name.

* Add "sysinfo_serial" parameter to control a Serial number entry
  generation method. Defaults to "$::os_service_default".

* Added parameter "wait_for_vif_plugged_event_during_hard_reboot" to
  "nova::workarounds" to configure the config option with the same
  name.

Changes in puppet-nova 18.5.0..18.6.0
-------------------------------------

c9fe15d9 setuptools: Disable auto discovery
72232be1 Prepare the final wallaby release
ce4d7a04 Expose [workaround]/disable_compute_service_check_for_ffu
35581554 Add wait_for_vif_plugged_event_during_hard_reboot
8cbd5d02 Add enable_qemu_monitor_announce_self workaround
11d44287 Add sysinfo_serial to control Serial number gen
87171b3f Debian/Ubuntu: Use ceph-common instead of ceph
c2fb2c6b Add centos-9 jobs for wallaby zuul layout
2d5a8819 Remove unused str2hash
4b1b0de6 Ensure auth_endpoint is cleared by reset
0bc2aeb2 Fix missing update of property_hash
0324517d nova_flavor: Strip '' from project id value


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

.zuul.yaml                                         | 11 ++++++-
lib/puppet/provider/nova.rb                        | 11 +------
lib/puppet/provider/nova_aggregate/openstack.rb    |  2 ++
lib/puppet/provider/nova_cell_v2/nova_manage.rb    | 20 ++++++------
lib/puppet/provider/nova_flavor/openstack.rb       |  8 +++--
lib/puppet/provider/nova_service/openstack.rb      |  8 ++---
manifests/compute/libvirt.pp                       |  6 ++++
manifests/compute/rbd.pp                           |  2 +-
manifests/params.pp                                |  2 +-
manifests/workarounds.pp                           | 37 +++++++++++++++++++---
metadata.json                                      |  2 +-
...ute_service_check_for_ffu-4c4cc458df3ca33b.yaml |  6 ++++
...emu_monitor_announce_self-9e307efdb0061fce.yaml |  6 ++++
.../libvirt_sysinfo_serial-e1603d45446726c3.yaml   |  5 +++
..._event_during_hard_reboot-092dada6f6a1e632.yaml |  5 +++
setup.py                                           |  1 +
spec/classes/nova_compute_libvirt_spec.rb          |  3 ++
spec/classes/nova_compute_rbd_spec.rb              |  5 +--
spec/classes/nova_workarounds_spec.rb              | 17 +++++++---
.../unit/provider/nova_aggregate/openstack_spec.rb |  3 +-
spec/unit/provider/nova_flavor/openstack_spec.rb   |  4 ++-
spec/unit/provider/nova_spec.rb                    | 27 ----------------
22 files changed, 119 insertions(+), 72 deletions(-)







More information about the Release-announce mailing list