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

Change-Id: If3e2f662c9f4f0e9efc4799d8d8f295f514b2bd1
diff --git a/deployment-configs/aether/apps/production-omec-dp-mwc-cbrs.yaml b/deployment-configs/aether/apps/production-omec-dp-mwc-cbrs.yaml
index febe7c0..d2cb5bb 100644
--- a/deployment-configs/aether/apps/production-omec-dp-mwc-cbrs.yaml
+++ b/deployment-configs/aether/apps/production-omec-dp-mwc-cbrs.yaml
@@ -17,13 +17,13 @@
     s1u:
       device: "s1u-net"
       # NOTE: set different IP for each edge
-      ip: "119.0.0.3/24"
+      ip: "192.168.251.3/24"
     sgi:
       device: "sgi-net"
       # NOTE: set different IP for each edge
-      ip: "13.1.1.3/24"
+      ip: "192.168.250.3/24"
     dpName: "dp2"
 networks:
   sgi:
     # NOTE: set correct gateway for each edge
-    gateway: "13.1.1.250"
+    gateway: "192.168.250.250"