diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-04-27 22:20:33 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-04-30 06:03:29 +0000 |
commit | d801f794ab8089f9eed7309a5bc16282396239f8 (patch) | |
tree | 0de83914fe4da8f8a006d3966a33b58f92458ee2 /kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-pgaas-initdb-inputs.yaml | |
parent | 615f9490a7d99ab1345f72645f1816a70e2753ea (diff) |
Add DCAE postgres instance
patchset #3 Add ExternalName service to provide alternate name
for consul in the common namespace. Needed for
compatibility with CM plugin.
patchset #2 Fix Holmes inputs to use correct postgres address.
Minor fixes for ves and tca.
Change-Id: Iacfef5a34ab5d2f365dcc6fc160816f80dfa7b69
Issue-ID: DCAEGEN2-477
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-pgaas-initdb-inputs.yaml')
-rw-r--r-- | kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-pgaas-initdb-inputs.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-pgaas-initdb-inputs.yaml b/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-pgaas-initdb-inputs.yaml new file mode 100644 index 0000000000..b201247136 --- /dev/null +++ b/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-pgaas-initdb-inputs.yaml @@ -0,0 +1,19 @@ +#================================================================================= +# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. +# Copyright © 2018 Amdocs, Bell Canada +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= + +k8s_pgaas_instance_fqdn: {{ .Values.postgres.service.name2 }}.{{include "common.namespace" . }} +k8s_initial_password: {{ .Values.postgres.config.pgRootPassword }} |