blob: 55e8b0a8d0934f73b9446e7d009b9e11736a3e06 [file] [log] [blame]
Nishukumar376ba1e2018-08-03 09:17:23 +00001# 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.
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040014osdfPlacementSOUsername: {{ .Values.config.osdfPlacementSOUsername }}
15osdfPlacementSOPassword: {{ .Values.config.osdfPlacementSOPassword }}
16
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040017osdfCMSchedulerUsername: {{ .Values.config.osdfCMSchedulerUsername }}
18osdfCMSchedulerPassword: {{ .Values.config.osdfCMSchedulerPassword }}
19
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040020soUsername: {{ .Values.config.soUsername }}
21soPassword: {{ .Values.config.soPassword }}
22
Patel, Ankitkumard4b37e22018-05-29 16:56:30 -040023conductorUrl: {{ .Values.config.conductorUrl }}
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040024conductorUsername: {{ .Values.config.conductorUsername }}
25conductorPassword: {{ .Values.config.conductorPassword }}
26conductorPingWaitTime: {{ .Values.config.conductorPingWaitTime }}
27conductorMaxRetries: {{ .Values.config.conductorMaxRetries }}
28
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040029policyPlatformUrl: {{ .Values.config.policyPlatformUrl }}
30policyPlatformEnv: {{ .Values.config.policyPlatformEnv }}
31policyPlatformUsername: {{ .Values.config.policyPlatformUsername }}
32policyPlatformPassword: {{ .Values.config.policyPlatformPassword }}
33policyClientUsername: {{ .Values.config.policyClientUsername }}
34policyClientPassword: {{ .Values.config.policyClientPassword }}
35
36messageReaderHosts: {{ .Values.config.messageReaderHosts }}
37messageReaderTopic: {{ .Values.config.messageReaderTopic }}
38messageReaderAafUserId: {{ .Values.config.messageReaderAafUserId }}
39messageReaderAafPassword: {{ .Values.config.messageReaderAafPassword }}
40
41sdcUrl: {{ .Values.config.sdcUrl }}
42sdcUsername: {{ .Values.config.sdcUsername }}
43sdcPassword: {{ .Values.config.sdcPassword }}
44sdcONAPInstanceID: {{ .Values.config.sdcONAPInstanceID }}
45
46osdfPlacementUsername: {{ .Values.config.osdfPlacementUsername }}
47osdfPlacementPassword: {{ .Values.config.osdfPlacementPassword }}