We are chuffed to announce the release of: openstack-ansible 16.0.15: Ansible playbooks for deploying OpenStack This release is part of the pike 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. 16.0.15 ^^^^^^^ New Features ************ * The option "rabbitmq_erlang_version_spec" has been added allowing deployers to set the version of erlang used on a given installation. Known Issues ************ * With the release of CentOS 7.5, all pike releases are broken due to a mismatch in version between the libvirt-python library specified by the OpenStack community, and the version provided in CentOS 7.5. As such OSA is unable build the appropriate python library for libvirt. The only recourse for this is to upgrade the environment to the latest queens release. Deprecation Notes ***************** * The use of the "apt_package_pinning" role as a meta dependency has been removed from the rabbitmq_server role. While the package pinning role is still used, it will now only be executed when the apt task file is executed. * The variable "nova_compute_pip_packages" is no longer used and has been removed. Bug Fixes ********* * Download and install the neutron-fwaas-dashboard if being enabled within the os_horizon role by the "horizon_enable_neutron_fwaas" var. * In order to prevent further issues with a libvirt and python- libvirt version mismatch, KVM-based compute nodes will now use the distribution package python library for libvirt. This should resolve the issue seen with pike builds on CentOS 7.5. Changes in openstack-ansible 16.0.14..16.0.15 --------------------------------------------- 856b731 Add example host confd file for barbican fbe7dfa Update the output for "openstack floating" command 10db117 Update all SHAs for 16.0.15 a877e8e Fix the appropriate kernel modules path ae13306 Add more meaningful/user readable failure 31c18dd Add some troubleshooting informations Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 16 +++--- deploy-guide/source/targethosts-prepare.rst | 4 +- .../admin/openstack-operations/cli-operations.rst | 10 ++-- etc/openstack_deploy/conf.d/barbican.yml.example | 8 +++ group_vars/all/all.yml | 2 +- playbooks/defaults/repo_packages/gnocchi.yml | 2 +- .../defaults/repo_packages/openstack_services.yml | 66 +++++++++++----------- .../notes/bug-1718187-15fee987ca3e0eeb.yaml | 6 ++ .../notes/elang-version-2c1135466ef94032.yaml | 9 +++ .../libvirt-python-symlink-e892dd3536c02179.yaml | 19 +++++++ .../bootstrap-host/tasks/check-requirements.yml | 10 ++++ 12 files changed, 125 insertions(+), 50 deletions(-)