[OOM][DCAE] Chartmuseum deployment support
[oom.git] / kubernetes / onap / resources / overrides / oom-cert-service-environment.yaml
1 # Copyright © 2020 Nordix Foundation
2 # Modifications Copyright © 2020 Nokia
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 #################################################################
17 #
18 # These overrides will affect all helm charts (ie. applications)
19 # that are listed below and are 'enabled'.
20 #
21 #
22 # This is specifically for the environments which take time to
23 # deploy ONAP. This increase in timeouts prevents false restarting of
24 # the pods during startup configuration.
25 #
26 # These timers have been tuned by the ONAP integration team. They
27 # have been tested and validated in the ONAP integration lab (Intel/Windriver lab).
28 # They are however indicative and may be adapted to your environment as they
29 # depend on the performance of the infrastructure you are installing ONAP on.
30 #
31 # Please note that these timers must remain reasonable, in other words, if
32 # your infrastructure is not performant enough, extending the timers to very
33 # large value may not fix all installation issues on over subscribed hardware.
34 #
35 #################################################################
36 global:
37   cmpv2Enabled: true
38   CMPv2CertManagerIntegration: true
39   platform:
40     certServiceClient:
41       envVariables:
42         # Certificate related
43         cmpv2Organization: "Linux-Foundation"
44         cmpv2OrganizationalUnit: "ONAP"
45         cmpv2Location: "San-Francisco"
46         cmpv2State: "California"
47         cmpv2Country: "US"
48         # Client configuration related
49         caName: "RA"