blob: d08532662f347bc8a8519194b36bda4648f07681 [file] [log] [blame]
Jeremy Ronquillo223db002020-06-05 10:28:22 -07001# Copyright 2019-present Open Networking Foundation
2#
Jeremy Ronquillo6046ce32020-06-18 11:06:29 -07003# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
Jeremy Ronquillo223db002020-06-05 10:28:22 -07004
5images:
6 tags:
7 initCU: docker.io/omecproject/pod-init:1.0.0
Hyunsun Moon8da17882020-10-14 21:28:44 -05008 vranL3: registry.aetherproject.org/accelleran/accelleran-cu-l3-tdd:v1.0.2
Jeremy Ronquillo223db002020-06-05 10:28:22 -07009 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
10 pullPolicy: IfNotPresent
Hyunsun Moon8da17882020-10-14 21:28:44 -050011 credentials: {}
12 # If specified, use this credential to access the image
13 # registry:
14 # username:
15 # password:
Jeremy Ronquillo223db002020-06-05 10:28:22 -070016
17nodeSelectors:
18 enabled: false
19 accelleranCBRSCU:
20 label: accelleran-cbrs-cu
21 value: enabled
22
23resources:
24 enabled: true
25 accelleranCBRSCU:
26 requests:
27 cpu: 3
28 memory: 1Gi
29 limits:
30 cpu: 3
31 memory: 1Gi
32
33config:
34 vranL3:
35 zlogConf:
36 bufferMin: 64K
37 bufferMax: 64K
38 instanceId: onfcell202 # Cell ID -- Unique value for each L2/DU-L3/CU pair, no capital and special character
39 tac: 202
40 enbId: 1
41 freqBand: 48
42 earfcnDl: 55990
43 earfcnUl: 55990
44 plmnId: "371211" # 130501 for aether If not, 315010 oldone: 371211
45 ports:
46 s1ap:
47 port: 36412
48 nodePort: 31412
49 protocol: SCTP
50 redis:
51 hostName: accelleran-cbrs-redis
52 ports:
53 redisPort:
54 port: 6379
55 mme:
56 ip: 10.90.0.151
57 s1apPort: 36412