Add Tucson edge configuration

Change-Id: I99775507ff9d54b19f33234eccf3c648f2cb024f
diff --git a/deployment-configs/aether/apps/tucson/accelleran-cbrs-common.yaml b/deployment-configs/aether/apps/tucson/accelleran-cbrs-common.yaml
index b648370..0e3cd2d 100644
--- a/deployment-configs/aether/apps/tucson/accelleran-cbrs-common.yaml
+++ b/deployment-configs/aether/apps/tucson/accelleran-cbrs-common.yaml
@@ -11,4 +11,4 @@
 
 config:
   nats:
-    ip: "10.76.28.13"
+    ip: "10.76.28.13"
\ No newline at end of file
diff --git a/deployment-configs/aether/apps/tucson/accelleran-cbrs-cu.yaml b/deployment-configs/aether/apps/tucson/accelleran-cbrs-cu.yaml
index 9b8c723..fa8b6e6 100644
--- a/deployment-configs/aether/apps/tucson/accelleran-cbrs-cu.yaml
+++ b/deployment-configs/aether/apps/tucson/accelleran-cbrs-cu.yaml
@@ -7,8 +7,8 @@
 
 config:
   mme:
-    ip: "10.168.0.204"
+    ip: "35.235.67.169"
   vranL3:
     plmnId: "130501"
     instanceId: "onfcell222"
-    tac: 222
+    tac: 222
\ No newline at end of file
diff --git a/deployment-configs/aether/apps/tucson/omec-dp-cni.yaml b/deployment-configs/aether/apps/tucson/omec-dp-cni.yaml
index 2ab82e3..af89acb 100644
--- a/deployment-configs/aether/apps/tucson/omec-dp-cni.yaml
+++ b/deployment-configs/aether/apps/tucson/omec-dp-cni.yaml
@@ -5,4 +5,4 @@
         s1uPfNames:
           - enp216s0f3#0-3
         sgiPfNames:
-          - enp216s0f3#4-7
+          - enp216s0f3#4-7
\ No newline at end of file
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