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

no-reply at openstack.org no-reply at openstack.org
Sun May 13 21:44:18 UTC 2018


We are satisfied to announce the release of:

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

Known Issues

* In the "lxc_hosts" role execution, we make use of the images
  produced on a daily basis by images.linuxcontainers.org. Recent
  changes in the way those images are produced have resulted in
  changes to the default "/etc/resolve.conf" in that default image. As
  such, when executing the cache preparation it fails. For queens
  releases prior to 17.0.4 the workaround to get past the error is to
  add the following to the "/etc/openstack_deploy/user_variables.yml"
  file.

     lxc_cache_prep_pre_commands: "rm -f /etc/resolv.conf || true"
     lxc_cache_prep_post_commands: "ln -s ../run/resolvconf/resolv.conf /etc/resolv.conf -f"

Changes in openstack-ansible 17.0.3..17.0.4
-------------------------------------------

9815d9b Update repo_server SHA
ce3408d [Docs] Fix links to figures
15368ce Update release note for resolvconf cache prep failure
83fd0ec Add more infos into error message
2332d15 Add release note for resolvconf cache prep failure
5095896 Update all SHAs for 17.0.4
f85ab8c Bump os_tempest SHA
e534952 Add missing static argument value
93e85fc Remove double warning from run-upgrade
e44e518 Add container/service clean up for ironic/trove


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

ansible-role-requirements.yml                      |  12 +--
.../source/figures/production-storage-cinder.png   | Bin 102217 -> 0 bytes
.../production-storage-cinder.svg/image3.wmf       | Bin 19378 -> 0 bytes
.../production-storage-cinder.svg                  |   3 -
.../source/figures/production-storage-glance.png   | Bin 87006 -> 0 bytes
.../production-storage-glance.svg/image3.wmf       | Bin 19378 -> 0 bytes
.../production-storage-glance.svg                  |   3 -
.../source/figures/production-storage-nova.png     | Bin 84263 -> 0 bytes
.../figures/production-storage-nova.svg/image3.wmf | Bin 19378 -> 0 bytes
.../production-storage-nova.svg                    |   3 -
.../source/figures/production-storage-swift.png    | Bin 108150 -> 0 bytes
.../source/figures/production-storage-swift.svg    |   3 -
.../figures/production-storage.graffle/data.plist  | Bin 8497 -> 0 bytes
.../figures/production-storage.graffle/image3.wmf  | Bin 19378 -> 0 bytes
deploy-guide/source/figures/production-storage.svg |   3 -
.../upgrades/major-upgrades-manual-upgrade.rst     |   9 +++
.../figures/production-storage-cinder.png          | Bin 0 -> 102217 bytes
.../production-storage-cinder.svg/image3.wmf       | Bin 0 -> 19378 bytes
.../production-storage-cinder.svg                  |   3 +
.../figures/production-storage-glance.png          | Bin 0 -> 87006 bytes
.../production-storage-glance.svg/image3.wmf       | Bin 0 -> 19378 bytes
.../production-storage-glance.svg                  |   3 +
.../reference/figures/production-storage-nova.png  | Bin 0 -> 84263 bytes
.../figures/production-storage-nova.svg/image3.wmf | Bin 0 -> 19378 bytes
.../production-storage-nova.svg                    |   3 +
.../reference/figures/production-storage-swift.png | Bin 0 -> 108150 bytes
.../reference/figures/production-storage-swift.svg |   3 +
.../figures/production-storage.graffle/data.plist  | Bin 0 -> 8497 bytes
.../figures/production-storage.graffle/image3.wmf  | Bin 0 -> 19378 bytes
.../reference/figures/production-storage.svg       |   3 +
inventory/group_vars/all/all.yml                   |   2 +-
.../defaults/repo_packages/openstack_services.yml  |  82 ++++++++++-----------
playbooks/rabbitmq-install.yml                     |   2 +-
...hyperconverged-containers-31c413e94c4e2902.yaml |   7 ++
...che-prep-fail-resolveconf-bbfe1705259a461d.yaml |  15 ++++
scripts/gate-check-commit.sh                       |   5 --
scripts/run-upgrade.sh                             |  29 ++++----
.../upgrade-utilities/playbooks/cleanup-ironic.yml |  42 +++++++++++
.../upgrade-utilities/playbooks/cleanup-trove.yml  |  44 +++++++++++
.../bootstrap-host/tasks/check-requirements.yml    |  36 +++++++--
41 files changed, 226 insertions(+), 97 deletions(-)







More information about the Release-announce mailing list