diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-04-24 20:33:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-24 20:33:23 +0000 |
commit | 6364a0ab6613e679737c0ae4bc181d81419b31e0 (patch) | |
tree | a7afd9388d2a3f83e4a304f0fec2a3b3315d5227 /test/csit | |
parent | 165e6d0835c3a02155e924196a084a0eea306f76 (diff) | |
parent | 46067e23fa39facc4793d62e6f4c413e9c60a62f (diff) |
Merge "Create VF Module Error"
Diffstat (limited to 'test/csit')
-rw-r--r-- | test/csit/scripts/so/chef-config/mso-docker.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/csit/scripts/so/chef-config/mso-docker.json b/test/csit/scripts/so/chef-config/mso-docker.json index 13b0d22fc..a94fa66c8 100644 --- a/test/csit/scripts/so/chef-config/mso-docker.json +++ b/test/csit/scripts/so/chef-config/mso-docker.json @@ -204,6 +204,16 @@ "sdncTimeoutFirewall": "20", "callbackRetryAttempts": "30", "callbackRetrySleepTime": "1000", + "appcClientTopicRead": "APPC-LCM-READ", + "appcClientTopicWrite": "APPC-LCM-WRITE", + "appcClientTopicSdncRead": "SDNC-LCM-READ", + "appcClientTopicSdncWrite": "SDNC-LCM-WRITE", + "appcClientTopicReadTimeout": "360000", + "appcClientResponseTime": "360000", + "appcClientPoolMembers": "10.0.11.1:3904", + "appcClientKey": "VIlbtVl6YLhNUrtU", + "appcClientSecret": "64AG2hF4pYeG2pq7CT6XwUOT", + "appcClientService": "ueb", "workflowL3ToHigherLayerAddBondingModelName": "WAN Bonding", "workflowL3ToHigherLayerAddBondingModelVersion": "2.0" } |