We high-spiritedly announce the release of: openstack-ansible 16.0.13: Ansible playbooks for deploying OpenStack This release is part of the pike 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. 16.0.13 ^^^^^^^ 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 pike releases prior to 16.0.13 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 16.0.12..16.0.13 --------------------------------------------- b97e216 Update release note for resolvconf cache prep failure 0f88f27 Add release note for resolvconf cache prep failure f4a1216 Bump lxc_host role a7273cf Add more infos into error message f678b3d Update all SHAs for 16.0.13 Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 64 ++++++++++----------- group_vars/all/all.yml | 2 +- playbooks/defaults/repo_packages/gnocchi.yml | 2 +- .../defaults/repo_packages/openstack_services.yml | 66 +++++++++++----------- ...che-prep-fail-resolveconf-bbfe1705259a461d.yaml | 15 +++++ .../bootstrap-host/tasks/check-requirements.yml | 36 +++++++++--- 6 files changed, 110 insertions(+), 75 deletions(-)