From: ronit Date: Tue, 7 Apr 2020 06:24:00 +0000 (+0300) Subject: support sctp e2term X-Git-Tag: f-release~123 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e6d8d93fa595277a8632fe33bb5735d303fd91ec;p=it%2Fdep.git support sctp e2term Change-Id: If02579930e9fe59ad0e8427771cac2d4b5505dc9 Signed-off-by: ronit --- diff --git a/ric-common/Common-Template/helm/ric-common/Chart.yaml b/ric-common/Common-Template/helm/ric-common/Chart.yaml index e2f199a2..e40385bd 100644 --- a/ric-common/Common-Template/helm/ric-common/Chart.yaml +++ b/ric-common/Common-Template/helm/ric-common/Chart.yaml @@ -18,4 +18,4 @@ apiVersion: v1 description: Common templates for inclusion in other charts name: ric-common -version: 3.1.0 +version: 3.1.1 diff --git a/ric-common/Common-Template/helm/ric-common/templates/_e2term.tpl b/ric-common/Common-Template/helm/ric-common/templates/_e2term.tpl index f83862e8..aad075ad 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_e2term.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_e2term.tpl @@ -54,6 +54,10 @@ {{- $name := ( include "common.fullname.e2term" . ) -}} {{- printf "service-%s-rmr" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.servicename.e2term.sctp" -}} + {{- $name := ( include "common.fullname.e2term" . ) -}} + {{- printf "service-%s-sctp" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} {{- define "common.servicename.e2term.http" -}} {{- $name := ( include "common.fullname.e2term" . ) -}} @@ -65,7 +69,7 @@ {{- define "common.serviceport.e2term.rmr.data" -}}38000{{- end -}} {{- define "common.serviceport.e2term.rmr.route" -}}4561{{- end -}} {{- define "common.serviceport.e2term.http" -}}8080{{- end -}} -{{- define "common.serviceport.e2term.sctp" -}}5577{{- end -}} +{{- define "common.serviceport.e2term.sctp" -}}36422{{- end -}} {{- define "common.serviceaccountname.e2term" -}}