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

no-reply at openstack.org no-reply at openstack.org
Wed Aug 8 21:52:57 UTC 2018


We are stoked to announce the release of:

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

Deprecation Notes

* The repo server's reverse proxy for pypi has now been removed,
  leaving only the pypiserver to serve packages already on the repo
  server. The attempt to reverse proxy upstream pypi turned out to be
  very unstable with increased complexity for deployers using proxies
  or offline installs. With this, the variables
  "repo_nginx_pypi_upstream" and "repo_nginx_proxy_cache_path" have
  also been removed.

Changes in openstack-ansible 17.0.7..17.0.8
-------------------------------------------

12e7458 Drop --tags=haproxy_server-config from run-upgrade.sh
75185a8 Update repo_server role to remove pypi reverse proxy
97acfc5 Update ceph galaxy cleanup for monolithic repo
4f80bfe Rename designate_galera_database_name
37bd433 Replace default pip index check with upper constraints check
122b75b Add retries to collect ID's for nova services
386b936 Unpin ceph-ansible and add ceph-ansible library path
8165d63 Remove default pip_links value
c310c21 Ensure that the repo servers also use the pypi cache
9128df8 Ensure that repo checks use the right values
b98ed0b Use upstream pypi before the repo is built
d537ea0 Update all SHAs for 17.0.8


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

ansible-role-requirements.yml                      |  24 ++---
inventory/group_vars/all/all.yml                   |   2 +-
inventory/group_vars/all/pip.yml                   |   3 -
inventory/group_vars/designate_all.yml             |   2 +-
inventory/group_vars/repo_all.yml                  |  11 ---
playbooks/common-tasks/set-pip-upstream-url.yml    |  40 --------
playbooks/common-tasks/set-pip-vars.yml            | 103 +++++++++++++++++++++
playbooks/common-tasks/set-upper-constraints.yml   |  79 ----------------
playbooks/containers-lxc-create.yml                |   3 +-
playbooks/containers-lxc-host.yml                  |   3 +-
.../defaults/repo_packages/openstack_services.yml  |  82 ++++++++--------
playbooks/openstack-hosts-setup.yml                |   3 +-
playbooks/os-designate-install.yml                 |   2 +-
playbooks/repo-build.yml                           |   3 +-
playbooks/repo-server.yml                          |   3 +-
playbooks/repo-use.yml                             |   5 +-
.../notes/pypi-cache-removed-c03a9a0658c9d89f.yaml |  10 ++
scripts/openstack-ansible.rc                       |   6 +-
scripts/run-upgrade.sh                             |   2 +-
.../playbooks/ceph-galaxy-removal.yml              |   6 ++
.../upgrade-utilities/playbooks/cleanup-nova.yml   |   3 +
.../templates/user_variables.aio.yml.j2            |   1 -
23 files changed, 191 insertions(+), 209 deletions(-)







More information about the Release-announce mailing list