blob: 84194cf3117dd3a6cd9b2ef2c57ea0a42b168d15 [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"
vv770db78df8d2020-10-19 17:34:10 +000026service_component_type: "dcae-ves-collector-http"
27service_id: "dcae-ves-collector-http"
28service_component_name_override: "dcae-ves-collector-http"
BorislavG57f74d32018-04-12 11:08:39 +030029ves_other_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_OTHER_OUTPUT/"
30ves_heartbeat_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT/"
31ves_fault_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT/"
vagrant81ab1242018-05-11 15:43:36 +000032ves_measurement_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/"
vagrant0707cd22018-08-07 15:25:54 +000033ves_pnfRegistration_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_PNFREG_OUTPUT/"
Vijay Venkatesh Kumardddb01c2020-03-31 15:29:13 +000034ves_notification_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT/"
Edyta Krukowskada444492020-09-29 11:23:29 +020035ves_3gpp_fault_supervision_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/"
36ves_3gpp_provisioning_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/"
37ves_3gpp_hearbeat_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/"
vv770db78df8d2020-10-19 17:34:10 +000038ves_3gpp_performance_assurance_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/"