aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-03-01 18:33:26 +0100
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-03-01 18:33:26 +0100
commit1e1f4b271a1531b01e3cf76b53d19470f31f3262 (patch)
treeb81b523d3fba3064f512d6334953bf9f57f1f793 /src/main/resources/clds
parentb42ef89649fc86f7912b40a6da22fb069baa94a0 (diff)
Fix Clamp runtime
Add the missing file for SDC Config in resource and docker clamp.env. Issue-ID: CLAMP-81 Change-Id: Ie1a22fcc1a8d95fcc5dd826353e989c7e1707abd Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main/resources/clds')
-rw-r--r--src/main/resources/clds/sdc-controllers-config.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/main/resources/clds/sdc-controllers-config.json b/src/main/resources/clds/sdc-controllers-config.json
new file mode 100644
index 00000000..df73a504
--- /dev/null
+++ b/src/main/resources/clds/sdc-controllers-config.json
@@ -0,0 +1,26 @@
+{
+ "sdc-connections":{
+ "sdc-controller1":{
+ "user": "User1",
+ "consumerGroup": "consumerGroup1",
+ "consumerId": "consumerId1",
+ "environmentName": "environmentName1",
+ "sdcAddress": "hostname1",
+ "password": "bb3871669d893c7fb8aaacda31b77b4f537E67A081C2726889548ED7BC4C2DE6",
+ "pollingInterval":10,
+ "pollingTimeout":30
+
+ },
+ "sdc-controller2":{
+ "user": "User2",
+ "consumerGroup": "consumerGroup2",
+ "consumerId": "consumerId2",
+ "environmentName": "environmentName2",
+ "sdcAddress": "hostname2",
+ "password": "bb3871669d893c7fb8aaacda31b77b4f537E67A081C2726889548ED7BC4C2DE6",
+ "pollingInterval":10,
+ "pollingTimeout":30
+
+ }
+ }
+}