[puppet] puppet-nova 9.5.0 (newton)
We are psyched to announce the release of: puppet-nova 9.5.0: Puppet module for OpenStack Nova This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/puppet-nova/ For more details, please see below. 9.5.0 ^^^^^ New Features ************ * Adds the enable_new_services config parameter to nova conductor * Adds the resize_confirm_window parameter to nova configuration for compute service. * Adds the resume_guests_state_on_host_boot config parameter to nova compute * Passes parameter to keystone authtoken define to manage python- memcache package install. * All parameters from xenserver config have been added to class definition. Upgrade Notes ************* * The default value for nova::compute::libvirt::libvirt_cpu_mode when nova::compute::libvirt::libvirt_virt_type is set to 'qemu' has been changed from 'host-model' to 'none'. The Nova gate does not really test the 'host-model' option in their CI, but 'none' due to Devstack configuration, and it is known to create issues with QEMU 2.6 (see https://bugzilla.redhat.com/show_bug.cgi?id=1404627). Deprecation Notes ***************** * Following parameters gets deprecated xenapi_connection_url, xenapi_connection_username, xenapi_connection_password. Changes in puppet-nova 9.4.0..9.5.0 ----------------------------------- 5d597f5 Revert "Add cell_v2 simple_cell_setup" 19c8668 Prepare 9.5.0 release bf469ae Allow python-memcache install from authtoken class a1fe28f Add the resume_guests_state_on_host_boot option to nova::compute ee639de Add resize_confirm_window option to nova::compute 53e6f7a Add cell_v2 simple_cell_setup 5a00cee Remove leftovers of gate fix reviews 7ee2563 Set cpu_mode to "none" when virt_type is qemu 8787536 Add the enable_new_services option to nova::conductor 14cb78e XenServer patch 6cf54de Added retries in db_sync for nova_api db 238fe9e Added retries for db_sync 320f93c Use stable/newton spec helper d9f7cd7 Update .gitreview for stable/newton Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Gemfile | 1 + manifests/compute.pp | 21 ++ manifests/compute/libvirt.pp | 6 +- manifests/compute/xenserver.pp | 346 ++++++++++++++++++++- manifests/conductor.pp | 22 +- manifests/db/sync.pp | 2 + manifests/db/sync_api.pp | 2 + manifests/keystone/authtoken.pp | 6 + metadata.json | 12 +- ...le_new_services_parameter-0174ea25ea8b5de7.yaml | 3 + ..._confirm_window_parameter-e89c246e2f0f9d85.yaml | 3 + ...te_on_host_boot_parameter-2fb7177a2898aed8.yaml | 3 + ...n_manage_memcache_package-66fdfb8c4204bbe9.yaml | 3 + ...irt_type=qemu-is-now-none-da2f1ada88d6d2c0.yaml | 10 + releasenotes/notes/xenserver-8eb20faa5f230dfd.yaml | 8 + releasenotes/source/conf.py | 4 +- spec/classes/nova_compute_libvirt_spec.rb | 8 + spec/classes/nova_compute_spec.rb | 10 + spec/classes/nova_compute_xenserver_spec.rb | 110 ++++++- spec/classes/nova_conductor_spec.rb | 12 + spec/classes/nova_keystone_authtoken_spec.rb | 5 + 22 files changed, 564 insertions(+), 34 deletions(-)
participants (1)
-
no-reply@openstack.org