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 |
| 19 | nats: node1:30500/accelleran/vran-nats:20190121 |
| 20 | redis: node1:30500/accelleran/vran-redis:20190121 |
| 21 | vranL3: node1:30500/accelleran/vran-l3-fdd:onf-dns |
| 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 |
| 48 | nodePort: 31412 |
| 49 | nats: |
| 50 | port: 4222 |
| 51 | nodePort: 4222 |
| 52 | redis: |
| 53 | port: 6379 |
| 54 | nodePort: 6379 |
| 55 | nats: |
| 56 | serviceName: "nats-cluster" |
| 57 | ip: 10.90.0.151 |
| 58 | epc: |
| 59 | plmnId: 371211 |
| 60 | mme: |
| 61 | ip: 10.90.0.151 |
| 62 | s1apPort: 36412 |
| 63 | progran: |
| 64 | enabled: false |
| 65 | # ONOS ProgRAN IP address |
| 66 | ip: 10.90.0.151 |
| 67 | port: 30410 |
| 68 | |
| 69 | |