We exuberantly announce the release of: openstack-ansible 17.1.5: 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.5 ^^^^^^ New Features * This role now optionally enables your compute nodes' KVM kernel module nested virtualization capabilities, by setting nova_nested_virt_enabled to true. Depending on your distribution and libvirt version, you might need to set additional variables to fully enabled nested virtualization. For details, please see https://docs.openstack.org/nova/latest/admin/configuration /hypervisor-kvm.html#nested-guest-support. Changes in openstack-ansible 17.1.4..17.1.5 ------------------------------------------- 5c2edcc Docs: Fix VLAN bridge interface in example setup 1f4dca7 Update doc to use chrony instead of ntp 944f682 Add MariaDB infrastructure mirrors and disable nested virt 6356c80 Update all SHAs for 17.1.5 ea1d05c Move ARA install to end of bootstrap aae1435 Add extra volume types to AIO 0b489b6 Use loop_var name in when clause Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 16 ++--- deploy-guide/source/targethosts-prepare.rst | 22 +++--- .../openstack_interface.cfg.test.example | 2 +- etc/openstack_deploy/conf.d/cinder.yml.aio | 27 ++++++++ inventory/group_vars/all/all.yml | 2 +- playbooks/common-playbooks/nova.yml | 8 +-- .../defaults/repo_packages/openstack_services.yml | 78 +++++++++++----------- .../notes/add-nested-virt-1db2270e73d1b34.yaml | 7 ++ scripts/bootstrap-ansible.sh | 10 +-- .../bootstrap-host/tasks/prepare_aio_config.yml | 5 +- 10 files changed, 105 insertions(+), 72 deletions(-)