Role os_horizon for OpenStack-Ansible
Go to file
Burkhard Ott-Langer 4f09e96558 horizon_local_settings.py.j2: adding SECURE_PROXY_ADDR_HEADER
- SECURE_PROXY_ADDR_HEADER is being used to return the clients
      remote address to the logs. On a failed login it is REMOTE_ADDR,
      which will be the loadbalancer address,
      SECURE_PROXY_ADDR_HEADER='HTTP_X_FORWARDED_FOR' makes sure the
      real client IP makes it into the logfiles.
    - https://docs.openstack.org/horizon/latest/configuration/settings.html#secure-proxy-addr-header

Change-Id: I0d68cd4ba7882eb4296a2e4df59afa6582c0303a
(cherry picked from commit d19c9c2cbb)
2022-03-10 20:59:07 +00:00
defaults Disable barbican-ui dashboard 2022-02-15 09:51:07 +00:00
doc Fix linter errors 2020-10-01 16:46:13 +01:00
examples Merge "Trivial: Fix the pep8 warning" 2018-07-11 20:03:53 +00:00
handlers Do not become horizon user for distro installs 2020-03-25 12:44:21 +00:00
meta debian: add support 2019-04-09 18:59:30 +00:00
releasenotes Add ability to configure ALLOWED_HOSTS for horizon. 2020-12-09 13:37:16 -05:00
tasks Install adjutant-ui when the adjutant service is deployed 2021-04-30 09:30:57 +00:00
templates horizon_local_settings.py.j2: adding SECURE_PROXY_ADDR_HEADER 2022-03-10 20:59:07 +00:00
tests Cleanup after repo_build and pip_install retirement 2020-05-12 23:36:43 +03:00
vars Add Centos-8 support 2020-07-02 17:08:14 +00:00
zuul.d Allow to configure horizon bind address 2019-09-19 09:32:09 +00:00
.gitignore Updated from OpenStack Ansible Tests 2019-08-20 03:06:05 +00:00
.gitreview Update .gitreview for stable/victoria 2020-12-18 15:48:11 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2020-05-22 07:05:05 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-05-12 23:35:19 +03:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 08:16:55 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-06 19:08:53 +08:00
run_tests.sh Updated from OpenStack Ansible Tests 2020-09-25 12:57:18 +00:00
setup.cfg Cleanup py27 support 2020-04-14 16:26:36 +08:00
setup.py Cleanup py27 support 2020-04-14 16:26:36 +08:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/victoria 2020-12-18 15:48:15 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2020-09-25 12:57:18 +00:00

Team and repository tags

image

OpenStack-Ansible Horizon

This Ansible role installs and configures OpenStack Horizon served by the Apache webserver. Horizon is configured to use Galera for session caching and Memcached for other caching.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-os_horizon/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-os_horizon

The project source code repository is located at:

https://opendev.org/openstack/openstack-ansible-os_horizon/

The project home is at:

https://launchpad.net/openstack-ansible

The bugs can be found at:

https://bugs.launchpad.net/openstack-ansible