| commit | c75024413c94bcd660a3cdbe114260926a37e7ca | [log] [tgz] |
|---|---|---|
| author | Hyunsun Moon <hyunsun@opennetworking.org> | Thu Jan 30 15:52:35 2020 -0800 |
| committer | Woojoong Kim <woojoong@opennetworking.org> | Fri Jan 31 02:43:39 2020 +0000 |
| tree | b1db9edb74c7523bbda25ee4c0057a417b624613 | |
| parent | de7b4f4e7e47842c65d59a96f948a348b4a33f07 [diff] [blame] |
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"