[release-announce] openstack-ansible 15.1.21 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Mon May 14 13:55:03 UTC 2018
We are amped to announce the release of:
openstack-ansible 15.1.21: Ansible playbooks for deploying OpenStack
This release is part of the ocata stable release series.
The source is available from:
http://git.openstack.org/cgit/openstack/openstack-ansible
Download the package from:
https://tarballs.openstack.org/openstack-ansible/
For more details, please see below.
15.1.21
^^^^^^^
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 ocata
releases prior to 15.1.21 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 15.1.20..15.1.21
---------------------------------------------
e426377 Update release note for resolvconf cache prep failure
bf7eaef Update lxc_host/pip_install role SHA's
b819e7b Add release note for resolvconf cache prep failure
46207e8 Update all SHAs for 15.1.21
ac7fdfb bootstrap-host: Set repo build pip default mirror when in openstack-ci
Diffstat (except docs and test files)
-------------------------------------
ansible-role-requirements.yml | 16 +++---
playbooks/defaults/repo_packages/gnocchi.yml | 2 +-
.../defaults/repo_packages/openstack_services.yml | 64 +++++++++++-----------
playbooks/inventory/group_vars/all.yml | 2 +-
...che-prep-fail-resolveconf-bbfe1705259a461d.yaml | 15 +++++
.../bootstrap-host/tasks/prepare_aio_config.yml | 1 +
6 files changed, 58 insertions(+), 42 deletions(-)
More information about the Release-announce
mailing list