Moving dev back to LF Gerrit
[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.rsm" -}}
40   {{- $name := ( include "common.fullname.rsm" . ) -}}
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 {{- define "common.configmapname.vespamgr" -}}
60   {{- $name := ( include "common.fullname.vespamgr" . ) -}}
61   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
62 {{- end -}}
63
64 {{- define "common.configmapname.jaegeradapter" -}}
65   {{- $name := ( include "common.fullname.jaegeradapter" . ) -}}
66   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
67 {{- end -}}
68
69 {{- define "common.configmapname.nexus" -}}
70   {{- $name := ( include "common.fullname.nexus" . ) -}}
71   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
72 {{- end -}}
73
74 {{- define "common.configmapname.chartmuseum" -}}
75   {{- $name := ( include "common.fullname.chartmuseum" . ) -}}
76   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
77 {{- end -}}
78
79 {{- define "common.configmapname.dashboard" -}}
80   {{- $name := ( include "common.fullname.dashboard" . ) -}}
81   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
82 {{- end -}}
83
84 {{- define "common.configmapname.messagerouter" -}}
85   {{- $name := ( include "common.fullname.messagerouter" . ) -}}
86   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
87 {{- end -}}
88
89 {{- define "common.configmapname.ves" -}}
90   {{- $name := ( include "common.fullname.ves" . ) -}}
91   {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}
92 {{- end -}}