aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties')
-rw-r--r--templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties16
1 files changed, 16 insertions, 0 deletions
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
new file mode 100644
index 0000000..1ee4206
--- /dev/null
+++ b/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
@@ -0,0 +1,16 @@
+# This is a chef generated properties file! Manual updates will be overridden next chef-client run, ensure desired changes are in mso-config chef cookbook or chef env file.
+bpelURL=<%= @var["bpelURL"] %>
+bpelAuth=<%= @var["bpelAuth"] %>
+camundaURL=<%= @var["camundaURL"] %>
+camundaAuth=<%= @var["camundaAuth"] %>
+
+# controls what actions the infra API (APIH) allows sent in on REST request
+vnf.v1.ApiAllowableActions=<%= @var["vnf.v1.ApiAllowableActions"] %>
+vnf.v2.ApiAllowableActions=<%= @var["vnf.v2.ApiAllowableActions"] %>
+vnf.v3.ApiAllowableActions=<%= @var["vnf.v3.ApiAllowableActions"] %>
+network.v1.ApiAllowableActions=<%= @var["network.v1.ApiAllowableActions"] %>
+network.v2.ApiAllowableActions=<%= @var["network.v2.ApiAllowableActions"] %>
+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"] %>