aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
blob: bd8b07a25bbe9d7db24a0931e64aa7e5cf699193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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"] %>

# enable resource sequence by defining config "mso.workflow.custom.<model-name>.resource.sequence=<, separated values>"
# following config should be enabled for VolTE E2E service.
# mso.workflow.custom.r1_volte_e2e_service.resource.sequence=<%= @var["mso.workflow.custom.VolTE.resource.sequence"] %>