blob: 96d5c1afa73cbf5cd2e4d9dae4f151a04af509f3 [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:
69 users:
70 - imsi: "208014567891201"
71 msisdn: "1122334455"
72 apn: apn1
73 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
74 opc: "d4416644f6154936193433dd20a0ace0"
Hyunsun Moon9cbd3ea2019-10-17 18:19:21 -060075 sqn: 96
Hyunsun Moon235d47a2019-09-03 15:47:30 -060076 # oaisim values
77 enb:
78 mme:
79 address: 127.0.0.1
80 networks:
81 s1u:
82 interface: s1u-enb
83 plmn:
84 mcc: "208"
85 mnc: "01"
86 mnc_length: 2
87 ue:
88 sim:
89 msin: "4567891201"
90 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
91 opc: "d4416644f6154936193433dd20a0ace0"
92 msisdn: "1122334456"