Woojoong Kim | 4feaddf | 2019-11-21 00:05:07 -0800 | [diff] [blame] | 1 | # 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 | |
| 15 | images: |
| 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 | |
| 22 | nodeSelectors: |
| 23 | enabled: false |
| 24 | accelleranCBRSCU: |
| 25 | label: accelleran-cbrs-cu |
| 26 | value: enabled |
| 27 | |
| 28 | resources: |
| 29 | enabled: true |
| 30 | accelleranCBRSCU: |
| 31 | requests: |
| 32 | cpu: 3 |
| 33 | memory: 1Gi |
| 34 | limits: |
| 35 | cpu: 3 |
| 36 | memory: 1Gi |
| 37 | |
| 38 | config: |
| 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 Kim | 16aab89 | 2019-12-17 14:49:40 -0800 | [diff] [blame] | 44 | tac: 202 |
Woojoong Kim | 4feaddf | 2019-11-21 00:05:07 -0800 | [diff] [blame] | 45 | 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: |
| 55 | ports: |
| 56 | redisPort: |
| 57 | port: 6379 |
| 58 | mme: |
| 59 | ip: 10.90.0.151 |
| 60 | s1apPort: 36412 |