aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-04-24 13:49:24 -0400
committerRob Daugherty <rd472p@att.com>2018-04-24 13:49:54 -0400
commit3518bee64ae1866dd803fe90a9ab27f195954d9d (patch)
tree17d02194d8df88cd2a065434947665400278e7bf
parent8715b7ea0e7245fd05326796a72a50c8f5bc7ff8 (diff)
Create VF Module Error
Refactoring APPC client properties (urn mappings) and adding new ones for the SDNC topics. Change-Id: Ia07fc36ae78bdc545bc4481b90f472910cb4f18d Issue-ID: SO-577 Signed-off-by: Rob Daugherty <rd472p@att.com>
-rw-r--r--environments/mso-docker.json18
1 files changed, 10 insertions, 8 deletions
diff --git a/environments/mso-docker.json b/environments/mso-docker.json
index 3529c65..cfb7eb7 100644
--- a/environments/mso-docker.json
+++ b/environments/mso-docker.json
@@ -218,14 +218,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": "ueb1.simpledemo.openecomp.org:3904,ueb2.simpledemo.openecomp.org:3904",
+ "appcClientKey": "VIlbtVl6YLhNUrtU",
+ "appcClientSecret": "64AG2hF4pYeG2pq7CT6XwUOT",
+ "appcClientService": "ueb",
"workflowL3ToHigherLayerAddBondingModelName": "WAN Bonding",
"workflowL3ToHigherLayerAddBondingModelVersion": "2.0"
}