From 4e54672733d8af515536c3652eeddb2f154a10b6 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Wed, 10 Jul 2019 09:43:07 -0500 Subject: [PATCH] Armada: Fix issues with armada-lma manifest This addresses issues with the armada-lma manifest that arose after the splitting of the fluentbit and fluentd charts. The top level labels key was missing from the fluentbit chart and the logging chart group still referenced a nonexistent fluent-logging chart Change-Id: I5244fc9d065806c376ca5d18b6ced9ed445057c9 Signed-off-by: Steve Wilkerson --- tools/deployment/armada/manifests/armada-lma.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/deployment/armada/manifests/armada-lma.yaml b/tools/deployment/armada/manifests/armada-lma.yaml index 0f3761815..6ac0db288 100644 --- a/tools/deployment/armada/manifests/armada-lma.yaml +++ b/tools/deployment/armada/manifests/armada-lma.yaml @@ -464,6 +464,7 @@ data: component: test values: release_uuid: ${RELEASE_UUID} + labels: fluentbit: node_selector_key: openstack-control-plane node_selector_value: enabled @@ -946,7 +947,8 @@ data: sequenced: True chart_group: - elasticsearch - - fluent-logging + - fluentd + - fluentbit --- schema: armada/ChartGroup/v1 metadata: