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

no-reply at openstack.org no-reply at openstack.org
Thu Jun 6 06:38:38 UTC 2019


We are amped to announce the release of:

openstack-ansible 17.1.11: Ansible playbooks for deploying OpenStack

This release is part of the queens stable release series.

The source is available from:

    https://opendev.org/openstack/openstack-ansible

Download the package from:

    https://tarballs.openstack.org/openstack-ansible/

Please report issues through:

    https://bugs.launchpad.net/openstack-ansible/+bugs

For more details, please see below.

17.1.11
^^^^^^^

New Features

* The list of enabled filters for the Cinder scheduler,
  *scheduler_default_filters* in *cinder.conf*, could previously be
  defined only via an entry in "cinder_cinder_conf_overrides". You now
  have the option to instead define a list variable,
  "cinder_scheduler_default_filters", that defines the enabled
  filters. This is helpful if you either want to disable one of the
  filters enabled by default (at the time of writing, these are
  *AvailabilityZoneFilter*, *CapacityFilter*, and
  *CapabilitiesFilter*), or if conversely you want to add a filter
  that is normally not enabled, such as *DifferentBackendFilter* or
  *InstanceLocalityFilter*.

  For example, to enable the *InstanceLocalityFilter* in addition to
  the normally enabled scheduler filters, use the following variable.

     cinder_scheduler_default_filters:
       - AvailabilityZoneFilter
       - CapacityFilter
       - CapabilitiesFilter
       - InstanceLocalityFilter

Changes in openstack-ansible 17.1.10..17.1.11
---------------------------------------------

50e41d145 Move hosts file management toggle to all group vars
e4ba058e9 Bump SHAs for stable/queens
3e970a30d Correct os-cinder-install task serialisation
a2864e3ff Use stable ARA setup interface for defining the callback location
434b3e961 zuul: Add required project openstack/openstack-ansible
7cabdf407 Add Calico networking AIO scenario
f01f34acd Zuul: Simplify the integrated test playbooks
9a3dc719b Bump etcd role to v3 capable SHA
faaf066ed Restore linters job to voting
8d64aadd2 Use opendev links
f0f24682c Use the correct branch name to clone tests repo
94187314b OpenDev Migration Patch
fc226142e Add trackbranch for Queens
1d1a7907c Replace openstack.org git:// URLs with https://
be194cf29 Bump SHAs for stable/queens


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

.gitreview                                         |   2 +-
ansible-role-requirements.yml                      | 216 +++++++++++++--------
etc/openstack_deploy/conf.d/etcd.yml.aio           |   4 +
.../conf.d/{etcd.conf.example => etcd.yml.example} |   0
etc/openstack_deploy/env.d/calico.yml.example      |  32 +++
inventory/group_vars/all/all.yml                   |   3 +
inventory/group_vars/hosts.yml                     |   3 -
playbooks/defaults/repo_packages/gnocchi.yml       |   2 +-
.../defaults/repo_packages/openstack_services.yml  | 160 +++++++--------
playbooks/os-cinder-install.yml                    |   2 +-
...gurable-scheduler-filters-17ea2ed9d4aa0708.yaml |  25 +++
scripts/scripts-library.sh                         |   4 +-
.../bootstrap-host/tasks/prepare_aio_config.yml    |   9 +-
.../templates/user_variables_calico.yml.j2         |  33 ++++
zuul.d/jobs.yaml                                   |   2 +
zuul.d/playbooks/post.yml                          |  20 +-
zuul.d/playbooks/run.yml                           |  24 +--
20 files changed, 351 insertions(+), 210 deletions(-)







More information about the Release-announce mailing list