Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / onap / resources / overrides / environment.yaml
1 # Copyright © 2017,2019 Amdocs, AT&T , Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 #################################################################
16 #
17 # These overrides will affect all helm charts (ie. applications)
18 # that are listed below and are 'enabled'.
19 #
20 #
21 # This is specifically for the environments which take time to
22 # deploy ONAP. This increase in timeouts prevents false restarting of
23 # the pods during startup configuration.
24 #
25 # These timers have been tuned by the ONAP integration team. They
26 # have been tested and validated in the ONAP integration lab (Intel/Windriver lab).
27 # They are however indicative and may be adapted to your environment as they
28 # depend on the performance of the infrastructure you are installing ONAP on.
29 #
30 # Please note that these timers must remain reasonable, in other words, if
31 # your infrastructure is not performant enough, extending the timers to very
32 # large value may not fix all installation issues on over subscribed hardware.
33 #
34 #################################################################
35 aai:
36   liveness:
37     initialDelaySeconds: 120
38   aai-champ:
39     liveness:
40       initialDelaySeconds: 120
41     readiness:
42       initialDelaySeconds: 120
43   aai-data-router:
44     liveness:
45       initialDelaySeconds: 120
46   aai-sparky-be:
47     liveness:
48       initialDelaySeconds: 120
49   aai-spike:
50     liveness:
51       initialDelaySeconds: 120
52   aai-cassandra:
53     liveness:
54       periodSeconds: 120
55     readiness:
56       periodSeconds: 60
57 cassandra:
58   liveness:
59     timeoutSeconds: 30
60     periodSeconds: 120
61   readiness:
62     timeoutSeconds: 30
63     periodSeconds: 60
64 holmes:
65   holmes-rule-mgmt:
66     liveness:
67       initialDelaySeconds: 120
68     readiness:
69       initialDelaySeconds: 120
70   holmes-engine-mgmt:
71     liveness:
72       initialDelaySeconds: 120
73     readiness:
74       initialDelaySeconds: 120
75 dmaap:
76   dmaap-bus-controller:
77     liveness:
78       initialDelaySeconds: 120
79     readiness:
80       initialDelaySeconds: 120
81   dmaap-dr-prov:
82     liveness:
83       initialDelaySeconds: 120
84     readiness:
85       initialDelaySeconds: 120
86     mariadb:
87       liveness:
88         initialDelaySeconds: 180
89         periodSeconds: 60
90   dmaap-dr-node:
91     liveness:
92       initialDelaySeconds: 120
93     readiness:
94       initialDelaySeconds: 120
95 mariadb-galera:
96   liveness:
97     initialDelaySeconds: 30
98     periodSeconds: 60
99   mariadb-galera-server:
100     liveness:
101       initialDelaySeconds: 120
102     readiness:
103       initialDelaySeconds: 120
104 modeling:
105   mariadb-galera:
106     liveness:
107       initialDelaySeconds: 180
108       periodSeconds: 60
109 oof:
110   oof-has:
111     music:
112       music-cassandra:
113         liveness:
114           periodSeconds: 120
115         readiness:
116           periodSeconds: 60
117 sdc:
118   sdc-fe:
119     liveness:
120       initialDelaySeconds: 120
121       periodSeconds: 60
122       timeoutSeconds: 15
123     readiness:
124       initialDelaySeconds: 120
125       periodSeconds: 60
126       timeoutSeconds: 15
127   sdc-be:
128     liveness:
129       initialDelaySeconds: 120
130       periodSeconds: 60
131       timeoutSeconds: 15
132     readiness:
133       initialDelaySeconds: 120
134       periodSeconds: 60
135       timeoutSeconds: 15
136   sdc-cs:
137     liveness:
138       initialDelaySeconds: 120
139       periodSeconds: 120
140     readiness:
141       initialDelaySeconds: 120
142       periodSeconds: 60
143   sdc-es:
144     liveness:
145       initialDelaySeconds: 60
146     readiness:
147       initialDelaySeconds: 120
148   sdc-onboarding-be:
149     liveness:
150       initialDelaySeconds: 120
151       periodSeconds: 60
152       timeoutSeconds: 15
153     readiness:
154       initialDelaySeconds: 120
155       periodSeconds: 60
156       timeoutSeconds: 15
157 sdnc:
158   liveness:
159     initialDelaySeconds: 60
160   readiness:
161     initialDelaySeconds: 60
162   dmaap-listener:
163     liveness:
164       initialDelaySeconds: 120
165     readiness:
166       initialDelaySeconds: 120
167   mariadb-galera:
168     liveness:
169       initialDelaySeconds: 180
170       periodSeconds: 60
171   sdnc-ansible-server:
172     readiness:
173       initialDelaySeconds: 120
174   ueb-listener:
175     liveness:
176       initialDelaySeconds: 60
177     readiness:
178       initialDelaySeconds: 60
179 so:
180   liveness:
181     initialDelaySeconds: 120
182   mariadb:
183     liveness:
184       initialDelaySeconds: 900
185     readiness:
186       initialDelaySeconds: 900
187 uui:
188   uui-server:
189     liveness:
190       initialDelaySeconds: 120
191     readiness:
192       initialDelaySeconds: 120
193 vfc:
194   mariadb-galera:
195     liveness:
196       initialDelaySeconds: 180
197       periodSeconds: 60