From 9520e7cfed1474213930a9c877e223902a15eae5 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 12 Jan 2021 11:10:58 -0500 Subject: [SDNC] Tuning fixes for SDNC Corrected issue in values.yaml that was causing OpenDaylight akka configuration file override not to be loaded properly. As a result, we are seeing memory-related exceptions (circuit-breaker exception), whic seems to be contributing to a memory leak error. Also, updated configuration to enhance logging so that summary of messages in/out (aka 'audit log') is written for debugging purposes. Issue-ID: SDNC-1430 Signed-off-by: Dan Timoney Change-Id: I2a3950ecde1c53f8e68b11bbc9c0ddc136f67b54 --- kubernetes/sdnc/templates/statefulset.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes/sdnc/templates/statefulset.yaml') diff --git a/kubernetes/sdnc/templates/statefulset.yaml b/kubernetes/sdnc/templates/statefulset.yaml index 4fa6b70d70..c61e1e35c9 100644 --- a/kubernetes/sdnc/templates/statefulset.yaml +++ b/kubernetes/sdnc/templates/statefulset.yaml @@ -267,6 +267,9 @@ spec: - mountPath: {{ .Values.config.odl.etcDir }}/org.opendaylight.controller.cluster.datastore.cfg name: properties subPath: org.opendaylight.controller.cluster.datastore.cfg + - mountPath: {{ .Values.config.odl.etcDir }}/org.opendaylight.aaa.filterchain.cfg + name: properties + subPath: org.opendaylight.aaa.filterchain.cfg - mountPath: {{ .Values.config.odl.binDir }}/setenv name: properties subPath: setenv -- cgit 1.2.3-korg