openstack-ansible 17.1.4 (queens)
We contentedly announce the release of: openstack-ansible 17.1.4: Ansible playbooks for deploying OpenStack This release is part of the queens 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. 17.1.4 ^^^^^^ 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 17.1.3..17.1.4 ------------------------------------------- 3e822f2 Provides group_names for use with provider_network plugin 5c511e4 Adds option to enable ARA plugin install c6ad160 Restart cinder-scheduler instead of reloading 147990d Update ansible to 2.4.6 13b3315 Update all SHAs for 17.1.4 Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 16 ++--- inventory/group_vars/all/all.yml | 2 +- playbooks/common-playbooks/neutron.yml | 1 + .../defaults/repo_packages/openstack_services.yml | 78 +++++++++++----------- playbooks/os-cinder-install.yml | 10 +-- .../http-access-horizon-94c27a0aadb9f1b4.yaml | 22 ++++++ scripts/bootstrap-aio.sh | 26 +++++--- scripts/bootstrap-ansible.sh | 9 ++- scripts/gate-check-commit.sh | 23 ++----- 10 files changed, 106 insertions(+), 96 deletions(-)
participants (1)
-
no-reply@openstack.org