[SDNC] Temporary disable sdnrdb 76/112576/1
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 11 Sep 2020 18:40:18 +0000 (20:40 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 11 Sep 2020 18:40:18 +0000 (20:40 +0200)
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 <k.opasiak@samsung.com>
Change-Id: Ib2cda39aefea84a4c930d996e53429f3f64a86ef

kubernetes/sdnc/values.yaml

index be4adf4..aee6f25 100644 (file)
@@ -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