blob: 3825a54871d2378842aa8bdf37b4ad9ac374ee28 [file] [log] [blame]
Hyunsun Moon81c8e232019-05-21 03:40:22 -06001# 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
17etcdNodePort: 32379
18clusterSize: 1
19
20# mcord-services values
21hssdb:
22 cpu: 1
23hss:
24 cpu: 0.5
25spgwc:
Hyunsun Moon9f8b5952019-08-13 19:03:47 -060026 image: omecproject/ngic-cp:0.1.0-dev-debug
Hyunsun Moon81c8e232019-05-21 03:40:22 -060027 cpu: 0.5
28spgwu:
29 images:
30 tags:
Hyunsun Moon9f8b5952019-08-13 19:03:47 -060031 spgwu: omecproject/ngic-dp:0.1.0-dev-debug
Hyunsun Moon81c8e232019-05-21 03:40:22 -060032 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"
37mme:
38 type: openmme
39 resources:
40 cpu: 0.5
41network:
42 sriov:
43 enabled: false
44 s1u:
45 cni_plugin: simpleovs
46 ipam: host-local
Hyunsun Moon81c8e232019-05-21 03:40:22 -060047 sgi:
48 cni_plugin: simpleovs
49 ipam: host-local
Hyunsun Moon81c8e232019-05-21 03:40:22 -060050
51# oaisim values
52conf:
53 plmn:
54 name: "COMAC Test Network"
55 short_name: "COMAC"
56 mcc: "208"
57 mnc: "01"
58 enb:
59 mme:
60 address: 127.0.0.1
61 networks:
62 s1u:
63 interface: s1u-enb
64 ue:
65 # 1 UE is supported for now
66 name: ue
67 sim:
68 msin: "4567891201"
69 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
70 opc: "d4416644f6154936193433dd20a0ace0"
71 msisdn: "1122334456"