We are excited to announce the release of: openstack-ansible 17.1.6: Ansible playbooks for deploying OpenStack This release is part of the queens stable release series. The source is available from: https://git.openstack.org/cgit/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ For more details, please see below. 17.1.6 ^^^^^^ New Features ************ * You can now set the Libvirt CPU model and feature flags from the appropriate entry under the "nova_virt_types" dictionary variable (normally "kvm"). "nova_cpu_model" is a string value that sets the CPU model; this value is ignored if you set any "nova_cpu_mode" other than "custom". "nova_cpu_model_extra_flags" is a list that allows you to specify extra CPU feature flags not normally passed through with "host-model", or the "custom" CPU model of your choice. Upgrade Notes ************* * If your configuration previously set the "libvirt/cpu_model" and/or "libvirt/cpu_model_extra_flags" variables in a "nova_nova_conf_overrides" dictionary, you should consider moving those to "nova_cpu_model" and "nova_cpu_model_extra_flags" in the appropriate entry (normally "kvm") in the "nova_virt_types" dictionary. Changes in openstack-ansible 17.1.5..17.1.6 ------------------------------------------- 35e57ff Isolate the Ansible bootstrap 468458b Update Octavia to latest stable/queens SHA f80b9ed Update all SHAs for 17.1.6 Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 8 +-- inventory/group_vars/all/all.yml | 2 +- .../defaults/repo_packages/openstack_services.yml | 78 +++++++++++----------- .../notes/nova-cpu-model-006da20048168842.yaml | 18 +++++ scripts/bootstrap-ansible.sh | 28 ++++---- scripts/gate-check-commit.sh | 13 ++++ scripts/scripts-library.sh | 15 +++-- 7 files changed, 98 insertions(+), 64 deletions(-)
participants (1)
-
no-reply@openstack.org