Nishukumar | 376ba1e | 2018-08-03 09:17:23 +0000 | [diff] [blame] | 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. |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 14 | osdfPlacementSOUsername: {{ .Values.config.osdfPlacementSOUsername }} |
| 15 | osdfPlacementSOPassword: {{ .Values.config.osdfPlacementSOPassword }} |
| 16 | |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 17 | osdfCMSchedulerUsername: {{ .Values.config.osdfCMSchedulerUsername }} |
| 18 | osdfCMSchedulerPassword: {{ .Values.config.osdfCMSchedulerPassword }} |
| 19 | |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 20 | soUsername: {{ .Values.config.soUsername }} |
| 21 | soPassword: {{ .Values.config.soPassword }} |
| 22 | |
Patel, Ankitkumar | d4b37e2 | 2018-05-29 16:56:30 -0400 | [diff] [blame] | 23 | conductorUrl: {{ .Values.config.conductorUrl }} |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 24 | conductorUsername: {{ .Values.config.conductorUsername }} |
| 25 | conductorPassword: {{ .Values.config.conductorPassword }} |
| 26 | conductorPingWaitTime: {{ .Values.config.conductorPingWaitTime }} |
| 27 | conductorMaxRetries: {{ .Values.config.conductorMaxRetries }} |
| 28 | |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 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 }} |