Create VF Module Error 83/44483/1
authorRob Daugherty <rd472p@att.com>
Tue, 24 Apr 2018 17:45:39 +0000 (13:45 -0400)
committerRob Daugherty <rd472p@att.com>
Tue, 24 Apr 2018 17:46:07 +0000 (13:46 -0400)
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>
templates/default/mso-bpmn-config/mso.bpmn.urn.properties

index 4a5a5d1..a95b1ae 100644 (file)
@@ -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"] %>