[release-announce] openstack-ansible 19.0.2 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 29 09:53:52 UTC 2019


We are satisfied to announce the release of:

openstack-ansible 19.0.2: Ansible playbooks for deploying OpenStack

This release is part of the stein stable release series.

The source is available from:

    https://opendev.org/openstack/openstack-ansible

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/openstack-ansible/+bugs

For more details, please see below.

19.0.2
^^^^^^


New Features
************

* Cinder is deployed with Active-Active enabled by default if you
  are using Ceph as a backend storage.


Known Issues
************

* The previous way of using a common backend_host across all
  deployments was not recommended by the Cinder team and it will cause
  duplicate messages that cause problems in the environment.


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

* It is possible that you may need to use the cinder-manage command
  to migrate volumes to a specific host.  In addition, you will have
  to remove the old "rbd:volumes" service which will be stale.

Changes in openstack-ansible 19.0.1..19.0.2
-------------------------------------------

a098f5eb7 Temporary override of ceph openstack_keys
b59f68867 Ceph-RGW HAProxy config skipped when shouldnt
6ef3ed9b5 Update ARA installation and loading
14ffd6371 Run the OSA bootstrap in the Zuul pre phase
ae77e677d Move data device detection to Ansible
7ba175116 Allow skipping bootstrap steps in gate check
73a94d605 Store gate scenario configuration on Zuul executor
bec4d8685 Move entirely to dynamic job execution
823eaa4bf Add services for testing based on test repo name
8a2cef56e Bump SHAs for stable/stein
c80c4eb0e Update docs & upgrade scripts for Stein
bcaa5006d Mark Stein as released
76aeb3abb doc: stop marking CentOS as experimental
780cade40 Update ansible to 2.7.12
c4c13e559 Bump SHAs for stable/stein
d729e4819 Fix systemd-journal-remote socket dependency
e8a3967c7 Allow for skipping custom env.d file checks
85f6ee42f Install placement osc plugin on utility machines


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

ansible-role-requirements.yml                      |  42 ++++-----
deploy-guide/source/overview-requirements.rst      |   2 +-
inventory/group_vars/all/ceph.yml                  |  11 +++
inventory/group_vars/haproxy/haproxy.yml           |   2 +-
playbooks/defaults/repo_packages/gnocchi.yml       |   2 +-
playbooks/defaults/repo_packages/nova_consoles.yml |   2 +-
.../defaults/repo_packages/openstack_services.yml  |  94 +++++++++----------
playbooks/infra-journal-remote.yml                 |   3 +
playbooks/utility-install.yml                      |   5 +-
.../enable-active-active-9af1551759468dc8.yaml     |  12 +++
scripts/bootstrap-aio.sh                           |  14 ++-
scripts/bootstrap-ansible.sh                       |  48 ++--------
scripts/gate-check-commit.sh                       |  17 +---
scripts/openstack-ansible.sh                       |   8 ++
scripts/run-upgrade.sh                             |   2 +
scripts/scripts-library.sh                         |  41 +++++++-
.../upgrade-utilities/deploy-config-changes.yml    |   4 +-
.../tasks/detect_data_disk_device.yml              |  27 ++++++
zuul.d/jobs.yaml                                   | 103 +--------------------
zuul.d/playbooks/pre-gate-scenario.yml             |  89 ++++++++++++++++++
zuul.d/playbooks/pre-osa-aio.yml                   |  44 +++++++++
zuul.d/playbooks/run.yml                           |  21 +++--
.../playbooks/templates/osa-gate-scenario.yml.j2   |   5 +
28 files changed, 389 insertions(+), 240 deletions(-)







More information about the Release-announce mailing list