blob: 30b9950beda361c646b7023034c907091a2089b1 [file] [log] [blame]
Zhe Huang38dc8572019-12-08 00:01:26 -05001################################################################################
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
18common:
19 k8sAPIHost: https://kubernetes.default.svc.cluster.local/
20 tillers:
21 ricxapp:
22 name: ricxapp
23 nameSpace: ricxapp
24 deployNameSpace: ricinfra
25 imagePullPolicy: IfNotPresent
26 image:
27 tillerTLSSecrets:
28 registry: nexus3.o-ran-sc.org:10002/o-ran-sc
29 name: it-dep-secret
30 tag: 0.0.2
31 tiller:
32 registry: gcr.io
33 name: kubernetes-helm/tiller
34 tag: v2.12.3
35 secret:
36 create: true
37 tillerSecretName: ricxapp-tiller-secret
38 helmSecretName: ricxapp-helm-secret
39 tls:
40 authenticate: true
41 verify: true
42 serviceAccount:
43 name: tiller
44 role:
45 - apiGroups: [""]
46 resources: ["pods", "configmaps", "services"]
47 verbs: ["get", "list", "create", "delete"]
48 - apiGroups: ["extensions", "apps"]
49 resources: ["deployments"]
50 verbs: ["get", "list", "create", "delete"]
51
52
53
54
55appmgr:
56 imagePullPolicy: IfNotPresent
57 image:
58 # xAppmanager Docker image name and tag
59 init:
60 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
61 name: it-dep-init
62 tag: 0.0.1
63 appmgr:
64 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
65 name: ric-plt-appmgr
66 tag: 0.2.0
Zhe Huang38dc8572019-12-08 00:01:26 -050067
68
69
70 # This section describes xAppManager
71 replicaCount: 1
72
73 reponame: "helm-repo"
74 #repoUserName: ""
75 #repoPassword: ""
76 #repoUrl: ""
77
78
79 # Service ports are now defined in
80 # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.
81 # If need to change a service port, make the code change necessary, then
82 # update the _ports.tpl file with the new port number.
83
84 # config
85 # Path referred in xapp-manager for retrieving configuration details
86 appconfigpath: /opt/ric/config
87
88
89 # secret
90 # Path referred in xapp-manager for retrieving helm repo secrets
91 appsecretpath: /opt/ric/secret
92
93
94 # certificates
95 # Path referred in xapp-manager for retrieving helm repo client certificates
96 appcertpath: /opt/ric/certificates
97
98 tillerkey: "ricxapp"