From f1b13ca84ba4377749e5740c563e000d995db8a6 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Thu, 12 Apr 2018 08:24:48 +0000 Subject: [PATCH] Add property for resource sequence Add property for resource sequence. Change-Id: Id52095cc86acb433633baa1d9c1630fbd5c4f95b Issue-ID: SO-422 Signed-off-by: subhash kumar singh --- attributes/default.rb | 1 + .../default/mso-api-handler-infra-config/mso.apihandler-infra.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/attributes/default.rb b/attributes/default.rb index 168d86e..11939d1 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -27,6 +27,7 @@ node.default["mso-api-handler-infra-config"]["network.v3.ApiAllowableActions"] = node.default["mso-api-handler-infra-config"]["volume.v1.ApiAllowableActions"] = "" node.default["mso-api-handler-infra-config"]["volume.v2.ApiAllowableActions"] = "DELETE_VF_MODULE_VOL,UPDATE_VF_MODULE_VOL" node.default["mso-api-handler-infra-config"]["volume.v3.ApiAllowableActions"] = "CREATE_VF_MODULE_VOL,DELETE_VF_MODULE_VOL,UPDATE_VF_MODULE_VOL" +node.default["mso-api-handler-infra-config"]["mso.workflow.custom.VolTE.resource.sequence"] = "underlay,overlay,epc,ims" ###################### # JRA 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 1ee4206..cad193d 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 @@ -14,3 +14,4 @@ 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"] %> -- 2.16.6