| # Copyright 2018-present Open Networking Foundation |
| # Copyright 2018 Intel Corporation |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| images: |
| tags: |
| initCU: docker.io/omecproject/pod-init:1.0.0 |
| nats: registry.aether.opennetworking.org/aether/accelleran-cu-nats-b17:v1.0.0 |
| redis: registry.aether.opennetworking.org/aether/accelleran-cu-redis-b17:v1.0.0 |
| vranL3: registry.aether.opennetworking.org/aether/accelleran-cu-l3-fdd-b17:v1.0.0 |
| pullPolicy: IfNotPresent |
| |
| nodeSelectors: |
| enabled: false |
| accelleranCU: |
| label: accelleran-cu |
| value: enabled |
| |
| resources: |
| enabled: true |
| accelleranCU: |
| requests: |
| cpu: 3 |
| memory: 1Gi |
| limits: |
| cpu: 3 |
| memory: 1Gi |
| |
| config: |
| vran: |
| replicas: 1 |
| socketInterface: eth0 |
| instId: "enb_key" |
| ports: |
| s1ap: |
| port: 36412 |
| nats: |
| port: 4222 |
| nodePort: 4222 |
| redis: |
| port: 6379 |
| nodePort: 6379 |
| nats: |
| serviceName: "nats-cluster" |
| ip: 10.90.0.151 |
| epc: |
| plmnId: 371211 |
| mme: |
| ip: 10.90.0.151 |
| s1apPort: 36412 |
| progran: |
| enabled: false |
| # ONOS ProgRAN IP address |
| ip: 10.90.0.151 |
| port: 30410 |
| |
| |