blob: 25a228bab09c3646fc01ebdfa328be7690489fec [file] [log] [blame]
Woojoong Kim4feaddf2019-11-21 00:05:07 -08001# Copyright 2019-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15images:
16 tags:
17 initCU: docker.io/omecproject/pod-init:1.0.0
18 vranL3: registry.aether.opennetworking.org/aether/accelleran-cu-l3-tdd:v1.0.2
19 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
20 pullPolicy: IfNotPresent
21
22nodeSelectors:
23 enabled: false
24 accelleranCBRSCU:
25 label: accelleran-cbrs-cu
26 value: enabled
27
28resources:
29 enabled: true
30 accelleranCBRSCU:
31 requests:
32 cpu: 3
33 memory: 1Gi
34 limits:
35 cpu: 3
36 memory: 1Gi
37
38config:
39 vranL3:
40 zlogConf:
41 bufferMin: 64K
42 bufferMax: 64K
43 instanceId: onfcell202 # Cell ID -- Unique value for each L2/DU-L3/CU pair, no capital and special character
Woojoong Kim16aab892019-12-17 14:49:40 -080044 tac: 202
Woojoong Kim76921582020-05-21 10:38:17 -070045 enbId: 1
Woojoong Kim4feaddf2019-11-21 00:05:07 -080046 freqBand: 48
47 earfcnDl: 55990
48 earfcnUl: 55990
49 plmnId: "371211" # 130501 for aether If not, 315010 oldone: 371211
50 ports:
51 s1ap:
52 port: 36412
53 nodePort: 31412
54 protocol: SCTP
55 redis:
Woojoong Kim1dfd4d62020-02-03 21:05:11 -080056 hostName: accelleran-cbrs-redis
Woojoong Kim4feaddf2019-11-21 00:05:07 -080057 ports:
58 redisPort:
59 port: 6379
60 mme:
61 ip: 10.90.0.151
62 s1apPort: 36412