blob: bb2b90c1a749a65eff9bb582ce47eccefafad05b [file] [log] [blame]
jhh01096592019-09-04 07:47:25 -05001# ============LICENSE_START=======================================================
2# Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
3# ================================================================================
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16# SPDX-License-Identifier: Apache-2.0
17# ============LICENSE_END=========================================================
18
19KEYSTORE_PASSWD={{.Values.keystore.password}}
20TRUSTSTORE_PASSWD={{.Values.truststore.password}}
21
22TELEMETRY_USER={{.Values.telemetry.user}}
23TELEMETRY_PASSWORD={{.Values.telemetry.password}}
24
25REPOSITORY_USERNAME={{.Values.nexus.user}}
26REPOSITORY_PASSWORD={{.Values.nexus.password}}
27
jhh01096592019-09-04 07:47:25 -050028PDPD_CONFIGURATION_API_KEY={{.Values.dmaap.brmsgw.key}}
29PDPD_CONFIGURATION_API_SECRET={{.Values.dmaap.brmsgw.secret}}
30
31POLICY_PDP_PAP_API_KEY={{.Values.dmaap.pap.key}}
32POLICY_PDP_PAP_API_SECRET={{.Values.dmaap.pap.secret}}
33
34PAP_USERNAME={{.Values.pap.user}}
35PAP_PASSWORD={{.Values.pap.password}}
36
jhhdf5484e2020-04-06 15:08:35 -050037PAP_LEGACY_USERNAME={{.Values.papl.user}}
38PAP_LEGACY_PASSWORD={{.Values.papl.password}}
39
jhh01096592019-09-04 07:47:25 -050040PDP_USERNAME={{.Values.pdp.user}}
41PDP_PASSWORD={{.Values.pdp.password}}
42
jhhdf5484e2020-04-06 15:08:35 -050043PDP_LEGACY_USERNAME={{.Values.pdpl.user}}
44PDP_LEGACY_PASSWORD={{.Values.pdpl.password}}
45
jhh01096592019-09-04 07:47:25 -050046AAI_USERNAME={{.Values.aai.user}}
47AAI_PASSWORD={{.Values.aai.password}}
48
49SO_USERNAME={{.Values.so.user}}
50SO_PASSWORD={{.Values.so.password}}
51
52VFC_USERNAME={{.Values.vfc.user}}
53VFC_PASSWORD={{.Values.vfc.password}}
54
55SDNC_USERNAME={{.Values.sdnc.user}}
56SDNC_PASSWORD={{.Values.sdnc.password}}
57
58HEALTHCHECK_USER={{.Values.telemetry.user}}
59HEALTHCHECK_PASSWORD={{.Values.telemetry.password}}
Rashmi Pujar3cfa4cc2019-10-17 16:05:50 -040060
61CDS_GRPC_USERNAME={{.Values.cds.grpc.user}}
62CDS_GRPC_PASSWORD={{.Values.cds.grpc.password}}