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

no-reply at openstack.org no-reply at openstack.org
Mon Sep 24 14:57:02 UTC 2018


We high-spiritedly announce the release of:

openstack-ansible 17.1.1: 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.1.1
^^^^^^


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

* The "os_horizon" role now supports distribution of user custom
  themes. Deployers can use the new key "theme_src_archive" of
  "horizon_custom_themes" dictionary to provide absolute path to the
  archived theme. Only .tar.gz, .tgz, .zip, .tar.bz, .tar.bz2, .tbz,
  .tbz2 archives are supported. Structure inside archive should be as
  a standard theme, without any leading folders.

* Octavia is creating vms, securitygroups, and other things in its
  project. In most cases the default quotas are not big enough. This
  will adjust them to (configurable) reasonable values.


Security Issues
***************

* Avoid setting the quotas too high for your cloud since this can
  impact the performance of other servcies and lead to a potential
  Denial-of-Service attack if Loadbalancer quotas are not set properly
  or RBAC is not properly set up.


Bug Fixes
*********

* Fixes bug https://bugs.launchpad.net/openstack-
  ansible/+bug/1778098 where playbook failed, if
  "horizon_custom_themes" is specified, and directory for theme is not
  provided

Changes in openstack-ansible 17.1.0..17.1.1
-------------------------------------------

45b044b Move ara to scripts-library
e3a688e Avoid using loop_var in endpoint manage
9435dc9 Bump plugins SHA to include recent bugfixes
fcbb63d Improve get-pip.py reliability
7778be9 Remove obsolete instruction
39b718a Make sure the branch to track is in YAML
e64fa56 docs: Add links to very useful Galera recovery docs
6d2b205 Update all SHAs for 17.1.1
94a5348 Revert "Revert "Work around nested virt issues on OVH test nodes""


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

ansible-role-requirements.yml                      |  68 ++++++------
inventory/group_vars/all/all.yml                   |   2 +-
playbooks/common-playbooks/nova.yml                |   8 +-
playbooks/common-tasks/haproxy-endpoint-manage.yml |   4 +-
playbooks/defaults/repo_packages/gnocchi.yml       |   1 +
playbooks/defaults/repo_packages/nova_consoles.yml |   2 +
.../defaults/repo_packages/openstack_services.yml  | 123 ++++++++++++++-------
.../defaults/repo_packages/openstack_testing.yml   |   1 +
playbooks/os-keystone-install.yml                  |   4 +-
.../notes/drop-custom-themes-724c40e5cd69b8e2.yaml |  10 ++
releasenotes/notes/fix_quota-e3d4bf0b896dc393.yaml |  12 ++
scripts/bootstrap-ansible.sh                       |   1 -
scripts/gate-check-commit.sh                       |  20 +---
scripts/scripts-library.sh                         |  32 +++++-
.../bootstrap-host/tasks/prepare_aio_config.yml    |   7 ++
17 files changed, 197 insertions(+), 107 deletions(-)







More information about the Release-announce mailing list