From e983ad8fdbf1f8d56bcf0d5852f2afccd9c8e2d2 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 30 Mar 2016 20:39:54 -0500 Subject: modified the public network as per new config changes. Change-Id: I462d0deb66e91ca9cc6080d3ccc7585fd34ccab9 (cherry picked from commit 8d4d8676dcd2f4fbf7b858ee0b67653802c0ea40) --- ci/maas/intel/pod5/deployment.yaml | 14 +++++++------- ci/maas/intel/pod6/deployment.yaml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'ci') diff --git a/ci/maas/intel/pod5/deployment.yaml b/ci/maas/intel/pod5/deployment.yaml index 263b3bf6..aaeadd7f 100755 --- a/ci/maas/intel/pod5/deployment.yaml +++ b/ci/maas/intel/pod5/deployment.yaml @@ -81,7 +81,7 @@ demo-maas: auto eth2 iface eth2 inet static - address 10.5.13.2 + address 10.5.15.2 netmask 255.255.255.0 auto eth3 @@ -130,16 +130,16 @@ demo-maas: low: 10.5.12.151 high: 10.5.12.200 - device: eth2 - ip: 10.5.13.2 + ip: 10.5.15.2 subnet_mask: 255.255.255.0 - broadcast_ip: 10.5.13.255 + broadcast_ip: 10.5.15.255 management: 1 static_range: - low: 10.5.13.20 - high: 10.5.13.150 + low: 10.5.15.20 + high: 10.5.15.150 dynamic_range: - low: 10.5.13.151 - high: 10.5.13.200 + low: 10.5.15.151 + high: 10.5.15.200 # Defines the physical nodes which are added to the MAAS cluster # controller upon startup of the node. diff --git a/ci/maas/intel/pod6/deployment.yaml b/ci/maas/intel/pod6/deployment.yaml index 7e986ca1..ea7d725d 100755 --- a/ci/maas/intel/pod6/deployment.yaml +++ b/ci/maas/intel/pod6/deployment.yaml @@ -81,7 +81,7 @@ demo-maas: auto eth2 iface eth2 inet static - address 10.6.13.2 + address 10.6.15.2 netmask 255.255.255.0 auto eth3 @@ -130,16 +130,16 @@ demo-maas: low: 10.6.12.151 high: 10.6.12.200 - device: eth2 - ip: 10.6.13.2 + ip: 10.6.15.2 subnet_mask: 255.255.255.0 - broadcast_ip: 10.6.13.255 + broadcast_ip: 10.6.15.255 management: 1 static_range: - low: 10.6.13.20 - high: 10.6.13.150 + low: 10.6.15.20 + high: 10.6.15.150 dynamic_range: - low: 10.6.13.151 - high: 10.6.13.200 + low: 10.6.15.151 + high: 10.6.15.200 # Defines the physical nodes which are added to the MAAS cluster # controller upon startup of the node. -- cgit 1.2.3-korg