diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2015-12-18 18:40:43 +0100 |
---|---|---|
committer | David Blaisonneau <david.blaisonneau@orange.com> | 2015-12-18 18:41:13 +0100 |
commit | ba35a9b14ab5b28cf87428383c9a5cc40cee7b7e (patch) | |
tree | b12a50f5e485baecbb40115b4d5871325c05b772 /ci | |
parent | b6d5bf61b1ce05d4b67c520ed32cb4c304ec8a72 (diff) |
Change DHCP range for MAAS in Orange Pod2
Change-Id: I35413389ecf864ddaa010c90f3048c918d896dba
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Diffstat (limited to 'ci')
-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 |