aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
blob: 4b33c7198e6b0c4a1b87cfbb316babdb2ff3021c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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"] %>
aai.endpoint=<%= @var["aaiEndpoint"] %>
aai.auth=<%= @var["aaiAuth"] %>
mso.msoKey=<%= @var["msoKey"] %>

# 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"] %>
mso.workflow.custom.VolTE.resource.sequence=<%= @var["mso.workflow.custom.VolTE.resource.sequence"] %>