diff options
author | Sébastien Determe <sd378r@intl.att.com> | 2018-03-01 14:24:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-01 14:24:33 +0000 |
commit | 26d77ab695e5e5b247f882ca0fcf0b911ef44ebb (patch) | |
tree | 0e954c60f44122d7dc96f15a7e871b929131628d /src/test/resources/clds/sdc-controllers-config.json | |
parent | 9826e5bee1e518210a999ad5f8f2a52c346bf444 (diff) | |
parent | b42ef89649fc86f7912b40a6da22fb069baa94a0 (diff) |
Merge changes from topic 'feature/sdc-controller'
* changes:
Rework CldsReferenceProp class
Add controller config code
Add new exceptions for SDC
Diffstat (limited to 'src/test/resources/clds/sdc-controllers-config.json')
-rw-r--r-- | src/test/resources/clds/sdc-controllers-config.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/test/resources/clds/sdc-controllers-config.json b/src/test/resources/clds/sdc-controllers-config.json new file mode 100644 index 00000000..df73a504 --- /dev/null +++ b/src/test/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 + + } + } +} |