blob: 1a23935c5736a3628832d28edf157f0de92b0f0a [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 Kim4feaddf2019-11-21 00:05:07 -080045 freqBand: 48
46 earfcnDl: 55990
47 earfcnUl: 55990
48 plmnId: "371211" # 130501 for aether If not, 315010 oldone: 371211
49 ports:
50 s1ap:
51 port: 36412
52 nodePort: 31412
53 protocol: SCTP
54 redis:
Woojoong Kim1dfd4d62020-02-03 21:05:11 -080055 hostName: accelleran-cbrs-redis
Woojoong Kim4feaddf2019-11-21 00:05:07 -080056 ports:
57 redisPort:
58 port: 6379
59 mme:
60 ip: 10.90.0.151
61 s1apPort: 36412