[release-announce] [openstackansible] openstack-ansible-plugins 15.1.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Apr 3 14:03:23 UTC 2017


We are ecstatic to announce the release of:

openstack-ansible-plugins 15.1.0: plugins for OpenStack Ansible

This release is part of the ocata stable release series.

Download the package from:

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

For more details, please see below.

15.1.0
^^^^^^


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

* The default behaviour of "ensure_endpoint" in the keystone module
  has changed to update an existing endpoint, if one exists that
  matches the service name, type, region and interface. This ensures
  that no duplicate service entries can exist per region.

* The deployer can now define an environment variable
  "GROUP_VARS_PATH" with the folders of its choice (separated by the
  colon sign) to define an user space group_vars folder. These vars
  will apply but be (currently) overriden by the OpenStack-Ansible
  default group vars, by the set facts, and by the user_* variables.
  If the deployer defines multiple paths, the variables found are
  merged, and precedence is increasing from left to right (the last
  defined in GROUP_VARS_PATH wins)

* The deployer can now define an environment variable
  "HOST_VARS_PATH" with the folders of its choice (separated by the
  colon sign) to define an user space host_vars folder. These vars
  will apply but be (currently) overriden by the OpenStack-Ansible
  default host vars, by the set facts, and by the user_* variables. If
  the deployer defines multiple paths, the variables found are merged,
  and precedence is increasing from left to right (the last defined in
  HOST_VARS_PATH wins)


Deprecation Notes
*****************

* The "update" state for the "ensure_endpoint" method of the
  "keystone" module is now deprecated, and will be removed in the
  Queens cycle. Setting state to "present" will achieve the same
  result.

Changes in openstack-ansible-plugins 15.0.0..15.1.0
---------------------------------------------------

75265d1 Always update existing matching endpoints
5180703 Introduce userspace group_vars and host_vars


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

library/keystone                                   |  28 +++++-
...one_plugin_default_update-c025bd5508069df3.yaml |  12 +++
...space_group_and_host_vars-14f77b5eb518e32d.yaml |  22 +++++
vars_plugins/override_folder.py                    | 109 +++++++++++++++++++++
4 files changed, 167 insertions(+), 4 deletions(-)






More information about the Release-announce mailing list