Merge R3 into master
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / dashboard / templates / _genurl.tpl
diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_genurl.tpl b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_genurl.tpl
deleted file mode 100644 (file)
index 5684f21..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-################################################################################
-#   Copyright (c) 2019 AT&T Intellectual Property.                             #
-#   Copyright (c) 2019 Nokia.                                                  #
-#                                                                              #
-#   Licensed under the Apache License, Version 2.0 (the "License");            #
-#   you may not use this file except in compliance with the License.           #
-#   You may obtain a copy of the License at                                    #
-#                                                                              #
-#       http://www.apache.org/licenses/LICENSE-2.0                             #
-#                                                                              #
-#   Unless required by applicable law or agreed to in writing, software        #
-#   distributed under the License is distributed on an "AS IS" BASIS,          #
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
-#   See the License for the specific language governing permissions and        #
-#   limitations under the License.                                             #
-################################################################################
-{{/* vim: set filetype=mustache: */}}
-{{/*
-Generate the URLS of the endpoints.
-*/}}
-
-
-{{- define "dashboard.prefix.a1mediator" -}}
-  {{- $ingress := ( include "common.ingressurl.ric" . ) -}}
-  {{- if .Values.dashboard.a1med.url.prefix -}}
-    {{- printf "%s" .Values.dashboard.a1med.url.prefix -}}
-  {{- else -}}
-    {{- printf "http://%s/a1mediator" $ingress -}}
-  {{- end -}}
-{{- end -}}
-
-{{- define "dashboard.prefix.anrxapp" -}}
-  {{- $ingress := ( include "common.ingressurl.ric" . ) -}}
-  {{- if .Values.dashboard.anrxapp.url.prefix -}}
-    {{- printf "%s" .Values.dashboard.anrxapp.url.prefix -}}
-  {{- else -}}
-    {{- printf "http://%s/anr" $ingress -}}
-  {{- end -}}
-{{- end -}}
-
-{{- define "dashboard.prefix.e2mgr" -}}
-  {{- $ingress := ( include "common.ingressurl.ric" . ) -}}
-  {{- if .Values.dashboard.e2mgr.url.prefix -}}
-    {{- printf "%s" .Values.dashboard.e2mgr.url.prefix -}}
-  {{- else -}}
-    {{- printf "http://%s/e2mgr" $ingress -}}
-  {{- end -}}
-{{- end -}}
-
-{{- define "dashboard.prefix.appmgr" -}}
-  {{- $ingress := ( include "common.ingressurl.ric" . ) -}}
-  {{- if .Values.dashboard.appmgr.url.prefix -}}
-    {{- printf "%s" .Values.dashboard.appmgr.url.prefix -}}
-  {{- else -}}
-    {{- printf "http://%s/appmgr" $ingress -}}
-  {{- end -}}
-{{- end -}}
-