blob: b3e53022a5c70358723382d9647a2f0c111240cd [file] [log] [blame]
Woojoong Kim67dac6d2019-08-02 12:20:31 -07001---
2# Copyright 2019-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16mme:
Woojoong Kime0c94a82019-08-27 10:27:27 -070017 nodeport_ip_addr: "10.90.0.132"
Woojoong Kim67dac6d2019-08-02 12:20:31 -070018 port: 36412
19
20enb:
21 socket_interface: eth0
22
23cu:
24 location: remote # {remote: MME - same cluster, local: MME - different cluster}
25 name: accelleran
26 type: accelleran
27 nodeselector:
28 sriov: netdevice
29 accelleran:
30 images:
31 init: "ngick8stesting/c3po-mmeinit"
32 nats: "node1:30500/accelleran/vran-nats:20190121"
33 redis: "node1:30500/accelleran/vran-redis:20190121"
34 bbu: "node1:30500/accelleran/vran-l3-fdd:onf-dns"
35 ports:
36 s1ap: 36412
37 s1ap_external: 31412
38 replicas: 1
39 instid: "enb_key"
40 nats:
41 servicename: "nats-cluster"
42 resources:
43 cpu: 3
44 mem: "1Gi"
Woojoong Kime0c94a82019-08-27 10:27:27 -070045 progran:
46 enabled: false
47 ip: "10.90.0.132"
48 port: 30410
Woojoong Kim67dac6d2019-08-02 12:20:31 -070049
50network:
51 sriov:
52 enabled: true
53 etcdurl: http://node1:32379
54 f1:
55 cni_plugin: sriov
56 ipam: centralip
57 subnet: 116.0.0.0/24
58 gateway: 116.0.0.254