diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-09-11 20:40:18 +0200 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-09-11 20:40:18 +0200 |
commit | 96c6dbba2fe0d4c33e635c0862fd2a006f512d14 (patch) | |
tree | 1e1378e1809d9ca85bc69866c9e3b1f00df33c94 /kubernetes | |
parent | 4337af528820d50066b26cbefd0c4481df852856 (diff) |
[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 <k.opasiak@samsung.com>
Change-Id: Ib2cda39aefea84a4c930d996e53429f3f64a86ef
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/sdnc/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |