From: Determe, Sebastien (sd378r) Date: Mon, 29 Apr 2019 13:05:35 +0000 (+0200) Subject: Add new parameters for DCAE X-Git-Tag: 4.0.0-ONAP~179^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2b3c426f8830c16d4506e6b23378414cb21aaca2;p=oom.git Add new parameters for DCAE Add missing user name and password for DCAE calls Issue-ID: CLAMP-358 Change-Id: I5070856baca16666565cfca540ad7f587dc22bdf Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/kubernetes/clamp/values.yaml b/kubernetes/clamp/values.yaml index 62ad2f9fa1..4534d6bd98 100644 --- a/kubernetes/clamp/values.yaml +++ b/kubernetes/clamp/values.yaml @@ -55,7 +55,9 @@ config: "clamp.config.sdc.servicePassword": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981", "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": "https://deployment-handler.{{ include "common.namespace" . }}:8443", + "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.policy.api.url": "http4://policy-api.{{ include "common.namespace" . }}:6969", "clamp.config.policy.api.userName": "healthcheck", "clamp.config.policy.api.password": "zb!XztG34",