submgr chart using common port listing
[it/dep.git] / ric-common / Common-Template / helm / ric-common / templates / _configmapname.tpl
1 ################################################################################
2 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
3 #   Copyright (c) 2019 Nokia.                                                  #
4 #                                                                              #
5 #   Licensed under the Apache License, Version 2.0 (the "License");            #
6 #   you may not use this file except in compliance with the License.           #
7 #   You may obtain a copy of the License at                                    #
8 #                                                                              #
9 #       http://www.apache.org/licenses/LICENSE-2.0                             #
10 #                                                                              #
11 #   Unless required by applicable law or agreed to in writing, software        #
12 #   distributed under the License is distributed on an "AS IS" BASIS,          #
13 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
14 #   See the License for the specific language governing permissions and        #
15 #   limitations under the License.                                             #
16 ################################################################################
17
18 {{/*
19   Resolve the name of a chart's configmap.
20
21 */}}
22
23
24 {{- define "common.configmapname.appmgr" -}}
25   {{- $name := ( include "common.fullname.appmgr" . ) -}}
26   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
27 {{- end -}}
28
29 {{- define "common.configmapname.dbaas" -}}
30   {{- $name := ( include "common.fullname.dbaas" . ) -}}
31   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
32 {{- end -}}:
33
34 {{- define "common.configmapname.e2mgr" -}}
35   {{- $name := ( include "common.fullname.e2mgr" . ) -}}
36   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
37 {{- end -}}
38
39 {{- define "common.configmapname.e2term" -}}
40   {{- $name := ( include "common.fullname.e2term" . ) -}}
41   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
42 {{- end -}}
43
44 {{- define "common.configmapname.rtmgr" -}}
45   {{- $name := ( include "common.fullname.rtmgr" . ) -}}
46   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
47 {{- end -}}
48
49 {{- define "common.configmapname.submgr" -}}
50   {{- $name := ( include "common.fullname.submgr" . ) -}}
51   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
52 {{- end -}}
53
54 {{- define "common.configmapname.a1mediator" -}}
55   {{- $name := ( include "common.fullname.a1mediator" . ) -}}
56   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
57 {{- end -}}
58
59
60 {{- define "common.configmapname.nexus" -}}
61   {{- $name := ( include "common.fullname.nexus" . ) -}}
62   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
63 {{- end -}}
64
65 {{- define "common.configmapname.dashboard" -}}
66   {{- $name := ( include "common.fullname.dashboard" . ) -}}
67   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
68 {{- end -}}
69
70 {{- define "common.configmapname.messagerouter" -}}
71   {{- $name := ( include "common.fullname.messagerouter" . ) -}}
72   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
73 {{- end -}}
74
75 {{- define "common.configmapname.ves" -}}
76   {{- $name := ( include "common.fullname.ves" . ) -}}
77   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
78 {{- end -}}