diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-03-30 20:39:54 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-03-30 20:39:54 -0500 |
commit | 8d4d8676dcd2f4fbf7b858ee0b67653802c0ea40 (patch) | |
tree | 36e64468a2ee635484112d119476ef69e7976e7d /ci/maas/intel/pod6/deployment.yaml | |
parent | ca3e6fb9f81240ae141c7edcd5adb2550b8b57b6 (diff) |
modified the public network as per new config changes.
Change-Id: I462d0deb66e91ca9cc6080d3ccc7585fd34ccab9
Diffstat (limited to 'ci/maas/intel/pod6/deployment.yaml')
-rwxr-xr-x | ci/maas/intel/pod6/deployment.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
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. |