We are overjoyed to announce the release of: openstack-ansible 14.2.8: Ansible playbooks for deploying OpenStack This release is part of the newton stable release series. The source is available from: http://git.openstack.org/cgit/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ For more details, please see below. 14.2.8 ^^^^^^ New Features ************ * The "os_nova" role now provides for doing online data migrations once the db sync has been completed. The data migrations will not be executed until the boolean variable "nova_all_software_updated" is true. This variable will need to be set by the playbook consuming the role. Upgrade Notes ************* * LXC containers will have their TZ data sync with their physical host machines. This is being done because containers have been assumed to use UTC while a host could be using something else. This causes issues in some services like celiometer and can result in general time differences in logging. Bug Fixes ********* * MariaDB 10.0.32 released on Aug 17 which, when configured to use xtrabackup for the SST, requires percona xtrabackup version 2.3.5 or higher. As xtrabackup is the default SST mechanism in the "galera_server" role, the version used has been updated from 2.2.13 to 2.3.5 for the x86_64 hardware architecture. See the percona release notes for 2.3.2 (https://www.percona.com/doc/percona- xtrabackup/LATEST/release-notes/2.3/2.3.2.html#new-features) for more details of what was included in the fix. Changes in openstack-ansible 14.2.7..14.2.8 ------------------------------------------- acbc3e5 Update galera roles to include NB fixes 4e346c9 Update the playbook serial settings 43e010c Update lxc_container_create role to include NB fix 8a7d14e Bootstrap Ansible fails if partial keypair exists 04804fe Bump lxc_hosts role for Trusty d8ba977 SHA bump for Neutron to include CIDR bug fix 7163ebd Use package module to install distro packages 6c0907e Remove repeated pip_install role execution 0b12bb4 Move rally_all.yml into utility_all.yml 21864eb Use upper constraints for utility pip install c516207 Remove with_items from utility pip install 8af5bfc Create minor playbook to sync TZ data on upgrade aa55083 Use LXC reverse proxy in OpenStack-CI 6fb1116 Update fastest-infra-wheel-mirror 1911555 Remove the reload from the cinder playbook 68ceb71 Update repo_build SHA to include NB bug fixes 3caa69a Update all SHAs for 14.2.8 5487c34 Fix bug of unbound variable in scripts-library.sh fc0dbfa Fix the unbound resolver conf.d filenames ee024b7 [DOCS] Update of SSL Config to include HAProxy Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 20 +++++----- .../source/app-advanced-config-sslcertificates.rst | 46 +++++++++++----------- .../upgrade-guide/reference-upgrade-playbooks.rst | 8 ++++ etc/openstack_deploy/conf.d/unbound.conf.aio | 3 -- etc/openstack_deploy/conf.d/unbound.conf.example | 8 ---- etc/openstack_deploy/conf.d/unbound.yml.aio | 3 ++ etc/openstack_deploy/conf.d/unbound.yml.example | 8 ++++ playbooks/defaults/repo_packages/gnocchi.yml | 2 +- .../defaults/repo_packages/openstack_services.yml | 46 +++++++++++----------- playbooks/galera-install.yml | 3 -- playbooks/inventory/group_vars/all.yml | 2 +- playbooks/inventory/group_vars/rally_all.yml | 18 --------- playbooks/inventory/group_vars/utility_all.yml | 4 +- playbooks/os-cinder-install.yml | 17 ++++---- playbooks/os-neutron-install.yml | 5 +-- playbooks/os-nova-install.yml | 2 +- playbooks/rabbitmq-install.yml | 3 +- playbooks/utility-install.yml | 24 ++++------- .../lxc-container-sync-tz-b75cb628972c795b.yaml | 7 ++++ .../nova-data-migrations-f6c2bc0f9e7b1908.yaml | 9 +++++ .../notes/xtrabackup-update-0aedcb9baa88ce35.yaml | 10 +++++ scripts/fastest-infra-wheel-mirror.py | 23 +++++++---- scripts/run-upgrade.sh | 1 + scripts/scripts-library.sh | 24 +++++++++-- .../playbooks/lxc-container-tz-sync.yml | 44 +++++++++++++++++++++ .../bootstrap-host/tasks/prepare_aio_config.yml | 7 ++++ .../templates/user_variables.aio.yml.j2 | 5 +++ 28 files changed, 227 insertions(+), 136 deletions(-)
participants (1)
-
no-reply@openstack.org