blob: 2a801f0ffe836cdf853097d460c27bb794440124 [file] [log] [blame]
Durgpal7ad40692018-08-03 07:28:36 +00001# Copyright © 2018 AT&T, Amdocs, Bell Canada Intellectual Property. All rights reserved.
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
Dominic Lunanuovae825fee2018-04-12 14:40:34 +000015DMAAPBC_WAIT_TO_EXIT=Y
16DMAAPBC_PG_ENABLED=true
17# Need to connect to PG primary service, designated by service.name2
18DMAAPBC_PGHOST={{ .Values.postgres.service.name2 }}
19DMAAPBC_PGDBNAME={{ .Values.postgres.config.pgDatabase }}
20DMAAPBC_PGCRED={{ .Values.postgres.config.pgUserPassword }}
21DMAAPBC_PGUSER={{ .Values.postgres.config.pgUserName }}
22DMAAPBC_MR_CNAME={{ .Values.dmaapMessageRouterService }}
23DMAAPBC_AAF_URL={{ .Values.aafURL }}
24DMAAPBC_TOPICMGR_USER={{ .Values.topicMgrUser }}
25DMAAPBC_TOPICMGR_PWD={{ .Values.topicMgrPwd }}
26DMAAPBC_ADMIN_USER={{ .Values.adminUser }}
27DMAAPBC_ADMIN_PWD={{ .Values.adminPwd }}
28