Hyunsun Moon | 81c8e23 | 2019-05-21 03:40:22 -0600 | [diff] [blame^] | 1 | # Copyright 2019-present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | --- |
| 16 | # etcd-cluster |
| 17 | etcdNodePort: 32379 |
| 18 | clusterSize: 1 |
| 19 | |
| 20 | # mcord-services values |
| 21 | hssdb: |
| 22 | cpu: 1 |
| 23 | hss: |
| 24 | cpu: 0.5 |
| 25 | spgwc: |
| 26 | image: omecproject/ngic-cp:0.1.0-debug |
| 27 | cpu: 0.5 |
| 28 | spgwu: |
| 29 | images: |
| 30 | tags: |
| 31 | spgwu: omecproject/ngic-dp:0.1.0-debug |
| 32 | resources: |
| 33 | cpu: 1 |
| 34 | conf: |
| 35 | dp: |
| 36 | devices: "--no-pci --vdev eth_af_packet0,iface=s1u-net --vdev eth_af_packet1,iface=sgi-net" |
| 37 | mme: |
| 38 | type: openmme |
| 39 | resources: |
| 40 | cpu: 0.5 |
| 41 | network: |
| 42 | sriov: |
| 43 | enabled: false |
| 44 | s1u: |
| 45 | cni_plugin: simpleovs |
| 46 | ipam: host-local |
| 47 | static_arp: |
| 48 | - ip: 119.0.0.253 |
| 49 | mac: 0a:00:00:00:00:01 |
| 50 | sgi: |
| 51 | cni_plugin: simpleovs |
| 52 | ipam: host-local |
| 53 | static_arp: |
| 54 | - ip: 13.1.1.254 |
| 55 | mac: 0e:00:00:00:00:01 |
| 56 | |
| 57 | # oaisim values |
| 58 | conf: |
| 59 | plmn: |
| 60 | name: "COMAC Test Network" |
| 61 | short_name: "COMAC" |
| 62 | mcc: "208" |
| 63 | mnc: "01" |
| 64 | enb: |
| 65 | mme: |
| 66 | address: 127.0.0.1 |
| 67 | networks: |
| 68 | s1u: |
| 69 | interface: s1u-enb |
| 70 | ue: |
| 71 | # 1 UE is supported for now |
| 72 | name: ue |
| 73 | sim: |
| 74 | msin: "4567891201" |
| 75 | api_key: "465b5ce8b199b49faa5f0a2ee238a6bc" |
| 76 | opc: "d4416644f6154936193433dd20a0ace0" |
| 77 | msisdn: "1122334456" |