[Portal] Remove hardcoded cassandra password
[oom.git] / kubernetes / onap / resources / overrides / aaf-cert-service-environment.yaml
1 # Copyright © 2020 Nordix Foundation
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 global:
36   cmpv2Enabled: true
37   aaf:
38     certServiceClient:
39       envVariables:
40         # Certificate related
41         cmpv2Organization: "Linux-Foundation"
42         cmpv2OrganizationalUnit: "ONAP"
43         cmpv2Location: "San-Francisco"
44         cmpv2State: "California"
45         cmpv2Country: "US"
46         # Client configuration related
47         caName: "RA"