We are enthusiastic to announce the release of: openstack-ansible 13.3.9: Ansible playbooks for deploying OpenStack The source is available from: http://git.openstack.org/cgit/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ For more details, please see below. 13.3.9 ^^^^^^ New Features ************ * Added a new "haproxy_extra_services" var which will allow extra haproxy endpoint additions. * 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. Deprecation Notes ***************** * Moved "haproxy_service_configs" var to "haproxy_default_service_configs" so that "haproxy_service_configs" can be modified and added to without overriding the entire default service dict. Changes in openstack-ansible 13.3.8..13.3.9 ------------------------------------------- b21ca73 HAProxy extra endpoints 14762c3 Update all SHAs for 13.3.9 Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 18 ++++++------ global-requirement-pins.txt | 4 +-- .../defaults/repo_packages/openstack_services.yml | 32 +++++++++++----------- playbooks/haproxy-install.yml | 5 +++- playbooks/inventory/group_vars/all.yml | 2 +- playbooks/inventory/group_vars/hosts.yml | 4 +-- playbooks/vars/configs/haproxy_config.yml | 2 +- .../haproxy-extra-configs-67a77803494d3e97.yaml | 8 ++++++ ...-largecluster-key-inserts-afc8cac63af41087.yaml | 12 ++++++++ scripts/scripts-library.sh | 2 +- 11 files changed, 77 insertions(+), 33 deletions(-)
participants (1)
-
no-reply@openstack.org