Add docker files
[sdc/dcae-d/dt-be-main.git] / docker / docker_be / chef-solo / cookbooks / Deploy-DCAE / templates / default / dcae-application.properties.erb
1 # Configure the server to run with SSL/TLS and using HTTPS
2 server.port=<%= @dcae_be_port %>
3 server.contextPath=/
4 ##ScheduleTimer
5 scheduled.timer.value=5000
6 asdc_catalog_url=asdc
7 uri=<%= @protocol %>://<%= @consumerAuth %>@<%= @sdc_be_vip %>:<%= @sdc_be_port %>#demo
8 toscalab.url=http://localhost:8085
9 blueprinter.uri=${toscalab.url}/translate
10 blueprinter.hcuri=${toscalab.url}/healthcheck
11 blueprinter.hcretrynum=3
12 asdc_rootPath=/sdc/v1/catalog/
13 healthpoller.fixedDelay=120000
14 compositionConfig.isRuleEditorActive=true
15 compositionConfig.flowTypes={"Syslog":{"entryPointPhaseName":"syslog_map","lastPhaseName":"map_publish"},\
16         "SNMP":{"entryPointPhaseName":"snmp_map","lastPhaseName":"map_publish"},\
17     "FOI":{"entryPointPhaseName":"foi_map","lastPhaseName":"map_publish"},\
18     "Guest OS":{"entryPointPhaseName":"guest_os_map","lastPhaseName":"map_publish"},\
19     "Status Poller":{"entryPointPhaseName":"status_poller_map","lastPhaseName":"map_publish"},\
20     "SNMP Polling":{"entryPointPhaseName":"snmp_polling_map","lastPhaseName":"map_publish"},\
21     "TCA Hi Lo":{"entryPointPhaseName":"tca_hi_lo_map","lastPhaseName":"map_publish"},\
22     "Syslog Collector":{"entryPointPhaseName":"syslog_map","lastPhaseName":"syslog_publish"},\
23     "Syslog MSEA":{"entryPointPhaseName":"syslog_map","lastPhaseName":"syslog_publish"},\
24     "Status Poller Collector":{"entryPointPhaseName":"status_poller_map","lastPhaseName":"status_poller_publish"},\
25     "Status Poller MSE":{"entryPointPhaseName":"snmp_map","lastPhaseName":"snmp_publish"},\
26     "FOI Collector":{"entryPointPhaseName":"pmossFoiPhase","lastPhaseName":"foiEventToDmaapPhase"},\
27     "Docker Map":{"entryPointPhaseName":"docker_map","lastPhaseName":"docker_publish"},\
28     "SNMP MSE":{"entryPointPhaseName":"snmp_map","lastPhaseName":"snmp_publish"},\
29     "SAM Collector":{"entryPointPhaseName":"sam_collector_map","lastPhaseName":"sam_collector_publish"},\
30     "Docker MSE":{"entryPointPhaseName":"docker_map","lastPhaseName":"docker_publish"},\
31     "SNMP PM Poller":{"entryPointPhaseName":"docker_map","lastPhaseName":"docker_publilsh"},\
32     "Discovery and MIB Poller":{"entryPointPhaseName":"snmp_pm_map","lastPhaseName":"snmp_pm_publish"},\
33     "Nagios docker MSE":{"entryPointPhaseName":"docker_map","lastPhaseName":"docker_publish"},\
34     "VES Fault":{"entryPointPhaseName":"ves_fault_map","lastPhaseName":"ves_fault_publish"},\
35     "VES Heartbeat":{"entryPointPhaseName":"ves_heartbeat_map","lastPhaseName":"ves_heartbeat_publish"},\
36     "VES Measurement":{"entryPointPhaseName":"ves_measurement_map","lastPhaseName":"ves_measurement_publish"},\
37     "VES Syslog":{"entryPointPhaseName":"ves_syslog_map","lastPhaseName":"ves_syslog_publish"}}