From 4c82809127b2944f487aa86d198c8da123fc72ab Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Mon, 31 Jul 2023 13:39:52 +0200 Subject: [PATCH] Remove Glance and Neutron TLS proxies from fluentd input config Those logs are haproxy logs which are pushed through fluentd syslog input (just like ,,normal'' haproxy logs) and we don't parse them at all. Closes-Bug: #2029128 Change-Id: Ic2529e905ebbec6180179b89568f9bd5a0581035 --- ansible/roles/common/defaults/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ansible/roles/common/defaults/main.yml b/ansible/roles/common/defaults/main.yml index 7071b4f140..db5b151052 100644 --- a/ansible/roles/common/defaults/main.yml +++ b/ansible/roles/common/defaults/main.yml @@ -155,8 +155,6 @@ fluentd_input_openstack_services: enabled: "{{ enable_freezer | bool }}" - name: glance enabled: "{{ enable_glance | bool }}" - - name: glance-tls-proxy - enabled: "{{ enable_glance | bool }}" - name: gnocchi enabled: "{{ enable_gnocchi | bool }}" - name: heat @@ -183,8 +181,6 @@ fluentd_input_openstack_services: enabled: "{{ enable_murano | bool }}" - name: neutron enabled: "{{ enable_neutron | bool }}" - - name: neutron-tls-proxy - enabled: "{{ neutron_enable_tls_backend | bool }}" - name: nova enabled: "{{ enable_nova | bool }}" - name: octavia