Merge "Adding new ASDC client property file"
authorRob Daugherty <rd472p@att.com>
Fri, 13 Apr 2018 15:16:32 +0000 (15:16 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 13 Apr 2018 15:16:32 +0000 (15:16 +0000)
attributes/default.rb
templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties

index 168d86e..11939d1 100644 (file)
@@ -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
index 1ee4206..cad193d 100644 (file)
@@ -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"] %>