EDGEPOD-155 Replace public IPs to private IPs for Aether pod

Change-Id: If3e2f662c9f4f0e9efc4799d8d8f295f514b2bd1
diff --git a/deployment-configs/aether/apps/staging-omec-dp-staging-nokia.yaml b/deployment-configs/aether/apps/staging-omec-dp-staging-nokia.yaml
index 14a96af..7b0296d 100644
--- a/deployment-configs/aether/apps/staging-omec-dp-staging-nokia.yaml
+++ b/deployment-configs/aether/apps/staging-omec-dp-staging-nokia.yaml
@@ -10,11 +10,11 @@
       addr: "spgwc-headless.omec.svc.staging.central"
     s1u:
       device: "s1u-net"
-      ip: "119.0.0.43/24"
+      ip: "192.168.251.43/24"
     sgi:
       device: "sgi-net"
-      ip: "13.1.1.43/24"
+      ip: "192.168.250.43/24"
     dpName: "dp-nokia"
 networks:
   sgi:
-    gateway: "13.1.1.42"
+    gateway: "192.168.250.42"