blob: 18460b40b91bbe7d48457b1073a427d96d185958 [file] [log] [blame]
Hyunsun Moone046ad92020-04-17 11:23:23 -07001images:
2 tags:
3 bess: "registry.central.aetherproject.net/upf-epc-bess:ntt-native"
4 cpiface: "registry.central.aetherproject.net/upf-epc-cpiface:ntt-native"
5 pullPolicy: "IfNotPresent"
6
7nodeSelectors:
8 enabled: false
9
10config:
11 spgwu:
12 name: "dp-ntt"
13 s1u:
14 device: "s1u"
15 ip: "10.155.10.254/24"
16 sgi:
17 device: "sgi"
18 ip: "10.155.0.254/24"
19 zmq:
20 spgwc:
21 addr: "spgwc-headless.omec.svc.product.central"
22
23networks:
24 enb:
25 subnet: "10.0.0.0/24"
26 ue:
27 subnet: "10.250.0.0/16"
28 sgi:
29 subnet: "10.155.0.0/24"
30 gateway: "10.155.0.1"
31 s1u:
32 subnet: "10.155.10.0/24"
33 gateway: "10.155.10.1"