We eagerly announce the release of: openstack-ansible 15.1.4: Ansible playbooks for deploying OpenStack This release is part of the ocata stable release series. 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. 15.1.4 ^^^^^^ New Features ************ * New variables have been added to allow a deployer to customize a barbican systemd unit file to their liking. * The task dropping the barbican systemd unit files now uses the "config_template" action plugin allowing deployers access to customize the unit files as they see fit without having to load extra options into the defaults and polute the generic systemd unit file with jinja2 variables and conditionals. Bug Fixes ********* * Upgrading from Newton to Ocata will now correctly add existing Nova instances to the "nova_cell1_name" cell. For more information see bug 1682169 (https://bugs.launchpad.net/openstack- ansible/+bug/1682169). * The version 2.1.0 of ldappool fix the issue with TLS bind on ldapserver. It is set in global pin to fix the issue in OSA until the fix is made upstream. Changes in openstack-ansible 15.1.3..15.1.4 ------------------------------------------- 0ff1e58 Add nc to the packages to install during upgrade 53c60a2 Add license boilerplate to Vagrantfile 08faa55 Add ldappool constraints to global pins 167adfc SHA Bump Nova role to fix upgrade path 7beba50 Update Ansible to 2.2.3.0 d94098f Ceilometer: Update URL used to source default configs ea2d8ae Update lxc_hosts role SHA for CentOS/cron 979a1ef Gnocchi: Update URL used to source default configs b8b82a3 Change swap creation command for CentOS a5a7ce5 Fix os_cmd script for tty 6734e9b Isolate ansible-runtime venv site packages 11d46a5 Bump unbound role tag e03f99e scripts: sources-branch-update.sh: Remove double 'sed' 13791b1 Implement http-check on haproxy services 467ece1 Update all SHAs for 15.1.4 4ab6b84 [docs] Fix Ocata deploy guide link c36e5fd Update sources-branch-updater to cater for git sourced config Diffstat (except docs and test files) ------------------------------------- Vagrantfile | 12 +++++ ansible-role-requirements.yml | 50 +++++++++--------- global-requirement-pins.txt | 7 +++ playbooks/defaults/repo_packages/gnocchi.yml | 2 +- .../defaults/repo_packages/openstack_services.yml | 60 +++++++++++----------- playbooks/inventory/group_vars/all.yml | 2 +- playbooks/inventory/group_vars/ceilometer_all.yml | 4 +- playbooks/inventory/group_vars/gnocchi_all.yml | 4 +- playbooks/inventory/host_vars/localhost.yml | 16 ++++++ playbooks/vars/configs/haproxy_config.yml | 18 ++++--- ...can-init-config-overrides-ffce7e419061c4da.yaml | 10 ++++ .../cell_v2_map_instances-dfa21951a3dcd2f5.yaml | 5 ++ releasenotes/notes/ldappool-65dcc48c12d28d07.yaml | 5 ++ scripts/bootstrap-ansible.sh | 10 ++-- scripts/os-cmd | 2 +- scripts/sources-branch-updater.sh | 24 +++------ .../playbooks/memcached-flush.yml | 12 ++++- 19 files changed, 157 insertions(+), 92 deletions(-)
participants (1)
-
no-reply@openstack.org