diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-12 14:11:40 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-12 21:58:55 +0000 |
commit | 0b6877ec99cc0e74fa012cd361868eff4dade16c (patch) | |
tree | 9bd4b98f90828f5625074ad6d95dc314aa3c3c2c /ci/maas/orange/pod2 | |
parent | 85413a8d7fd4fa6a6c420e774f2c0c5a94cfc121 (diff) |
modified the dhcp for mutiple deployment of openstack.
Change-Id: I09ee80a024f7756d26a87f8ae58d9b7267ee1dba
(cherry picked from commit 3d836087874a45b29cce1d45de32bf7eef02da90)
Diffstat (limited to 'ci/maas/orange/pod2')
-rwxr-xr-x | ci/maas/orange/pod2/deployment.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
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. |