blob: 785790aaef960be4c808c07028d04db9a54cc911 [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
Hyunsun Moon07decd42019-08-19 13:59:52 -060015resources:
16 enabled: false
Hyunsun Moon81c8e232019-05-21 03:40:22 -060017
Hyunsun Moon07decd42019-08-19 13:59:52 -060018cassandra:
19 config:
20 cluster_size: 1
21
22config:
Hyunsun Moon81c8e232019-05-21 03:40:22 -060023 sriov:
24 enabled: false
Hyunsun Moon07decd42019-08-19 13:59:52 -060025 spgwu:
26 devices: "--no-pci --vdev eth_af_packet0,iface=s1u-net --vdev eth_af_packet1,iface=sgi-net"
Hyunsun Moon81c8e232019-05-21 03:40:22 -060027 plmn:
28 name: "COMAC Test Network"
29 short_name: "COMAC"
30 mcc: "208"
31 mnc: "01"
32 enb:
33 mme:
34 address: 127.0.0.1
35 networks:
36 s1u:
37 interface: s1u-enb
38 ue:
39 # 1 UE is supported for now
40 name: ue
41 sim:
42 msin: "4567891201"
43 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
44 opc: "d4416644f6154936193433dd20a0ace0"
45 msisdn: "1122334456"
Doyoung Lee9b0973f2019-08-20 14:47:59 -070046
Hyunsun Moon07decd42019-08-19 13:59:52 -060047networks:
48 cniPlugin: simpleovs
49 ipam: static
50
Doyoung Lee9b0973f2019-08-20 14:47:59 -070051# cord-platform values
52etcd-operator:
53 enabled: false
54logging:
55 enabled: false
56nem-monitoring:
57 enabled: true
58
59# comac-platform values
60mcord-setup:
61 enabled: false
62etcd-cluster:
63 enabled: false