From: subhash kumar singh Date: Thu, 31 May 2018 08:56:22 +0000 (+0800) Subject: Disable config for VoLTE resource sequence X-Git-Tag: 2.0.0-ONAP~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0e78f8e7cfd6706cc39964c836381d6a755ac586;p=so%2Fso-config.git Disable config for VoLTE resource sequence Disable config for VoLTE resoruce sequence should be enabled by the user to use customized resource sequencing. Issue-ID: SO-422 Change-Id: I44b4e4651f535f3e00b78d45c90d984e86f61cd0 Signed-off-by: subhash kumar singh --- diff --git a/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties b/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties index 4b33c71..bd8b07a 100644 --- a/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties +++ b/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties @@ -17,4 +17,7 @@ network.v3.ApiAllowableActions=<%= @var["network.v3.ApiAllowableActions"] %> volume.v1.ApiAllowableActions=<%= @var["volume.v1.ApiAllowableActions"] %> volume.v2.ApiAllowableActions=<%= @var["volume.v2.ApiAllowableActions"] %> volume.v3.ApiAllowableActions=<%= @var["volume.v3.ApiAllowableActions"] %> -mso.workflow.custom.VolTE.resource.sequence=<%= @var["mso.workflow.custom.VolTE.resource.sequence"] %> + +# enable resource sequence by defining config "mso.workflow.custom..resource.sequence=<, separated values>" +# following config should be enabled for VolTE E2E service. +# mso.workflow.custom.r1_volte_e2e_service.resource.sequence=<%= @var["mso.workflow.custom.VolTE.resource.sequence"] %>