Add Tucson POD configuration files

Change-Id: I1b1a55b854ac82cc6efc53906c87671264989a4c
diff --git a/deployment-configs/aether/apps/tucson/accelleran-cbrs-common.yaml b/deployment-configs/aether/apps/tucson/accelleran-cbrs-common.yaml
new file mode 100644
index 0000000..b648370
--- /dev/null
+++ b/deployment-configs/aether/apps/tucson/accelleran-cbrs-common.yaml
@@ -0,0 +1,14 @@
+images:
+  tags:
+    initCU: registry.central.aetherproject.net/aether/pod-init:1.0.0
+    nats: registry.central.aetherproject.net/aether/accelleran-cu-nats:v1.0.0
+    redis: registry.central.aetherproject.net/aether/accelleran-cu-redis:v1.0.0
+    redisClient: registry.central.aetherproject.net/aether/redis:5.0.6-alpine3.10
+    ric: registry.central.aetherproject.net/aether/accelleran-cu-ric:v1.0.0
+    ricWeb: registry.central.aetherproject.net/aether/accelleran-cu-ricweb:v1.0.0
+    depCheck: registry.central.aetherproject.net/aether/kubernetes-entrypoint:v0.3.1
+  pullPolicy: IfNotPresent
+
+config:
+  nats:
+    ip: "10.76.28.13"
diff --git a/deployment-configs/aether/apps/tucson/accelleran-cbrs-cu.yaml b/deployment-configs/aether/apps/tucson/accelleran-cbrs-cu.yaml
new file mode 100644
index 0000000..9b8c723
--- /dev/null
+++ b/deployment-configs/aether/apps/tucson/accelleran-cbrs-cu.yaml
@@ -0,0 +1,14 @@
+images:
+  tags:
+    initCU: registry.central.aetherproject.net/aether/pod-init:1.0.0
+    vranL3: registry.central.aetherproject.net/aether/accelleran-cu-l3-tdd:v1.0.2
+    depCheck: registry.central.aetherproject.net/aether/kubernetes-entrypoint:v0.3.1
+  pullPolicy: IfNotPresent
+
+config:
+  mme:
+    ip: "10.168.0.204"
+  vranL3:
+    plmnId: "130501"
+    instanceId: "onfcell222"
+    tac: 222
diff --git a/deployment-configs/aether/apps/tucson/omec-dp-cni.yaml b/deployment-configs/aether/apps/tucson/omec-dp-cni.yaml
new file mode 100644
index 0000000..2ab82e3
--- /dev/null
+++ b/deployment-configs/aether/apps/tucson/omec-dp-cni.yaml
@@ -0,0 +1,8 @@
+config:
+  sriov:
+    resourceList:
+      vfio:
+        s1uPfNames:
+          - enp216s0f3#0-3
+        sgiPfNames:
+          - enp216s0f3#4-7
diff --git a/deployment-configs/aether/apps/tucson/omec-dp.yaml b/deployment-configs/aether/apps/tucson/omec-dp.yaml
new file mode 100644
index 0000000..b86fc49
--- /dev/null
+++ b/deployment-configs/aether/apps/tucson/omec-dp.yaml
@@ -0,0 +1,29 @@
+images:
+  tags:
+    spgwu: "registry.central.aetherproject.net/ngic-dp:1.1.0"
+  pullPolicy: "IfNotPresent"
+
+nodeSelectors:
+  enabled: true
+  spgwu:
+    label: omec-dp
+    value: enabled
+
+config:
+  spgwu:
+    multiUpfs: true
+    cpComm:
+      addr: "spgwc-headless.omec.svc.product.central"
+    s1u:
+      device: "s1u-net"
+      # NOTE: set different IP for each edge
+      ip: "192.168.251.12/24"
+    sgi:
+      device: "sgi-net"
+      # NOTE: set different IP for each edge
+      ip: "192.168.250.12/24"
+    dpName: "dp-tucson"
+networks:
+  sgi:
+    # NOTE: set correct gateway for each edge
+    gateway: "192.168.250.1"