Merge "Upgrade APPC to use common mariadb galera charts"
[oom.git] / kubernetes / oof / resources / config / osdf_config.yaml
1 # Copyright © 2018 Amdocs, AT&T, Bell Canada, VMware
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 osdfPlacementSOUsername: {{ .Values.config.osdfPlacementSOUsername }}
15 osdfPlacementSOPassword: {{ .Values.config.osdfPlacementSOPassword }}
16
17 osdfCMSchedulerUsername: {{ .Values.config.osdfCMSchedulerUsername }}
18 osdfCMSchedulerPassword: {{ .Values.config.osdfCMSchedulerPassword }}
19
20 soUsername: {{ .Values.config.soUsername }}
21 soPassword: {{ .Values.config.soPassword }}
22
23 conductorUrl: {{ .Values.config.conductorUrl }}
24 conductorUsername: {{ .Values.config.conductorUsername }}
25 conductorPassword: {{ .Values.config.conductorPassword }}
26 conductorPingWaitTime: {{ .Values.config.conductorPingWaitTime }}
27 conductorMaxRetries: {{ .Values.config.conductorMaxRetries }}
28
29 policyPlatformUrl: {{ .Values.config.policyPlatformUrl }}
30 policyPlatformEnv: {{ .Values.config.policyPlatformEnv }}
31 policyPlatformUsername: {{ .Values.config.policyPlatformUsername }}
32 policyPlatformPassword: {{ .Values.config.policyPlatformPassword }}
33 policyClientUsername: {{ .Values.config.policyClientUsername }}
34 policyClientPassword: {{ .Values.config.policyClientPassword }}
35
36 messageReaderHosts: {{ .Values.config.messageReaderHosts }}
37 messageReaderTopic: {{ .Values.config.messageReaderTopic }}
38 messageReaderAafUserId: {{ .Values.config.messageReaderAafUserId }}
39 messageReaderAafPassword: {{ .Values.config.messageReaderAafPassword }}
40
41 sdcUrl: {{ .Values.config.sdcUrl }}
42 sdcUsername: {{ .Values.config.sdcUsername }}
43 sdcPassword: {{ .Values.config.sdcPassword }}
44 sdcONAPInstanceID: {{ .Values.config.sdcONAPInstanceID }}
45
46 osdfPlacementUsername: {{ .Values.config.osdfPlacementUsername }}
47 osdfPlacementPassword: {{ .Values.config.osdfPlacementPassword }}