blob: 54d6a3fead19659796c86141ba92012757b614f3 [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
Hyunsun Moon235d47a2019-09-03 15:47:30 -060041config:
Hyunsun Moon235d47a2019-09-03 15:47:30 -060042 spgwu:
Hyunsun Moon534c7962020-06-21 20:40:43 -050043 mode: "af_packet"
44 name: "oaisim"
45 sriov:
46 enabled: false
47 hugepage:
48 enabled: false
49 cniPlugin: simpleovs
50 ipam: static
Hyunsun Moon235d47a2019-09-03 15:47:30 -060051 mme:
52 cfgFiles:
53 config.json:
54 mme:
55 mcc:
56 dig1: 2
57 dig2: 0
58 dig3: 8
59 mnc:
60 dig1: 0
61 dig2: 1
62 dig3: -1
63 hss:
64 bootstrap:
Hyunsun Moon4bbf18d2020-03-05 13:03:55 -080065 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
66 opc: "d4416644f6154936193433dd20a0ace0"
Hyunsun Moon235d47a2019-09-03 15:47:30 -060067 users:
Hyunsun Moon4bbf18d2020-03-05 13:03:55 -080068 - imsiStart: "208014567891201"
69 msisdnStart: "1122334455"
70 count: 10
Hyunsun Moon235d47a2019-09-03 15:47:30 -060071 # oaisim values
72 enb:
73 mme:
74 address: 127.0.0.1
75 networks:
76 s1u:
Hyunsun Moon534c7962020-06-21 20:40:43 -050077 interface: enb
Hyunsun Moon235d47a2019-09-03 15:47:30 -060078 plmn:
79 mcc: "208"
80 mnc: "01"
81 mnc_length: 2
82 ue:
83 sim:
84 msin: "4567891201"
85 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
86 opc: "d4416644f6154936193433dd20a0ace0"
87 msisdn: "1122334456"