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. |
Woojoong Kim | 90397c5 | 2019-08-28 17:49:45 -0700 | [diff] [blame] | 15 | epc: |
| 16 | config: |
| 17 | plmnid: 371211 |
Woojoong Kim | 67dac6d | 2019-08-02 12:20:31 -0700 | [diff] [blame] | 18 | |
| 19 | mme: |
Woojoong Kim | e0c94a8 | 2019-08-27 10:27:27 -0700 | [diff] [blame] | 20 | nodeport_ip_addr: "10.90.0.132" |
Woojoong Kim | 67dac6d | 2019-08-02 12:20:31 -0700 | [diff] [blame] | 21 | port: 36412 |
| 22 | |
| 23 | enb: |
| 24 | socket_interface: eth0 |
| 25 | |
| 26 | cu: |
| 27 | location: remote # {remote: MME - same cluster, local: MME - different cluster} |
| 28 | name: accelleran |
| 29 | type: accelleran |
Woojoong Kim | 67dac6d | 2019-08-02 12:20:31 -0700 | [diff] [blame] | 30 | accelleran: |
Woojoong Kim | d5caad6 | 2019-08-28 19:13:27 -0700 | [diff] [blame] | 31 | node_ip: 10.90.0.131 |
Woojoong Kim | 67dac6d | 2019-08-02 12:20:31 -0700 | [diff] [blame] | 32 | images: |
| 33 | init: "ngick8stesting/c3po-mmeinit" |
| 34 | nats: "node1:30500/accelleran/vran-nats:20190121" |
| 35 | redis: "node1:30500/accelleran/vran-redis:20190121" |
| 36 | bbu: "node1:30500/accelleran/vran-l3-fdd:onf-dns" |
| 37 | ports: |
| 38 | s1ap: 36412 |
| 39 | s1ap_external: 31412 |
Woojoong Kim | d5caad6 | 2019-08-28 19:13:27 -0700 | [diff] [blame] | 40 | nats: 4222 |
| 41 | nats_external: 4222 |
| 42 | redis: 6379 |
| 43 | redis_external: 6379 |
Woojoong Kim | 67dac6d | 2019-08-02 12:20:31 -0700 | [diff] [blame] | 44 | replicas: 1 |
| 45 | instid: "enb_key" |
| 46 | nats: |
| 47 | servicename: "nats-cluster" |
| 48 | resources: |
| 49 | cpu: 3 |
| 50 | mem: "1Gi" |
Woojoong Kim | e0c94a8 | 2019-08-27 10:27:27 -0700 | [diff] [blame] | 51 | progran: |
| 52 | enabled: false |
| 53 | ip: "10.90.0.132" |
| 54 | port: 30410 |