Fixes for ric-aux
[it/dep.git] / ric-common / Common-Template / helm / ric-common / templates / _deploymentname.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 deployment.
20 */}}
21
22
23 {{- define "common.deploymentname.appmgr" -}}
24   {{- $name := ( include "common.fullname.appmgr" . ) -}}
25   {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}}
26 {{- end -}}
27
28 {{- define "common.deploymentname.dbaas" -}}
29   {{- $name := ( include "common.fullname.dbaas" . ) -}}
30   {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}}
31 {{- end -}}
32
33 {{- define "common.deploymentname.e2mgr" -}}
34   {{- $name := ( include "common.fullname.e2mgr" . ) -}}
35   {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}}
36 {{- end -}}
37
38 {{- define "common.deploymentname.e2term" -}}
39   {{- $name := ( include "common.fullname.e2term" . ) -}}
40   {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}}
41 {{- end -}}
42
43 {{- define "common.deploymentname.rtmgr" -}}
44   {{- $name := ( include "common.fullname.rtmgr" . ) -}}
45   {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}}
46 {{- end -}}
47
48 {{- define "common.deploymentname.a1mediator" -}}
49   {{- $name := ( include "common.fullname.a1mediator" . ) -}}
50   {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}}
51 {{- end -}}
52
53
54
55 {{- define "common.deploymentname.nexus" -}}
56   {{- $name := ( include "common.fullname.nexus" . ) -}}
57   {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}}
58 {{- end -}}