summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEddy Hautot <eh552t@intl.att.com>2018-03-02 10:39:49 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-02 10:39:49 +0000
commitf9121f131d1ee833eef18789a7c6f459efd788d4 (patch)
tree20c8eee16ea3c18291e1508d9dae7f70149bb76c /src
parent26d77ab695e5e5b247f882ca0fcf0b911ef44ebb (diff)
parent1e1f4b271a1531b01e3cf76b53d19470f31f3262 (diff)
Merge "Fix Clamp runtime"
Diffstat (limited to 'src')
-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
+
+ }
+ }
+}