summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-04-24 13:45:39 -0400
committerRob Daugherty <rd472p@att.com>2018-04-24 13:46:07 -0400
commit26ba38cf122ca0bb944e3e34fc0ba8c821d67d80 (patch)
tree0f57b80fc30daf2e55cf81f92252039ab1d1d2a2
parent856452808fee4cea1774f6dc3cb35d5cb54742ba (diff)
Create VF Module Error
Refactoring APPC client properties (urn mappings) and adding new ones for the SDNC topics. Change-Id: If39fa5e1f70f7e73c2a007f0420ccda9dce98d6b Issue-ID: SO-577 Signed-off-by: Rob Daugherty <rd472p@att.com>
-rw-r--r--templates/default/mso-bpmn-config/mso.bpmn.urn.properties14
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/default/mso-bpmn-config/mso.bpmn.urn.properties b/templates/default/mso-bpmn-config/mso.bpmn.urn.properties
index 4a5a5d1..a95b1ae 100644
--- a/templates/default/mso-bpmn-config/mso.bpmn.urn.properties
+++ b/templates/default/mso-bpmn-config/mso.bpmn.urn.properties
@@ -135,11 +135,13 @@ mso.workflow.default.aai.v11.cloud-region.uri=<%= @var["workflowDefaultAAIV11Clo
<% if @var.has_key?('aaiAuth') %>
aai.auth=<%= @var["aaiAuth"] %>
<% end %>
-appc.topic.read=<%= @var["appcTopicRead"] %>
-appc.topic.read.timeout=<%= @var["appcTopicReadTimeout"] %>
-appc.client.response.timeout=<%= @var["appcClientResponseTimeout"] %>
-appc.topic.write=<%= @var["appcTopicWrite"] %>
-appc.poolMembers=<%= @var["appcPoolMembers"] %>
+appc.client.topic.read=<%= @var["appcClientTopicRead"] %>
+appc.client.topic.write=<%= @var["appcClientTopicWrite"] %>
+appc.client.topic.sdnc.read=<%= @var["appcClientTopicSdncRead"] %>
+appc.client.topic.sdnc.write=<%= @var["appcClientTopicSdncWrite"] %>
+appc.client.topic.read.timeout=<%= @var["appcClientTopicReadTimeout"] %>
+appc.client.response.timeout=<%= @var["appcClientResponseTime"] %>
+appc.client.poolMembers=<%= @var["appcClientPoolMembers"] %>
appc.client.key=<%= @var["appcClientKey"] %>
appc.client.secret=<%= @var["appcClientSecret"] %>
-appc.service=<%= @var["appcService"] %>
+appc.client.service=<%= @var["appcClientService"] %>