Merge "Add possibility to set logging source for Horizon"

This commit is contained in:
Zuul 2020-10-12 23:16:36 +00:00 committed by Gerrit Code Review
commit 8d6cd3e802
1 changed files with 13 additions and 0 deletions

View File

@ -137,6 +137,11 @@ parameters:
of hashes, and the hashes should have two items each (name, display)
containing Keystone domain name and a human-readable description of
the domain respectively.
HorizonLoggingSource:
type: json
default:
tag: openstack.horizon
file: /var/log/containers/horizon/horizon.log
parameter_groups:
- label: deprecated
@ -251,6 +256,14 @@ outputs:
- {}
ansible_group_vars:
keystone_enable_member: true
service_config_settings:
rsyslog:
tripleo_logging_sources_horizon:
yaql:
expression: $.data.sources.flatten()
data:
sources:
- {get_param: HorizonLoggingSource}
# BEGIN DOCKER SETTINGS
puppet_config:
config_volume: horizon