We are pumped to announce the release of: openstack-ansible 16.0.24: Ansible playbooks for deploying OpenStack This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ For more details, please see below. 16.0.24 ^^^^^^^ New Features * Horizon has, since OSA's inception, been deployed with HTTPS access enabled, and has had no way to turn it off. Some use-cases may want to access via HTTP instead, so this patch enables the following. * Listen via HTTPS on a load balancer, but via HTTP on the horizon host and have the load balancer forward the correct headers. It will do this by default in the integrated build due to the presence of the load balancer, so the current behaviour is retained. * Enable HTTPS on the horizon host without a load balancer. This is the role's default behaviour which matches what it always has been. * Disable HTTPS entirely by setting "haproxy_ssl: no" (which will also disable https on haproxy. This setting is inherited by the new "horizon_enable_ssl" variable by default. This is a new option. Changes in openstack-ansible 16.0.23..16.0.24 --------------------------------------------- e86956f Isolate the Ansible bootstrap 762ab58 Remove legacy zuul environment sourcing 9be3413 Update Octavia to latest stable/pike SHA 759fe3f Update all SHAs for 16.0.24 Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 2 +- group_vars/all/all.yml | 2 +- playbooks/defaults/repo_packages/gnocchi.yml | 2 +- .../defaults/repo_packages/openstack_services.yml | 64 +++++++++++----------- .../http-access-horizon-94c27a0aadb9f1b4.yaml | 22 ++++++++ scripts/bootstrap-ansible.sh | 28 +++++----- scripts/gate-check-commit.sh | 22 ++++---- scripts/scripts-library.sh | 15 ++--- 8 files changed, 91 insertions(+), 66 deletions(-)
participants (1)
-
no-reply@openstack.org