From: Krzysztof Opasiak Date: Fri, 11 Sep 2020 18:40:18 +0000 (+0200) Subject: [SDNC] Temporary disable sdnrdb X-Git-Tag: 7.0.0~252^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=96c6dbba2fe0d4c33e635c0862fd2a006f512d14 [SDNC] Temporary disable sdnrdb As diagnosed today if sdnc is enabled a different entrypoint for SDNC is used. Unfortunately this makes SDNC reach AAI using a bad URL which causes our e2e tests to fail. As a temporary solution let's disable sdnrdb and hope that the team will be able to debug this further and reenable it. Issue-ID: SO-3216 Signed-off-by: Krzysztof Opasiak Change-Id: Ib2cda39aefea84a4c930d996e53429f3f64a86ef --- diff --git a/kubernetes/sdnc/values.yaml b/kubernetes/sdnc/values.yaml index be4adf4bcd..aee6f25f87 100644 --- a/kubernetes/sdnc/values.yaml +++ b/kubernetes/sdnc/values.yaml @@ -187,7 +187,7 @@ config: numberGGLogFiles: 10 # enables sdnr functionality sdnr: - enabled: true + enabled: false # mode: web - SDNC contains device manager only plus dedicated webserver service for ODLUX (default), # mode: dm - SDNC contains sdnr device manager + ODLUX components mode: dm