bd8b07a25bbe9d7db24a0931e64aa7e5cf699193
[so/so-config.git] / templates / default / mso-api-handler-infra-config / mso.apihandler-infra.properties
1 # 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.
2 bpelURL=<%= @var["bpelURL"] %>
3 bpelAuth=<%= @var["bpelAuth"] %>
4 camundaURL=<%= @var["camundaURL"] %>
5 camundaAuth=<%= @var["camundaAuth"] %>
6 aai.endpoint=<%= @var["aaiEndpoint"] %>
7 aai.auth=<%= @var["aaiAuth"] %>
8 mso.msoKey=<%= @var["msoKey"] %>
9
10 # controls what actions the infra API (APIH) allows sent in on REST request
11 vnf.v1.ApiAllowableActions=<%= @var["vnf.v1.ApiAllowableActions"] %>
12 vnf.v2.ApiAllowableActions=<%= @var["vnf.v2.ApiAllowableActions"] %>
13 vnf.v3.ApiAllowableActions=<%= @var["vnf.v3.ApiAllowableActions"] %>
14 network.v1.ApiAllowableActions=<%= @var["network.v1.ApiAllowableActions"] %>
15 network.v2.ApiAllowableActions=<%= @var["network.v2.ApiAllowableActions"] %>
16 network.v3.ApiAllowableActions=<%= @var["network.v3.ApiAllowableActions"] %>
17 volume.v1.ApiAllowableActions=<%= @var["volume.v1.ApiAllowableActions"] %>
18 volume.v2.ApiAllowableActions=<%= @var["volume.v2.ApiAllowableActions"] %>
19 volume.v3.ApiAllowableActions=<%= @var["volume.v3.ApiAllowableActions"] %>
20
21 # enable resource sequence by defining config "mso.workflow.custom.<model-name>.resource.sequence=<, separated values>"
22 # following config should be enabled for VolTE E2E service.
23 # mso.workflow.custom.r1_volte_e2e_service.resource.sequence=<%= @var["mso.workflow.custom.VolTE.resource.sequence"] %>