1 # Needed for logging purposes. To be populated by DevOps - currently dummy
2 feFqdn: <%= @fe_host_ip %>
4 # catalog backend hostname
5 beHost: <%= @be_host_ip %>
7 # catalog backend http port
8 beHttpPort: <%= @catalog_port %>
10 # catalog backend http context
11 beContext: /sdc2/rest/v1/catalog/upload/resources
13 # catalog backend protocol
14 <% if node[:disableHttp] -%>
20 # catalog backend ssl port
21 beSslPort: <%= @ssl_port %>
23 # threadpool size for handling requests
26 # request processing timeout (seconds)
29 # catalog ms (the host-port values need to be changed once it is deployed)
32 host: <%= node['FACADE_VIP'] %>
33 port: <%= @facade_port %>
34 healthCheckUri: "/healthCheck"
37 # Determines the health check read timeout when invoking health check towards the LB (or BE whatever is configured):
38 healthCheckSocketTimeoutInMs: 5000
40 healthCheckIntervalInSeconds: 5
43 enabled: <%= @basic_auth_flag %>
44 userName: <%= @user_name %>
45 userPass: <%= @user_pass %>
48 hostFe: <%= @fe_host_ip %>
49 <% if node[:disableHttp] -%>
51 portFe: <%= node['FE'][:https_port] %>
54 portFe: <%= node['FE'][:http_port] %>
56 healthCheckUriFe: "/onboarding/v1.0/healthcheck"
57 hostBe: <%= node['ONBOARDING_BE_VIP'] %>
58 <% if node[:disableHttp] -%>
60 portBe: <%= node['ONBOARDING_BE'][:https_port] %>
63 portBe: <%= node['ONBOARDING_BE'][:http_port] %>
67 host: <%= @dcae_fe_vip %>
68 <% if node[:disableHttp] -%>
70 port: <%= node['DCAE']['FE'][:https_port] %>
73 port: <%= node['DCAE']['FE'][:http_port] %>
75 healthCheckUri: "/dcaed/healthCheck"
77 identificationHeaderFields:
79 - &HTTP_IV_USER HTTP_IV_USER
85 - &HTTP_CSP_ATTUID HTTP_CSP_ATTUID
86 - &csp-attuid csp-attuid
90 - &HTTP_CSP_FIRSTNAME HTTP_CSP_FIRSTNAME
91 - &csp-firstname csp-firstname
93 - &HTTP_CSP_LASTNAME HTTP_CSP_LASTNAME
94 - &csp-lastname csp-lastname
96 - &HTTP_IV_REMOTE_ADDRESS HTTP_IV_REMOTE_ADDRESS
97 - &iv-remote-address iv-remote-address
99 - &HTTP_CSP_EMAIL HTTP_CSP_EMAIL
100 - &csp-email csp-email
107 cookieName: "AuthenticationCookie"
110 securityKey: <%= node['access_restriction_key'] %>
113 # Connection parameters
115 url: jdbc:mysql://localhost:3306/db
127 probeIntervalInSeconds: 15