Add Tucson edge configuration
Change-Id: I99775507ff9d54b19f33234eccf3c648f2cb024f
diff --git a/deployment-configs/aether/apps/tucson/omec-upf.yaml b/deployment-configs/aether/apps/tucson/omec-upf.yaml
new file mode 100644
index 0000000..13e7096
--- /dev/null
+++ b/deployment-configs/aether/apps/tucson/omec-upf.yaml
@@ -0,0 +1,30 @@
+images:
+ tags:
+ bess: "registry.central.aetherproject.net/upf-epc-bess:0.1.0-tucson"
+ cpiface: "registry.central.aetherproject.net/upf-epc-cpiface:0.1.0-tucson"
+ pullPolicy: "IfNotPresent"
+nodeSelectors:
+ enabled: false
+config:
+ spgwu:
+ name: "dp-tucson"
+ s1u:
+ device: "s1u"
+ ip: "192.168.252.12/24"
+ sgi:
+ device: "sgi"
+ ip: "192.168.250.12/24"
+ zmq:
+ spgwc:
+ addr: "spgwc-headless.omec.svc.product.central"
+networks:
+ enb:
+ subnet: "192.168.251.0/24"
+ ue:
+ subnet: "10.250.0.0/16"
+ sgi:
+ subnet: "192.168.250.0/24"
+ gateway: "192.168.250.1"
+ s1u:
+ subnet: "192.168.252.0/24"
+ gateway: "192.168.252.1"
\ No newline at end of file