
Adds key ``theme_src_archive`` to ``horizon_custom_themes``, which should point to archive with packed theme inside. Archive should be placed on the deployment host and it may be easily created by git-archive, or ansible git module. Structure inside archive should be as a standard theme, without any leading folders. Unarchive is used instead of synchronize with flat files, as synchronize establishes independent SSH connection and doesn't use nspawn or any other methods from custom ssh plugin and may case connection errors. Recursive copy has limitations on number of files inside of the directory. This limit is pretty high, but still it's a limit. This method differs from uploading custom files, as themes may have complex structure and include a lot of files. As a result, if ``horizon_custom_themes`` contains ``theme_src_archive`` key, theme will be distributed by role. Change-Id: Icbfff0793a703de94091cfdcdecf5a2c91bae4be Related-Bug: 1778098
Team and repository tags
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://git.openstack.org/cgit/openstack/openstack-ansible-os_horizon/
- The project home is at:
Description
Languages
Jinja
74.3%
Python
18.5%
Shell
7.2%