Woojoong Kim | fdaa773 | 2019-10-08 10:08:25 -0700 | [diff] [blame] | 1 | # Copyright 2018-present Open Networking Foundation |
| 2 | # Copyright 2018 Intel Corporation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | images: |
| 17 | tags: |
| 18 | initCU: docker.io/omecproject/pod-init:1.0.0 |
Woojoong Kim | eb7a439 | 2020-01-15 17:13:22 -0800 | [diff] [blame] | 19 | nats: registry.aether.opennetworking.org/aether/accelleran-cu-nats-b17:v1.0.0 |
| 20 | redis: registry.aether.opennetworking.org/aether/accelleran-cu-redis-b17:v1.0.0 |
| 21 | vranL3: registry.aether.opennetworking.org/aether/accelleran-cu-l3-fdd-b17:v1.0.0 |
Woojoong Kim | fdaa773 | 2019-10-08 10:08:25 -0700 | [diff] [blame] | 22 | pullPolicy: IfNotPresent |
| 23 | |
| 24 | nodeSelectors: |
| 25 | enabled: false |
| 26 | accelleranCU: |
| 27 | label: accelleran-cu |
| 28 | value: enabled |
| 29 | |
| 30 | resources: |
| 31 | enabled: true |
| 32 | accelleranCU: |
| 33 | requests: |
| 34 | cpu: 3 |
| 35 | memory: 1Gi |
| 36 | limits: |
| 37 | cpu: 3 |
| 38 | memory: 1Gi |
| 39 | |
| 40 | config: |
| 41 | vran: |
| 42 | replicas: 1 |
| 43 | socketInterface: eth0 |
| 44 | instId: "enb_key" |
| 45 | ports: |
| 46 | s1ap: |
| 47 | port: 36412 |
Woojoong Kim | fdaa773 | 2019-10-08 10:08:25 -0700 | [diff] [blame] | 48 | nats: |
| 49 | port: 4222 |
| 50 | nodePort: 4222 |
| 51 | redis: |
| 52 | port: 6379 |
| 53 | nodePort: 6379 |
| 54 | nats: |
| 55 | serviceName: "nats-cluster" |
| 56 | ip: 10.90.0.151 |
| 57 | epc: |
| 58 | plmnId: 371211 |
| 59 | mme: |
| 60 | ip: 10.90.0.151 |
| 61 | s1apPort: 36412 |
| 62 | progran: |
| 63 | enabled: false |
| 64 | # ONOS ProgRAN IP address |
| 65 | ip: 10.90.0.151 |
| 66 | port: 30410 |
| 67 | |
| 68 | |