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 15:29:11 -0600 |
commit | 3d836087874a45b29cce1d45de32bf7eef02da90 (patch) | |
tree | c37f1cebcc188b99388aec5986209f490fdbca1e /ci/maas/orange | |
parent | 5613bc5a0eb8f8e1e0174423d8d783aabc397e3d (diff) |
modified the dhcp for mutiple deployment of openstack.
Change-Id: I09ee80a024f7756d26a87f8ae58d9b7267ee1dba
Diffstat (limited to 'ci/maas/orange')
-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. |