From a9ec5eb4293d40a61d4a793018db7dc8490c1f69 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 15 Mar 2021 11:23:26 -0400 Subject: [PATCH] [CONSUL] Updated odl password Updated ODL password for jolokia query. The incorrect password is currently set, which is causing the SDNC log to be flooded with errors (failure every 15 seconds). Issue-ID: OOM-2707 Signed-off-by: Dan Timoney Change-Id: Ie159b7cc93411cee5e40dac46a372c7a314887fe --- kubernetes/consul/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/consul/values.yaml b/kubernetes/consul/values.yaml index 639e4eb7af..0f5d2861cc 100644 --- a/kubernetes/consul/values.yaml +++ b/kubernetes/consul/values.yaml @@ -98,7 +98,7 @@ resources: odl: jolokia: username: admin - password: admin + password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U sdnc: config: -- 2.16.6