diff options
Diffstat (limited to 'ci/maas/intel/pod5')
-rwxr-xr-x | ci/maas/intel/pod5/deployment.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
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. |