Add missing deployment url 26/87326/1
authorDeterme, Sebastien (sd378r) <sebastien.determe@intl.att.com>
Thu, 9 May 2019 08:00:17 +0000 (10:00 +0200)
committerDeterme, Sebastien (sd378r) <sebastien.determe@intl.att.com>
Thu, 9 May 2019 08:00:17 +0000 (10:00 +0200)
Add missing DCAE deployment url and creds for oom deployment

Issue-ID: CLAMP-373
Change-Id: Ida189881960e006064fb3b5426ac7187e66e0483
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
kubernetes/clamp/values.yaml

index 4534d6b..a806e77 100644 (file)
@@ -56,8 +56,9 @@ config:
         "clamp.config.files.sdcController": "file:/opt/clamp/sdc-controllers-config.json",
         "clamp.config.dcae.inventory.url": "http://inventory.{{ include "common.namespace" . }}:8080",
         "clamp.config.dcae.dispatcher.url": "https4://deployment-handler.{{ include "common.namespace" . }}:8443",
-        "clamp.config.dcae.dispatcher.userName":"test",
-        "clamp.config.dcae.dispatcher.password":"test",
+        "clamp.config.dcae.deployment.url": "https4://deployment-handler.{{ include "common.namespace" . }}:8443",
+        "clamp.config.dcae.deployment.userName": "none",
+        "clamp.config.dcae.deployment.password": "none",
         "clamp.config.policy.api.url": "http4://policy-api.{{ include "common.namespace" . }}:6969",
         "clamp.config.policy.api.userName": "healthcheck",
         "clamp.config.policy.api.password": "zb!XztG34",