BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 1 | #============LICENSE_START======================================================== |
| 2 | #================================================================================= |
Vijay Venkatesh Kumar | dddb01c | 2020-03-31 15:29:13 +0000 | [diff] [blame] | 3 | # Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved. |
Durgpal | 7ad4069 | 2018-08-03 07:28:36 +0000 | [diff] [blame] | 4 | # Modifications Copyright © 2018 Amdocs, Bell Canada |
Pawel | f300a6f | 2020-02-24 14:35:21 +0100 | [diff] [blame] | 5 | # Modifications (c) 2020 Nokia. All rights reserved. |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 6 | # ================================================================================ |
| 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 Ji | 32c36bd | 2018-05-14 10:04:49 -0400 | [diff] [blame] | 21 | tag_version: {{ include "common.repository" . }}/{{ .Values.componentImages.ves }} |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 22 | {{ end }} |
Pawel | f300a6f | 2020-02-24 14:35:21 +0100 | [diff] [blame] | 23 | external_port_tls: 0 |
| 24 | external_port: {{ .Values.config.address.ves.port }} |
| 25 | auth_method: "noAuth" |
Vijay Venkatesh Kumar | dddb01c | 2020-03-31 15:29:13 +0000 | [diff] [blame] | 26 | component_name: "dcae-ves-collector-http" |
| 27 | dns_component_name: "dcae-ves-collector-http" |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 28 | ves_other_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_OTHER_OUTPUT/" |
| 29 | ves_heartbeat_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT/" |
| 30 | ves_fault_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT/" |
vagrant | 81ab124 | 2018-05-11 15:43:36 +0000 | [diff] [blame] | 31 | ves_measurement_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/" |
vagrant | 0707cd2 | 2018-08-07 15:25:54 +0000 | [diff] [blame] | 32 | ves_pnfRegistration_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_PNFREG_OUTPUT/" |
Vijay Venkatesh Kumar | dddb01c | 2020-03-31 15:29:13 +0000 | [diff] [blame] | 33 | ves_notification_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT/" |