blob: ad1ab652b76661aac76217355ff799bcc145fb38 [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
Doyoung Lee9b0973f2019-08-20 14:47:59 -070015# cord-platform values
16etcd-operator:
17 enabled: false
18logging:
Doyoung Leec7c4b5d2019-09-05 20:53:19 -070019 enabled: true
Doyoung Lee9b0973f2019-08-20 14:47:59 -070020nem-monitoring:
21 enabled: true
22
23# comac-platform values
24mcord-setup:
25 enabled: false
26etcd-cluster:
27 enabled: false
Hyunsun Moon235d47a2019-09-03 15:47:30 -060028
29# cassandra values
30cassandra:
31 config:
32 cluster_size: 1
33 seed_size: 1
34
35resources:
36 enabled: false
37
38networks:
39 cniPlugin: simpleovs
40 ipam: static
41
42config:
43 # omec-data-plane values
44 sriov:
45 enabled: false
46 spgwu:
47 devices: "--no-pci --vdev eth_af_packet0,iface=s1u-net --vdev eth_af_packet1,iface=sgi-net"
48 # omec-control-plane values
49 mme:
50 cfgFiles:
51 config.json:
52 mme:
53 mcc:
54 dig1: 2
55 dig2: 0
56 dig3: 8
57 mnc:
58 dig1: 0
59 dig2: 1
60 dig3: -1
61 hss:
62 bootstrap:
63 users:
64 - imsi: "208014567891201"
65 msisdn: "1122334455"
66 apn: apn1
67 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
68 opc: "d4416644f6154936193433dd20a0ace0"
69 # oaisim values
70 enb:
71 mme:
72 address: 127.0.0.1
73 networks:
74 s1u:
75 interface: s1u-enb
76 plmn:
77 mcc: "208"
78 mnc: "01"
79 mnc_length: 2
80 ue:
81 sim:
82 msin: "4567891201"
83 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
84 opc: "d4416644f6154936193433dd20a0ace0"
85 msisdn: "1122334456"