blob: f163291371258bf436115e5d0ecf0545edca5519 [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
Hyunsun Moondea5dbd2019-10-24 20:24:38 -050023# comac values
24seba-services:
Doyoung Lee9b0973f2019-08-20 14:47:59 -070025 enabled: false
Hyunsun Moondea5dbd2019-10-24 20:24:38 -050026mcord-services:
27 fabric:
28 enabled: false
29 progran:
30 enabled: false
Hyunsun Moon235d47a2019-09-03 15:47:30 -060031
32# cassandra values
33cassandra:
34 config:
35 cluster_size: 1
36 seed_size: 1
37
38resources:
39 enabled: false
40
41networks:
42 cniPlugin: simpleovs
43 ipam: static
44
45config:
46 # omec-data-plane values
47 sriov:
48 enabled: false
Hyunsun Moon7c4ace52020-01-07 14:42:28 -060049 spgwc:
50 multiUpfs: false
Hyunsun Moon235d47a2019-09-03 15:47:30 -060051 spgwu:
Hyunsun Moon7c4ace52020-01-07 14:42:28 -060052 multiUpfs: false
Hyunsun Moon235d47a2019-09-03 15:47:30 -060053 devices: "--no-pci --vdev eth_af_packet0,iface=s1u-net --vdev eth_af_packet1,iface=sgi-net"
54 # omec-control-plane values
55 mme:
56 cfgFiles:
57 config.json:
58 mme:
59 mcc:
60 dig1: 2
61 dig2: 0
62 dig3: 8
63 mnc:
64 dig1: 0
65 dig2: 1
66 dig3: -1
67 hss:
68 bootstrap:
Hyunsun Moon4bbf18d2020-03-05 13:03:55 -080069 apn: apn1
70 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
71 opc: "d4416644f6154936193433dd20a0ace0"
72 sqn: 96
Hyunsun Moon235d47a2019-09-03 15:47:30 -060073 users:
Hyunsun Moon4bbf18d2020-03-05 13:03:55 -080074 - imsiStart: "208014567891201"
75 msisdnStart: "1122334455"
76 count: 10
Hyunsun Moon235d47a2019-09-03 15:47:30 -060077 # oaisim values
78 enb:
79 mme:
80 address: 127.0.0.1
81 networks:
82 s1u:
83 interface: s1u-enb
84 plmn:
85 mcc: "208"
86 mnc: "01"
87 mnc_length: 2
88 ue:
89 sim:
90 msin: "4567891201"
91 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
92 opc: "d4416644f6154936193433dd20a0ace0"
93 msisdn: "1122334456"