Updates on deployment configs for Aether
Change-Id: If63e345bbd1e6789b8cce0ef94cbcabe79000351
diff --git a/deployment-configs/aether/apps/menlo-stg/omec-dp.yaml b/deployment-configs/aether/apps/menlo-stg/omec-dp.yaml
new file mode 100644
index 0000000..f069c0a
--- /dev/null
+++ b/deployment-configs/aether/apps/menlo-stg/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.staging.central"
+ s1u:
+ device: "s1u-net"
+ # NOTE: set different IP for each edge
+ ip: "192.168.251.7/24"
+ sgi:
+ device: "sgi-net"
+ # NOTE: set different IP for each edge
+ ip: "192.168.250.7/24"
+ dpName: "dp-staging"
+networks:
+ sgi:
+ # NOTE: set correct gateway for each edge
+ gateway: "192.168.250.1"