blob: dda75dd8743af7f50230f849c2b98c3b8f306ceb [file] [log] [blame]
BorislavG57f74d32018-04-12 11:08:39 +03001#============LICENSE_START========================================================
2#=================================================================================
Vijay Venkatesh Kumardddb01c2020-03-31 15:29:13 +00003# Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved.
Durgpal7ad40692018-08-03 07:28:36 +00004# Modifications Copyright © 2018 Amdocs, Bell Canada
Pawelf300a6f2020-02-24 14:35:21 +01005# Modifications (c) 2020 Nokia. All rights reserved.
BorislavG57f74d32018-04-12 11:08:39 +03006# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END=========================================================
19
20{{ if .Values.componentImages.ves }}
Lusheng Ji32c36bd2018-05-14 10:04:49 -040021tag_version: {{ include "common.repository" . }}/{{ .Values.componentImages.ves }}
BorislavG57f74d32018-04-12 11:08:39 +030022{{ end }}
Pawelf300a6f2020-02-24 14:35:21 +010023external_port_tls: 0
24external_port: {{ .Values.config.address.ves.port }}
25auth_method: "noAuth"
Vijay Venkatesh Kumardddb01c2020-03-31 15:29:13 +000026component_name: "dcae-ves-collector-http"
27dns_component_name: "dcae-ves-collector-http"
BorislavG57f74d32018-04-12 11:08:39 +030028ves_other_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_OTHER_OUTPUT/"
29ves_heartbeat_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT/"
30ves_fault_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT/"
vagrant81ab1242018-05-11 15:43:36 +000031ves_measurement_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/"
vagrant0707cd22018-08-07 15:25:54 +000032ves_pnfRegistration_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_PNFREG_OUTPUT/"
Vijay Venkatesh Kumardddb01c2020-03-31 15:29:13 +000033ves_notification_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT/"