31f3f84859
Currently there is no way to configure a CA certificate bundle file for fluentd to Elasticsearch communication. This change adds a new variable, 'fluentd_elasticsearch_cacert' with a default value set to the value of 'openstack_cacert. Closes-Bug: #1885109 Change-Id: I5bbf55a4dd4ccce9fa2635cee720139c088268e3
9 lines
341 B
YAML
9 lines
341 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Adds a new variable ``fluentd_elasticsearch_cacert``, which defaults to the
|
|
value of ``openstack_cacert``. If set, this will be used to set the path of
|
|
the CA certificate bundle used by Fluentd when communicating with
|
|
Elasticsearch. `LP#1885109
|
|
<https://bugs.launchpad.net/kolla-ansible/+bug/1885109>`__
|