openstack-ansible-os_horizon/tasks
Jean-Philippe Evrard c62b54d891 Allow Horizon Custom Branding
This introduces 2 variables:
``horizon_site_name`` and ``horizon_custom_uploads``.

The former needs to set with a string. It will edit the
local settings of horizon to add the cloud's name.

The latter is a dict, that contains path to source and destination
files that the deployer wants to upload.
For example, if setting the dict as followed:

horizon_custom_uploads:
  logo:
    src: '/etc/openstack_deploy/files/logo.png'
    dest: "img/logo.png"
  logosplash:
    src: '/etc/openstack_deploy/files/logo-splash.png'
    dest: "img/logo-splash.png"

You'll overwrite the img/logo.png and img/logo-splash.png files
on the horizon nodes (inside their folder
"{{ horizon_lib_dir }}/openstack_dashboard/static/dashboard/")
with the files stored on the deployment node at the src location.

Change-Id: I1a74e74968d09f6e299dbd965f9c87368c4d646c
2015-11-26 14:08:09 +00:00
..
horizon_apache.yml Apache servers will not reporting version anymore 2015-08-19 13:59:02 +00:00
horizon_db_setup.yml Implement horizon venv support 2015-10-13 20:12:43 +00:00
horizon_install.yml Implement shippable venvs 2015-10-22 18:35:17 -05:00
horizon_post_install.yml Allow Horizon Custom Branding 2015-11-26 14:08:09 +00:00
horizon_pre_install.yml Implement shippable venvs 2015-10-22 18:35:17 -05:00
horizon_service_setup.yml Add default user role for Keystone & Horizon and tasks to create it 2015-08-21 12:53:33 +01:00
horizon_ssl_key_create.yml Fix Horizon SSL certificate management and distribution 2015-07-17 13:19:13 +01:00
horizon_ssl_key_distribute.yml Fix Horizon SSL certificate management and distribution 2015-07-17 13:19:13 +01:00
horizon_ssl_key_store.yml Fix Horizon SSL certificate management and distribution 2015-07-17 13:19:13 +01:00
horizon_ssl_self_signed.yml Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
horizon_ssl_user_provided.yml Fix Horizon SSL certificate management and distribution 2015-07-17 13:19:13 +01:00
main.yml Add default user role for Keystone & Horizon and tasks to create it 2015-08-21 12:53:33 +01:00