[release-announce] [openstackansible] openstack-ansible-ironic	14.2.2 (newton)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Mon May  1 14:47:30 UTC 2017
    
    
  
We are pleased to announce the release of:
openstack-ansible-ironic 14.2.2: Ironic Role for OpenStack Ansible
This release is part of the newton stable release series.
Download the package from:
    https://tarballs.openstack.org/openstack-ansible-os_ironic/
For more details, please see below.
14.2.2
^^^^^^
New Features
* Add support for "neutron" as an "enabled_network_interface".
* The "ironic_neutron_provisioning_network_name" and
  "ironic_neutron_cleaning_network_name" variable can be set to the
  name of the neutron network to use for provisioning and cleaning.
  The ansible tasks will determine the appropriate UUID for that
  network. Alternatively, "ironic_neutron_provisioning_network_uuid"
  or "ironic_neutron_cleaning_network" can be used to directly specify
  the UUID of the networks. If both
  "ironic_neutron_provisioning_network_name" and
  "ironic_neutron_provisioning_network_uuid" are specified, the
  specified UUID will be used. If only the provisioning network is
  specified, the cleaning network will default to the same network.
Changes in openstack-ansible-ironic 14.2.0..14.2.2
--------------------------------------------------
8d6bb21 Add ldlinux.c32 to the tftp directory
5d46ee5 Add support for neutron network names for cleaning/provisioning
Diffstat (except docs and test files)
-------------------------------------
defaults/main.yml                                  | 12 ++++++
...c-neutron-network-support-669c382ea8bd3b98.yaml | 17 ++++++++
tasks/ironic_conductor_post_install.yml            | 31 ++++++--------
tasks/ironic_get_neutron_uuids.yml                 | 41 +++++++++++++++++++
tasks/ironic_post_install.yml                      |  8 ++++
templates/ironic.conf.j2                           |  6 +++
vars/ubuntu-14.04.yml                              |  5 ++-
vars/ubuntu-16.04.yml                              |  6 ++-
16 files changed, 206 insertions(+), 50 deletions(-)
    
    
More information about the Release-announce
mailing list