summaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp/resources
diff options
context:
space:
mode:
authorac2550 <ac2550@intl.att.com>2018-05-16 14:31:23 +0200
committerac2550 <ac2550@intl.att.com>2018-05-16 14:45:12 +0200
commit7895b2c497441724a011f7139e82fd6edc5de042 (patch)
treef35580e4320866e74ec510ed452e004c0a2ab85c /kubernetes/clamp/resources
parent3ebcf63048e23725ef3821bd10a3ba5f5702a620 (diff)
Clamp cannot connect to SDC
Change-Id: Ib55827b52a4b46001ed15518efdec36756f99dfa Issue-ID: CLAMP-151 Signed-off-by: ac2550 <ac2550@intl.att.com>
Diffstat (limited to 'kubernetes/clamp/resources')
-rw-r--r--kubernetes/clamp/resources/config/sdc-controllers-config.json18
1 files changed, 18 insertions, 0 deletions
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" . }}"]
+ }
+ }
+}