diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-18 17:43:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-18 17:43:04 +0000 |
commit | 4aa9b505a8c9001a9b8af6d9199422254e148842 (patch) | |
tree | 6faed0ed3cc83bc3ceafc59a54f19f9c63816c52 /ci/maas | |
parent | ed46811f44b01cbf147bd8f4952fe93f68b441f3 (diff) | |
parent | ba35a9b14ab5b28cf87428383c9a5cc40cee7b7e (diff) |
Merge "Change DHCP range for MAAS in Orange Pod2"
Diffstat (limited to 'ci/maas')
-rwxr-xr-x | ci/maas/orange/pod2/deployment.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ci/maas/orange/pod2/deployment.yaml b/ci/maas/orange/pod2/deployment.yaml index 1f7d3cff..bafd388c 100755 --- a/ci/maas/orange/pod2/deployment.yaml +++ b/ci/maas/orange/pod2/deployment.yaml @@ -114,9 +114,9 @@ demo-maas: router_ip: 192.168.2.1 static_range: low: 192.168.2.50 - high: 192.168.2.150 + high: 192.168.2.99 dynamic_range: - low: 192.168.2.151 + low: 192.168.2.100 high: 192.168.2.200 - device: eth1 ip: 192.168.12.5 @@ -125,9 +125,9 @@ demo-maas: management: 1 static_range: low: 192.168.12.50 - high: 192.168.12.150 + high: 192.168.12.99 dynamic_range: - low: 192.168.12.151 + low: 192.168.12.100 high: 192.168.12.200 - device: eth2 ip: 192.168.22.5 @@ -136,9 +136,9 @@ demo-maas: management: 1 static_range: low: 192.168.22.50 - high: 192.168.22.150 + high: 192.168.22.99 dynamic_range: - low: 192.168.22.151 + low: 192.168.22.100 high: 192.168.22.200 # Defines the physical nodes which are added to the MAAS cluster |