[release-announce] [openstackansible] openstack-ansible-plugins 14.2.0 (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Apr 3 15:26:49 UTC 2017


We are psyched to announce the release of:

openstack-ansible-plugins 14.2.0: plugins for OpenStack Ansible

This release is part of the newton stable release series.

Download the package from:

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

For more details, please see below.

14.2.0
^^^^^^


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

* Add "get_networks" command to the neutron library. This will
  return network information for all networks, and fail if the
  specified "net_name" network is not present. If no "net_name" is
  specified network information will for all networks will be returned
  without performing a check on an existing "net_name" network.

* 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 14.1.1..14.2.0
---------------------------------------------------

811062b Always update existing matching endpoints
751ebf6 Introduce userspace group_vars and host_vars
a96d3bf Add get_networks command to neutron library
c246b57 Install python2-pyOpenSSL package on CentOS


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

bindep.txt                                         |   2 +-
library/keystone                                   |  28 +++++-
library/neutron                                    |  24 +++++
.../notes/get-networks-e241137620c2280d.yaml       |   9 ++
...one_plugin_default_update-c025bd5508069df3.yaml |  12 +++
...space_group_and_host_vars-14f77b5eb518e32d.yaml |  22 +++++
vars_plugins/override_folder.py                    | 109 +++++++++++++++++++++
7 files changed, 201 insertions(+), 5 deletions(-)






More information about the Release-announce mailing list