Extend K8S and RIC installation instructions
[it/dep.git] / ric-common / Common-Template / helm / ric-common / templates / _serviceaccountname.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 serviceaccount
20 */}}
21
22
23 {{- define "common.serviceaccountname.appmgr" -}}
24   {{- $name := ( include "common.fullname.appmgr" . ) -}}
25   {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}
26 {{- end -}}
27
28 {{- define "common.serviceaccountname.dbaas" -}}
29   {{- $name := ( include "common.fullname.dbaas" . ) -}}
30   {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}
31 {{- end -}}
32
33 {{- define "common.serviceaccountname.e2mgr" -}}
34   {{- $name := ( include "common.fullname.e2mgr" . ) -}}
35   {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}
36 {{- end -}}
37
38
39 {{- define "common.serviceaccountname.rsm" -}}
40   {{- $name := ( include "common.fullname.rsm" . ) -}}
41   {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}
42 {{- end -}}
43
44 {{- define "common.serviceaccountname.rtmgr" -}}
45   {{- $name := ( include "common.fullname.rtmgr" . ) -}}
46   {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}
47 {{- end -}}
48
49 {{- define "common.serviceaccountname.a1mediator" -}}
50   {{- $name := ( include "common.fullname.a1mediator" . ) -}}
51   {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}
52 {{- end -}}
53
54 {{- define "common.serviceaccountname.nexus" -}}
55   {{- $name := ( include "common.fullname.nexus" . ) -}}
56   {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}
57 {{- end -}}
58
59 {{- define "common.serviceaccountname.chartmuseum" -}}
60   {{- $name := ( include "common.fullname.chartmuseum" . ) -}}
61   {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}
62 {{- end -}}
63
64 {{- define "common.serviceaccountname.dashboard" -}}
65   {{- $name := ( include "common.fullname.dashboard" . ) -}}
66   {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}
67 {{- end -}}
68
69 {{- define "common.serviceaccountname.messagerouter" -}}
70   {{- $name := ( include "common.fullname.messagerouter" . ) -}}
71   {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}
72 {{- end -}}
73
74 {{- define "common.serviceaccountname.ves" -}}
75   {{- $name := ( include "common.fullname.ves" . ) -}}
76   {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}
77 {{- end -}}