From 7895b2c497441724a011f7139e82fd6edc5de042 Mon Sep 17 00:00:00 2001 From: ac2550 Date: Wed, 16 May 2018 14:31:23 +0200 Subject: Clamp cannot connect to SDC Change-Id: Ib55827b52a4b46001ed15518efdec36756f99dfa Issue-ID: CLAMP-151 Signed-off-by: ac2550 --- .../clamp/resources/config/sdc-controllers-config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 kubernetes/clamp/resources/config/sdc-controllers-config.json (limited to 'kubernetes/clamp/resources') diff --git a/kubernetes/clamp/resources/config/sdc-controllers-config.json b/kubernetes/clamp/resources/config/sdc-controllers-config.json new file mode 100644 index 0000000000..3adda95c11 --- /dev/null +++ b/kubernetes/clamp/resources/config/sdc-controllers-config.json @@ -0,0 +1,18 @@ +{ + "sdc-connections":{ + "sdc-controller":{ + "user": "clamp", + "consumerGroup": "clamp", + "consumerId": "clamp", + "environmentName": "AUTO", + "sdcAddress": "sdc-be.{{ include "common.namespace" . }}:8443", + "password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981", + "pollingInterval":30, + "pollingTimeout":30, + "activateServerTLSAuth":"false", + "keyStorePassword":"", + "keyStorePath":"", + "messageBusAddresses":["message-router.{{ include "common.namespace" . }}"] + } + } +} -- cgit 1.2.3-korg