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-b7.yaml b/deployment-configs/aether/apps/production-omec-dp-mwc-b7.yaml
index 24f6f3b..38b19ce 100644
--- a/deployment-configs/aether/apps/production-omec-dp-mwc-b7.yaml
+++ b/deployment-configs/aether/apps/production-omec-dp-mwc-b7.yaml
@@ -17,13 +17,13 @@
     s1u:
       device: "s1u-net"
       # NOTE: set different IP for each edge
-      ip: "119.0.0.4/24"
+      ip: "192.168.251.4/24"
     sgi:
       device: "sgi-net"
       # NOTE: set different IP for each edge
-      ip: "13.1.1.4/24"
+      ip: "192.168.250.4/24"
     dpName: "dp1"
 networks:
   sgi:
     # NOTE: set correct gateway for each edge
-    gateway: "13.1.1.250"
+    gateway: "192.168.250.250"
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"
diff --git a/deployment-configs/aether/apps/production-omec-dp-onf-menlo.yaml b/deployment-configs/aether/apps/production-omec-dp-onf-menlo.yaml
index 5e90e65..f96eb6b 100644
--- a/deployment-configs/aether/apps/production-omec-dp-onf-menlo.yaml
+++ b/deployment-configs/aether/apps/production-omec-dp-onf-menlo.yaml
@@ -11,13 +11,13 @@
     s1u:
       device: "s1u-net"
       # NOTE: set different IP for each edge
-      ip: "119.0.0.7/24"
+      ip: "192.168.251.7/24"
     sgi:
       device: "sgi-net"
       # NOTE: set different IP for each edge
-      ip: "13.1.1.7/24"
+      ip: "192.168.250.7/24"
     dpName: "dp1"
 networks:
   sgi:
     # NOTE: set correct gateway for each edge
-    gateway: "13.1.1.30"
+    gateway: "192.168.250.30"
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"