aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Martella <am153x@att.com>2018-04-23 17:27:07 -0400
committerArthur Martella <am153x@att.com>2018-04-23 17:27:07 -0400
commit6d9ea9e497316c2e0cc5dd84b7dacce2da8e0d02 (patch)
treebf33e79725542eee41e0ee36d479391fb10b9308
parente1996a6895c1c4c0c426c929daea758ec7600d68 (diff)
Add APPC properties for topic
Change-Id: I4ad00c65b163d9442f7089cb601dbb2c4ff4c263 Issue-ID: SO-585 Signed-off-by: Arthur Martella <am153x@att.com>
-rw-r--r--volumes/mso/chef-config/mso-docker.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json
index 89a5d43..157be99 100644
--- a/volumes/mso/chef-config/mso-docker.json
+++ b/volumes/mso/chef-config/mso-docker.json
@@ -220,6 +220,14 @@
"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",
"workflowL3ToHigherLayerAddBondingModelName": "WAN Bonding",
"workflowL3ToHigherLayerAddBondingModelVersion": "2.0"
}