blob: a2a34056f1b71a13f129a732e54527753a33ff6a [file] [log] [blame]
Jakub Latusekd71d26c2020-10-21 13:36:29 +02001{{/*
jhh01096592019-09-04 07:47:25 -05002# ============LICENSE_START=======================================================
3# Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
4# ================================================================================
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17# SPDX-License-Identifier: Apache-2.0
18# ============LICENSE_END=========================================================
Jakub Latusekd71d26c2020-10-21 13:36:29 +020019*/}}
jhh01096592019-09-04 07:47:25 -050020
jhhbf8d8a92020-09-10 14:01:49 -050021{{- if not .Values.global.aafEnabled }}
jhh01096592019-09-04 07:47:25 -050022KEYSTORE_PASSWD={{.Values.keystore.password}}
jhhbf8d8a92020-09-10 14:01:49 -050023{{- end }}
24
jhh01096592019-09-04 07:47:25 -050025TRUSTSTORE_PASSWD={{.Values.truststore.password}}
26
27TELEMETRY_USER={{.Values.telemetry.user}}
28TELEMETRY_PASSWORD={{.Values.telemetry.password}}
29
30REPOSITORY_USERNAME={{.Values.nexus.user}}
31REPOSITORY_PASSWORD={{.Values.nexus.password}}
32
jhh01096592019-09-04 07:47:25 -050033PDPD_CONFIGURATION_API_KEY={{.Values.dmaap.brmsgw.key}}
34PDPD_CONFIGURATION_API_SECRET={{.Values.dmaap.brmsgw.secret}}
35
36POLICY_PDP_PAP_API_KEY={{.Values.dmaap.pap.key}}
37POLICY_PDP_PAP_API_SECRET={{.Values.dmaap.pap.secret}}
38
39PAP_USERNAME={{.Values.pap.user}}
40PAP_PASSWORD={{.Values.pap.password}}
41
jhhdf5484e2020-04-06 15:08:35 -050042PAP_LEGACY_USERNAME={{.Values.papl.user}}
43PAP_LEGACY_PASSWORD={{.Values.papl.password}}
44
jhh01096592019-09-04 07:47:25 -050045PDP_USERNAME={{.Values.pdp.user}}
46PDP_PASSWORD={{.Values.pdp.password}}
47
jhhdf5484e2020-04-06 15:08:35 -050048PDP_LEGACY_USERNAME={{.Values.pdpl.user}}
49PDP_LEGACY_PASSWORD={{.Values.pdpl.password}}
50
jhh01096592019-09-04 07:47:25 -050051AAI_USERNAME={{.Values.aai.user}}
52AAI_PASSWORD={{.Values.aai.password}}
53
54SO_USERNAME={{.Values.so.user}}
55SO_PASSWORD={{.Values.so.password}}
56
57VFC_USERNAME={{.Values.vfc.user}}
58VFC_PASSWORD={{.Values.vfc.password}}
59
60SDNC_USERNAME={{.Values.sdnc.user}}
61SDNC_PASSWORD={{.Values.sdnc.password}}
62
63HEALTHCHECK_USER={{.Values.telemetry.user}}
64HEALTHCHECK_PASSWORD={{.Values.telemetry.password}}
Rashmi Pujar3cfa4cc2019-10-17 16:05:50 -040065
66CDS_GRPC_USERNAME={{.Values.cds.grpc.user}}
67CDS_GRPC_PASSWORD={{.Values.cds.grpc.password}}