Add pod configs for NTT edge

Change-Id: I04057c8f13aa9b9069190644ef8edfcc17df980a
diff --git a/deployment-configs/aether/apps/ntt/omec-dp-cni.yaml b/deployment-configs/aether/apps/ntt/omec-dp-cni.yaml
new file mode 100644
index 0000000..6f4a8ac
--- /dev/null
+++ b/deployment-configs/aether/apps/ntt/omec-dp-cni.yaml
@@ -0,0 +1,8 @@
+config:
+  sriov:
+    resourceList:
+      vfio:
+        s1uPfNames:
+          - ens5f0#0-3
+        sgiPfNames:
+          - ens5f0#4-7
diff --git a/deployment-configs/aether/apps/ntt/omec-dp.yaml b/deployment-configs/aether/apps/ntt/omec-dp.yaml
new file mode 100644
index 0000000..f02935f
--- /dev/null
+++ b/deployment-configs/aether/apps/ntt/omec-dp.yaml
@@ -0,0 +1,23 @@
+images:
+  tags:
+    spgwu: "registry.central.aetherproject.net/ngic-dp:ntt-native-debug"
+  pullPolicy: "IfNotPresent"
+
+nodeSelectors:
+  enabled: false
+
+config:
+  spgwu:
+    multiUpfs: true
+    cpComm:
+      addr: "spgwc-headless.omec.svc.product.central"
+    s1u:
+      device: "s1u-net"
+      ip: "10.155.10.254/24"
+    sgi:
+      device: "sgi-net"
+      ip: "10.155.0.254/24"
+    dpName: "dp-ntt"
+networks:
+  sgi:
+    gateway: "10.155.0.1"
diff --git a/deployment-configs/aether/apps/ntt/omec-upf.yaml b/deployment-configs/aether/apps/ntt/omec-upf.yaml
new file mode 100644
index 0000000..18460b4
--- /dev/null
+++ b/deployment-configs/aether/apps/ntt/omec-upf.yaml
@@ -0,0 +1,33 @@
+images:
+  tags:
+    bess: "registry.central.aetherproject.net/upf-epc-bess:ntt-native"
+    cpiface: "registry.central.aetherproject.net/upf-epc-cpiface:ntt-native"
+  pullPolicy: "IfNotPresent"
+
+nodeSelectors:
+  enabled: false
+
+config:
+  spgwu:
+    name: "dp-ntt"
+    s1u:
+      device: "s1u"
+      ip: "10.155.10.254/24"
+    sgi:
+      device: "sgi"
+      ip: "10.155.0.254/24"
+    zmq:
+      spgwc:
+        addr: "spgwc-headless.omec.svc.product.central"
+
+networks:
+  enb:
+    subnet: "10.0.0.0/24"
+  ue:
+    subnet: "10.250.0.0/16"
+  sgi:
+    subnet: "10.155.0.0/24"
+    gateway: "10.155.0.1"
+  s1u:
+    subnet: "10.155.10.0/24"
+    gateway: "10.155.10.1"