Change DHCP range for MAAS in Orange Pod2 93/4893/1
authorDavid Blaisonneau <david.blaisonneau@orange.com>
Fri, 18 Dec 2015 17:40:43 +0000 (18:40 +0100)
committerDavid Blaisonneau <david.blaisonneau@orange.com>
Fri, 18 Dec 2015 17:41:13 +0000 (18:41 +0100)
Change-Id: I35413389ecf864ddaa010c90f3048c918d896dba
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
ci/maas/orange/pod2/deployment.yaml

index 1f7d3cf..bafd388 100755 (executable)
@@ -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