blob: 3c4e9d95e83d06d8b769e2d91e6c642901009b5f [file] [log] [blame]
Jakub Latusekdf233a82020-10-21 13:36:29 +02001{{/*
BorislavG57f74d32018-04-12 11:08:39 +03002#============LICENSE_START========================================================
3#=================================================================================
Vijay Venkatesh Kumardddb01c2020-03-31 15:29:13 +00004# Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved.
Durgpal7ad40692018-08-03 07:28:36 +00005# Modifications Copyright © 2018 Amdocs, Bell Canada
Pawelf300a6f2020-02-24 14:35:21 +01006# Modifications (c) 2020 Nokia. All rights reserved.
BorislavG57f74d32018-04-12 11:08:39 +03007# ================================================================================
8# Licensed under the Apache License, Version 2.0 (the "License");
9# you may not use this file except in compliance with the License.
10# You may obtain a copy of the License at
11#
12# http://www.apache.org/licenses/LICENSE-2.0
13#
14# Unless required by applicable law or agreed to in writing, software
15# distributed under the License is distributed on an "AS IS" BASIS,
16# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17# See the License for the specific language governing permissions and
18# limitations under the License.
19# ============LICENSE_END=========================================================
Jakub Latusekdf233a82020-10-21 13:36:29 +020020*/}}
BorislavG57f74d32018-04-12 11:08:39 +030021
22{{ if .Values.componentImages.ves }}
Lusheng Ji32c36bd2018-05-14 10:04:49 -040023tag_version: {{ include "common.repository" . }}/{{ .Values.componentImages.ves }}
BorislavG57f74d32018-04-12 11:08:39 +030024{{ end }}
Pawelf300a6f2020-02-24 14:35:21 +010025external_port_tls: 0
26external_port: {{ .Values.config.address.ves.port }}
27auth_method: "noAuth"
vv770da778de32020-11-18 17:12:44 +000028service_component_type: "dcae-http-ves-collector"
29service_id: "dcae-http-ves-collector-http"
30service_component_name_override: "dcae-http-ves-collector"
BorislavG57f74d32018-04-12 11:08:39 +030031ves_other_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_OTHER_OUTPUT/"
32ves_heartbeat_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT/"
33ves_fault_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT/"
vagrant81ab1242018-05-11 15:43:36 +000034ves_measurement_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/"
vagrant0707cd22018-08-07 15:25:54 +000035ves_pnfRegistration_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_PNFREG_OUTPUT/"
Vijay Venkatesh Kumardddb01c2020-03-31 15:29:13 +000036ves_notification_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT/"
Edyta Krukowskada444492020-09-29 11:23:29 +020037ves_3gpp_fault_supervision_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/"
38ves_3gpp_provisioning_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/"
39ves_3gpp_hearbeat_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/"
vv770db78df8d2020-10-19 17:34:10 +000040ves_3gpp_performance_assurance_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/"