blob: 3824748c5c2c1e513f484ce0976a2e4f94d2637d [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
Woojoong Kim67dac6d2019-08-02 12:20:31 -070030 accelleran:
Woojoong Kimd5caad62019-08-28 19:13:27 -070031 node_ip: 10.90.0.131
Woojoong Kim67dac6d2019-08-02 12:20:31 -070032 images:
33 init: "ngick8stesting/c3po-mmeinit"
34 nats: "node1:30500/accelleran/vran-nats:20190121"
35 redis: "node1:30500/accelleran/vran-redis:20190121"
36 bbu: "node1:30500/accelleran/vran-l3-fdd:onf-dns"
37 ports:
38 s1ap: 36412
39 s1ap_external: 31412
Woojoong Kimd5caad62019-08-28 19:13:27 -070040 nats: 4222
41 nats_external: 4222
42 redis: 6379
43 redis_external: 6379
Woojoong Kim67dac6d2019-08-02 12:20:31 -070044 replicas: 1
45 instid: "enb_key"
46 nats:
47 servicename: "nats-cluster"
48 resources:
49 cpu: 3
50 mem: "1Gi"
Woojoong Kime0c94a82019-08-27 10:27:27 -070051 progran:
52 enabled: false
53 ip: "10.90.0.132"
54 port: 30410