Woojoong Kim | 67dac6d | 2019-08-02 12:20:31 -0700 | [diff] [blame^] | 1 | --- |
| 2 | # Copyright 2019-present Open Networking Foundation |
| 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 | mme: |
| 17 | nodeport_ip_addr: "10.90.0.152" |
| 18 | port: 36412 |
| 19 | |
| 20 | enb: |
| 21 | socket_interface: eth0 |
| 22 | |
| 23 | cu: |
| 24 | location: remote # {remote: MME - same cluster, local: MME - different cluster} |
| 25 | name: accelleran |
| 26 | type: accelleran |
| 27 | nodeselector: |
| 28 | sriov: netdevice |
| 29 | accelleran: |
| 30 | images: |
| 31 | init: "ngick8stesting/c3po-mmeinit" |
| 32 | nats: "node1:30500/accelleran/vran-nats:20190121" |
| 33 | redis: "node1:30500/accelleran/vran-redis:20190121" |
| 34 | bbu: "node1:30500/accelleran/vran-l3-fdd:onf-dns" |
| 35 | ports: |
| 36 | s1ap: 36412 |
| 37 | s1ap_external: 31412 |
| 38 | replicas: 1 |
| 39 | instid: "enb_key" |
| 40 | nats: |
| 41 | servicename: "nats-cluster" |
| 42 | resources: |
| 43 | cpu: 3 |
| 44 | mem: "1Gi" |
| 45 | |
| 46 | network: |
| 47 | sriov: |
| 48 | enabled: true |
| 49 | etcdurl: http://node1:32379 |
| 50 | f1: |
| 51 | cni_plugin: sriov |
| 52 | ipam: centralip |
| 53 | subnet: 116.0.0.0/24 |
| 54 | gateway: 116.0.0.254 |