[openstackansible] openstack-ansible-os_nova 14.2.7 (newton)
We contentedly announce the release of: openstack-ansible-os_nova 14.2.7: os_nova for OpenStack Ansible This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_nova/ For more details, please see below. 14.2.7 ^^^^^^ 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. Changes in openstack-ansible-os_nova 14.2.6..14.2.7 --------------------------------------------------- f463420 Implement data migrations for rolling upgrades c45c734 Perform an atomic policy file change 1d86106 Add reload support to init file 90b2add Normalise distro package installation 97a0e20 Filter services dictionary per host Diffstat (except docs and test files) ------------------------------------- defaults/main.yml | 9 ++++ handlers/main.yml | 49 +++++++++++++++++--- .../nova-data-migrations-f6c2bc0f9e7b1908.yaml | 9 ++++ tasks/main.yml | 21 +++++++-- tasks/nova_db_setup.yml | 30 ++++++------ tasks/nova_init_common.yml | 31 ------------- tasks/nova_init_systemd.yml | 33 +++++++------ tasks/nova_init_upstart.yml | 5 +- tasks/nova_install.yml | 22 ++++++++- tasks/nova_install_apt.yml | 53 +-------------------- tasks/nova_post_install.yml | 2 +- templates/nova-systemd-init.j2 | 5 +- templates/nova-systemd-tmpfiles.j2 | 4 +- templates/nova-upstart-init.j2 | 18 ++++---- templates/nova.conf.j2 | 3 ++ vars/main.yml | 54 ++++++++++++++++++++++ 16 files changed, 210 insertions(+), 138 deletions(-)
participants (1)
-
no-reply@openstack.org