Enable Kibana if Monasca enabled
Monasca uses Kibana for viewing and searching logs. A future commit will add support for the Monasca Kibana plugin to provide tenant scoped access to logs. Partially-Implements: blueprint monasca-roles Change-Id: I42b6a35f9a526ef41ff3d7cfac140fbc5596a524
This commit is contained in:
parent
843b7a3a9c
commit
c7aabfdfe8
@ -585,7 +585,7 @@ monasca_control_plane_project: "monasca_control_plane"
|
||||
|
||||
elasticsearch_address: "{{ kolla_internal_fqdn }}"
|
||||
enable_elasticsearch: "{{ 'yes' if enable_central_logging | bool or enable_freezer | bool or enable_osprofiler | bool or enable_skydive | bool or enable_monasca | bool else 'no' }}"
|
||||
enable_kibana: "{{ 'yes' if enable_central_logging | bool else 'no' }}"
|
||||
enable_kibana: "{{ 'yes' if enable_central_logging | bool or enable_monasca | bool else 'no' }}"
|
||||
|
||||
####################
|
||||
# Redis options
|
||||
|
Loading…
x
Reference in New Issue
Block a user