[release-announce] [openstackansible] openstack-ansible-os_cinder 14.2.7 (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 2 09:03:27 UTC 2017


We are overjoyed to announce the release of:

openstack-ansible-os_cinder 14.2.7: os_cinder role for OpenStack-
Ansible

This release is part of the newton stable release series.

Download the package from:

    https://tarballs.openstack.org/openstack-ansible-os_cinder/

For more details, please see below.

14.2.7
^^^^^^

New Features

* The "os_cinder" 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 "cinder_all_software_updated" is
  true. This variable will need to be set by the playbook consuming
  the role.

Changes in openstack-ansible-os_cinder 14.2.6..14.2.7
-----------------------------------------------------

62d0597 Simplify and optimise cinder tasks
bdd22c7 Install lvm2 for cinder-volume LVM hosts
d1c39d3 Implement data migrations for rolling upgrades
4f23ba8 Add reload support to init file
e00133b Added open-iscsi package to Cinder container.
e065524 Add which in CentOS package list
b1a50d8 Ensure that services restart in a particular order
2b0ed39 Optimise the distro package installation


Diffstat (except docs and test files)
-------------------------------------

defaults/main.yml                                  |  4 ++
handlers/main.yml                                  |  8 ++--
.../cinder-data-migrations-ce31707c078b335c.yaml   |  9 +++++
tasks/cinder_cleanup_old_facts.yml                 | 29 +++++++++++++++
tasks/cinder_db_setup.yml                          | 20 ++++++++++
tasks/cinder_init_systemd.yml                      | 18 ++++-----
tasks/cinder_init_upstart.yml                      |  4 +-
tasks/cinder_install.yml                           | 24 +++++++++---
tasks/cinder_install_apt.yml                       | 27 +-------------
tasks/cinder_install_yum.yml                       | 28 +-------------
tasks/main.yml                                     | 28 +++++++++++---
templates/cinder-systemd-init.j2                   |  7 +++-
templates/cinder-systemd-tmpfiles.j2               |  4 +-
templates/cinder-upstart-init.j2                   | 18 ++++-----
vars/main.yml                                      | 43 +++++++++++++++++-----
vars/redhat-7.yml                                  |  6 +++
vars/ubuntu-14.04.yml                              |  4 ++
vars/ubuntu-16.04.yml                              |  5 +++
19 files changed, 185 insertions(+), 104 deletions(-)







More information about the Release-announce mailing list