MNAIO ELK Fixes
* Set the logstash_queue_type as it detection is not fullproof on the MNAIO. * Add the elastic.co repositires to the DontCache stanza for ACNG. Change-Id: I1a826f9949e3f4b83b2defff6b715518b45ce78c
This commit is contained in:
parent
3f440206fd
commit
07e54ad7ee
@ -45,8 +45,12 @@ glance_glance_api_conf_overrides:
|
||||
galera_innodb_buffer_pool_size: 1024M
|
||||
galera_gcache_size: 128M
|
||||
|
||||
# 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:
|
||||
- service:
|
||||
haproxy_service_name: elastic-logstash
|
||||
|
@ -31,4 +31,7 @@ VfilePatternEx: ^/\?release=[0-9]+&arch=
|
||||
# that causes more intermittent 503 errors. This DontCache line
|
||||
# tells apt-cacher-ng to allow requests for these to pass through
|
||||
# without being cached.
|
||||
DontCache: (mirrorlist\.centos\.org)|(mariadb\.org.*\.bz2$)
|
||||
# NOTE(d34dh0r53): The elastic.co repositories don't play nice with
|
||||
# ACNG so we bypass caching. The relative download size is small so
|
||||
# it's not a huge impact.
|
||||
DontCache: (mirrorlist\.centos\.org)|(mariadb\.org.*\.bz2$)|(artifacts\.elastic\.co)
|
||||
|
Loading…
Reference in New Issue
Block a user