diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-04-25 01:48:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-25 01:48:42 +0000 |
commit | 9fcac3f2eede1a8f1b930f8ce3b9f95ef8f55da5 (patch) | |
tree | 420a89cbd89b4b9c866c299d3830ff3002496515 /volumes/mso/chef-config | |
parent | 17f8499f465a677abfbcabcfe8d55ac567514529 (diff) | |
parent | e6f80f32b26ea952407e26a747fb5e4aa8df5554 (diff) |
Merge "Create VF Module Error"
Diffstat (limited to 'volumes/mso/chef-config')
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index b294f6d..521d98b 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -220,14 +220,16 @@ "sdncTimeoutFirewall": "20", "callbackRetryAttempts": "30", "callbackRetrySleepTime": "1000", - "appcTopicRead": "APPC-LCM-READ", - "appcTopicReadTimeout": "360000", - "appcClientResponseTimeout": "360000", - "appcTopicWrite": "APPC-LCM-WRITE", - "appcPoolMembers": "10.0.11.1:3904", - "appcClientKey": "", - "appcClientSecret": "", - "appcService": "ueb", + "appcClientTopicRead": "APPC-LCM-READ", + "appcClientTopicWrite": "APPC-LCM-WRITE", + "appcClientTopicSdncRead": "SDNC-LCM-READ", + "appcClientTopicSdncWrite": "SDNC-LCM-WRITE", + "appcClientTopicReadTimeout": "360000", + "appcClientResponseTime": "360000", + "appcClientPoolMembers": "ueb01.simpledemo.openecomp.org:3904,ueb02.simpledemo.openecomp.org:3904", + "appcClientKey": "VIlbtVl6YLhNUrtU", + "appcClientSecret": "64AG2hF4pYeG2pq7CT6XwUOT", + "appcClientService": "ueb", "workflowL3ToHigherLayerAddBondingModelName": "WAN Bonding", "workflowL3ToHigherLayerAddBondingModelVersion": "2.0" } |