From: Determe, Sebastien (sd378r) Date: Thu, 9 May 2019 08:00:17 +0000 (+0200) Subject: Add missing deployment url X-Git-Tag: 4.0.0-ONAP~129^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b9e7e54b7745506c59ecb05c01bb8b605f9f6a52;p=oom.git Add missing deployment url Add missing DCAE deployment url and creds for oom deployment Issue-ID: CLAMP-373 Change-Id: Ida189881960e006064fb3b5426ac7187e66e0483 Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/kubernetes/clamp/values.yaml b/kubernetes/clamp/values.yaml index 4534d6bd98..a806e77da8 100644 --- a/kubernetes/clamp/values.yaml +++ b/kubernetes/clamp/values.yaml @@ -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",