diff options
author | piclose <pc457b@intl.att.com> | 2017-02-01 16:18:30 +0100 |
---|---|---|
committer | piclose <pc457b@intl.att.com> | 2017-02-01 16:19:06 +0100 |
commit | 03f2362649b5bcf83d7e6e5359abf18b6810f16b (patch) | |
tree | 2107611be86508add699e6ed33e912221795f25f /templates/default/mso-api-handler-infra-config | |
parent | dd8e6f97fe382311d40487749b8706f4f3ae9f94 (diff) |
Initial OpenECOMP MSO mso-config cookbook commit
Change-Id: I57dfeb7fb8fceea14e1d1394f51009af141dd6a1
Signed-off-by: piclose <pc457b@intl.att.com>
Diffstat (limited to 'templates/default/mso-api-handler-infra-config')
-rw-r--r-- | templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties | 16 |
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"] %> |