ea2d9033ab2c348ccc3453d8fb5b6187dff09c53
[sdc.git] /
1 # Needed for logging purposes. To be populated by DevOps - currently dummy
2 feFqdn: <%= @fe_host_ip %>
3
4 # catalog backend hostname
5 beHost: <%= @be_host_ip %>
6
7 # catalog backend http port
8 beHttpPort: <%= @catalog_port %>
9
10 # catalog backend http context
11 beContext: /sdc2/rest/v1/catalog/upload/resources
12
13 # catalog backend protocol
14 <% if node[:disableHttp] -%>
15 beProtocol: https
16 <% else %>
17 beProtocol: http
18 <% end -%>
19
20 # catalog backend ssl port
21 beSslPort: <%= @ssl_port %>
22
23 # threadpool size for handling requests
24 threadpoolSize: 50
25
26 # request processing timeout (seconds)
27 requestTimeout: 10
28
29 # Determines the health check read timeout when invoking health check towards the LB (or BE whatever is configured):
30 healthCheckSocketTimeoutInMs: 5000
31
32 healthCheckIntervalInSeconds: 5
33
34 onboarding:
35     host: <%= @fe_host_ip %>
36     <% if node[:disableHttp] -%>
37     protocol: https
38     port: <%= node['FE'][:https_port] %> 
39     <% else %>
40     protocol: http
41     port: <%= node['FE'][:http_port] %> 
42     <% end -%>
43     healthCheckUri: "/onboarding/v1.0/healthcheck"
44
45 dcae:
46     host: <%= @fe_host_ip %>
47     <% if node[:disableHttp] -%>
48     protocol: https
49     port: <%= node['FE'][:https_port] %> 
50     <% else %>
51     protocol: http
52     port: <%= node['FE'][:http_port] %> 
53     <% end -%>
54     healthCheckUri: "/dcae/healthCheck"
55
56 identificationHeaderFields: 
57    -
58         - &HTTP_IV_USER HTTP_IV_USER
59         - &iv-user iv-user
60    -
61         - &USER_ID USER_ID
62         - &user-id user-id
63    -
64         - &HTTP_CSP_ATTUID HTTP_CSP_ATTUID
65         - &csp-attuid csp-attuid
66
67 optionalHeaderFields:
68    -
69         - &HTTP_CSP_FIRSTNAME HTTP_CSP_FIRSTNAME
70         - &csp-firstname csp-firstname
71    -
72         - &HTTP_CSP_LASTNAME HTTP_CSP_LASTNAME
73         - &csp-lastname csp-lastname
74    -
75         - &HTTP_IV_REMOTE_ADDRESS HTTP_IV_REMOTE_ADDRESS
76         - &iv-remote-address iv-remote-address
77    -
78         - &HTTP_CSP_EMAIL HTTP_CSP_EMAIL
79         - &csp-email csp-email
80
81 version: 1.0
82 released: 2012-11-30
83
84 # Connection parameters
85 connection:
86     url: jdbc:mysql://localhost:3306/db
87     poolSize: 17
88
89 # Protocols
90 protocols:
91    - http
92    - https
93
94
95 systemMonitoring:
96     enabled: false
97     isProxy: true
98     probeIntervalInSeconds: 15
99
100 kibanaHost: <%= @kb_host_ip %>
101 kibanaPort: 5601
102 kibanaProtocol: http