[release-announce] [openstackansible] openstack-ansible-os_nova 13.3.9

no-reply at openstack.org no-reply at openstack.org
Mon Dec 5 05:43:15 UTC 2016


We are enthusiastic to announce the release of:

openstack-ansible-os_nova 13.3.9: os_nova for OpenStack Ansible

Download the package from:

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

For more details, please see below.

13.3.9
^^^^^^

New Features

* The nova SSH public key distribution has been made a lot faster
  especially when deploying against very large clusters. To support
  larger clusters the role has moved away from the "authorized_key"
  module and is now generating a script to insert keys that may be
  missing from the authorized keys file. The script is saved on all
  nova compute nodes and can be found at "/usr/local/bin/openstack-
  nova-key.sh". If ever there is a need to reinsert keys or fix issues
  on a given compute node the script can be executed at any time
  without directly running the ansible playbooks or roles.

Changes in openstack-ansible-os_nova 13.3.8..13.3.9
---------------------------------------------------

385f89c Backport nova user ssh key distribution


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

...-largecluster-key-inserts-afc8cac63af41087.yaml | 12 ++++++
tasks/nova_compute_key_distribute.yml              | 43 +++++++++++++++++++---
tasks/nova_compute_key_populate.yml                |  2 +-
templates/nova-key-insert.sh.j2                    | 31 ++++++++++++++++
4 files changed, 81 insertions(+), 7 deletions(-)






More information about the Release-announce mailing list