diff options
author | Rob Daugherty <rd472p@att.com> | 2018-04-24 14:45:46 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-04-24 14:46:34 -0400 |
commit | 46067e23fa39facc4793d62e6f4c413e9c60a62f (patch) | |
tree | 45d816b24cf840533f63ccffb433da832db4c298 /test/csit/scripts/so/chef-config | |
parent | 6b7b3a1880ca51f258ccc004d92b60ce13b4a014 (diff) |
Create VF Module Error
Refactoring APPC client properties (urn mappings) and adding new ones
for the SDNC topics.
Change-Id: I1a4ebb71abd3b809f622e8a07f8962f1837f6b14
Issue-ID: SO-577
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'test/csit/scripts/so/chef-config')
-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" } |