Support for SO to ExtAPI
[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 extapi.endpoint=<%= @var["extApiEndpoint"] %>
10
11 # controls what actions the infra API (APIH) allows sent in on REST request
12 vnf.v1.ApiAllowableActions=<%= @var["vnf.v1.ApiAllowableActions"] %>
13 vnf.v2.ApiAllowableActions=<%= @var["vnf.v2.ApiAllowableActions"] %>
14 vnf.v3.ApiAllowableActions=<%= @var["vnf.v3.ApiAllowableActions"] %>
15 network.v1.ApiAllowableActions=<%= @var["network.v1.ApiAllowableActions"] %>
16 network.v2.ApiAllowableActions=<%= @var["network.v2.ApiAllowableActions"] %>
17 network.v3.ApiAllowableActions=<%= @var["network.v3.ApiAllowableActions"] %>
18 volume.v1.ApiAllowableActions=<%= @var["volume.v1.ApiAllowableActions"] %>
19 volume.v2.ApiAllowableActions=<%= @var["volume.v2.ApiAllowableActions"] %>
20 volume.v3.ApiAllowableActions=<%= @var["volume.v3.ApiAllowableActions"] %>
21
22 # enable resource sequence by defining config "mso.workflow.custom.<model-name>.resource.sequence=<, separated values>"
23 # following config should be enabled for VolTE E2E service.
24 # mso.workflow.custom.r1_volte_e2e_service.resource.sequence=<%= @var["mso.workflow.custom.VolTE.resource.sequence"] %>