From: Rob Daugherty Date: Tue, 24 Apr 2018 17:51:50 +0000 (-0400) Subject: Create VF Module Error X-Git-Tag: 2.0.0-ONAP~11^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e6f80f32b26ea952407e26a747fb5e4aa8df5554;p=so%2Fdocker-config.git Create VF Module Error Refactoring APPC client properties (urn mappings) and adding new ones for the SDNC topics. Change-Id: I839d54bbfd0aa95a4ef3834391fd6c688801c7c7 Issue-ID: SO-577 Signed-off-by: Rob Daugherty --- diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 157be99..40a4466 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" }