[release-announce] openstack-ansible 17.1.7 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Jan 30 21:28:49 UTC 2019


We are glad to announce the release of:

openstack-ansible 17.1.7: 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.7
^^^^^^


Upgrade Notes
*************

* During an upgrade using the run-upgrade script, the neutron agents
  will now automatically be migrated from the neutron_agents
  containers on to the network_hosts. The neutron_agents containers
  will be deleted as they are no longer necessary. Any environments
  which previously upgraded to Queens can make use of the same
  playbooks to handle to migration, or inspect the playbooks to
  determine how to do it by hand if preferred.


Bug Fixes
*********

* With the release of CentOS 7.6, deployments were breaking and
  becoming very slow when we restart dbus in order to catch some
  PolicyKit changes. However, those changes were never actaully used
  so they were happening for no reason. We no longer make any
  modifications to the systemd-machined configuration and/or PolicyKit
  to maintain upstream compatibility.

Changes in openstack-ansible 17.1.6..17.1.7
-------------------------------------------

e84e3f1 Update all SHAs for 17.1.7
4bd1c9b Add automated migration of neutron agents to bare metal


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

ansible-role-requirements.yml                      |  10 +-
.../upgrades/major-upgrades-manual-upgrade.rst     |  24 ++++
inventory/group_vars/all/all.yml                   |   2 +-
.../defaults/repo_packages/openstack_services.yml  |  78 ++++++-------
...tron-agent-auto-migration-a8b160509d7f83d0.yaml |   9 ++
...ve-machinectl-workarounds-d67a4739f6385f54.yaml |   7 ++
scripts/run-upgrade.sh                             |   6 +
.../files/neutron-migration-inventory.ini          |  33 ++++++
.../playbooks/cleanup-neutron.yml                  | 121 +++++++++++++++++++++
.../playbooks/neutron-tmp-inventory.yml            |  40 +++++++
10 files changed, 285 insertions(+), 45 deletions(-)







More information about the Release-announce mailing list