Merge "fluentd: Fix check for external elasticsearch"
This commit is contained in:
commit
61f2bd86b0
@ -111,7 +111,7 @@
|
|||||||
vars:
|
vars:
|
||||||
log_direct_to_elasticsearch: >-
|
log_direct_to_elasticsearch: >-
|
||||||
{{ ( enable_elasticsearch | bool or
|
{{ ( enable_elasticsearch | bool or
|
||||||
( elasticsearch_address != kolla_internal_vip_address )) and
|
( elasticsearch_address != kolla_internal_fqdn )) and
|
||||||
( not enable_monasca | bool or not monasca_ingest_control_plane_logs | bool ) }}
|
( not enable_monasca | bool or not monasca_ingest_control_plane_logs | bool ) }}
|
||||||
fluentd_version: "{{ fluentd_labels.images.0.ContainerConfig.Labels.fluentd_version | default('0.12') }}"
|
fluentd_version: "{{ fluentd_labels.images.0.ContainerConfig.Labels.fluentd_version | default('0.12') }}"
|
||||||
# Inputs
|
# Inputs
|
||||||
|
6
releasenotes/notes/bug-1927880-cc407f18f415bbd2.yaml
Normal file
6
releasenotes/notes/bug-1927880-cc407f18f415bbd2.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes elasticsearch fluentd output being enabled when
|
||||||
|
elasticsearch is not enabled.
|
||||||
|
`LP#1927880 <https://launchpad.net/bugs/1927880>`__
|
Loading…
Reference in New Issue
Block a user