From 26ba38cf122ca0bb944e3e34fc0ba8c821d67d80 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 24 Apr 2018 13:45:39 -0400 Subject: 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 --- templates/default/mso-bpmn-config/mso.bpmn.urn.properties | 14 ++++++++------ 1 file 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"] %> -- cgit 1.2.3-korg