MNAIO: Move the ELK-related comment inside the conditional
The comment is a bit confusing without the rest of the content, so we move it inside the conditional so that it only appears if the ELK deployment is enabled. Change-Id: I9da35b848d6c52a31162361f98c8514d8e1103ea
This commit is contained in:
parent
052f9306dd
commit
cce2bd3d41
@ -40,10 +40,10 @@ glance_glance_api_conf_overrides:
|
||||
galera_innodb_buffer_pool_size: 1024M
|
||||
galera_gcache_size: 128M
|
||||
|
||||
{% if osa_enable_elk_metrics | bool %}
|
||||
# NOTE(d34dh0r53): The disk detection to determine the logstash_queue_type
|
||||
# can fail spectacularly on an MNAIO so I'm hard setting it here to bypass
|
||||
# the detection code.
|
||||
{% if osa_enable_elk_metrics | bool %}
|
||||
{% raw %}
|
||||
logstash_queue_type: memory
|
||||
haproxy_extra_services:
|
||||
|
Loading…
x
Reference in New Issue
Block a user