From 3d836087874a45b29cce1d45de32bf7eef02da90 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 12 Feb 2016 14:11:40 -0600 Subject: modified the dhcp for mutiple deployment of openstack. Change-Id: I09ee80a024f7756d26a87f8ae58d9b7267ee1dba --- ci/maas/orange/pod2/deployment.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ci/maas/orange/pod2/deployment.yaml') diff --git a/ci/maas/orange/pod2/deployment.yaml b/ci/maas/orange/pod2/deployment.yaml index d035f78e..69af58d9 100755 --- a/ci/maas/orange/pod2/deployment.yaml +++ b/ci/maas/orange/pod2/deployment.yaml @@ -114,10 +114,10 @@ demo-maas: router_ip: 192.168.2.1 static_range: low: 192.168.2.50 - high: 192.168.2.99 + high: 192.168.2.80 dynamic_range: - low: 192.168.2.100 - high: 192.168.2.200 + low: 192.168.2.81 + high: 192.168.2.254 - device: eth1 ip: 192.168.12.5 subnet_mask: 255.255.255.0 @@ -125,10 +125,10 @@ demo-maas: management: 1 static_range: low: 192.168.12.50 - high: 192.168.12.99 + high: 192.168.12.80 dynamic_range: - low: 192.168.12.100 - high: 192.168.12.200 + low: 192.168.12.81 + high: 192.168.12.254 - device: eth2 ip: 192.168.22.5 subnet_mask: 255.255.255.0 @@ -136,10 +136,10 @@ demo-maas: management: 1 static_range: low: 192.168.22.50 - high: 192.168.22.99 + high: 192.168.22.80 dynamic_range: - low: 192.168.22.100 - high: 192.168.22.200 + low: 192.168.22.81 + high: 192.168.22.254 # Defines the physical nodes which are added to the MAAS cluster # controller upon startup of the node. -- cgit 1.2.3-korg