blob: 6f7d41a1fb15804f120bbf792fd608071167be9e [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.
Woojoong Kim90397c52019-08-28 17:49:45 -070015epc:
16 config:
17 plmnid: 371211
Woojoong Kim67dac6d2019-08-02 12:20:31 -070018
19mme:
Woojoong Kime0c94a82019-08-27 10:27:27 -070020 nodeport_ip_addr: "10.90.0.132"
Woojoong Kim67dac6d2019-08-02 12:20:31 -070021 port: 36412
22
23enb:
24 socket_interface: eth0
25
26cu:
27 location: remote # {remote: MME - same cluster, local: MME - different cluster}
28 name: accelleran
29 type: accelleran
30 nodeselector:
31 sriov: netdevice
32 accelleran:
Woojoong Kim90397c52019-08-28 17:49:45 -070033 ips: 116.0.0.3/24
34 interface: f1-net-cu
Woojoong Kim67dac6d2019-08-02 12:20:31 -070035 images:
36 init: "ngick8stesting/c3po-mmeinit"
37 nats: "node1:30500/accelleran/vran-nats:20190121"
38 redis: "node1:30500/accelleran/vran-redis:20190121"
39 bbu: "node1:30500/accelleran/vran-l3-fdd:onf-dns"
40 ports:
41 s1ap: 36412
42 s1ap_external: 31412
43 replicas: 1
44 instid: "enb_key"
45 nats:
46 servicename: "nats-cluster"
47 resources:
48 cpu: 3
49 mem: "1Gi"
Woojoong Kime0c94a82019-08-27 10:27:27 -070050 progran:
51 enabled: false
52 ip: "10.90.0.132"
53 port: 30410
Woojoong Kim67dac6d2019-08-02 12:20:31 -070054
55network:
56 sriov:
57 enabled: true
58 etcdurl: http://node1:32379
59 f1:
60 cni_plugin: sriov
Woojoong Kim90397c52019-08-28 17:49:45 -070061 ipam: static
Woojoong Kim67dac6d2019-08-02 12:20:31 -070062 subnet: 116.0.0.0/24
63 gateway: 116.0.0.254