From 239284301a86438567c125385f02a609173affa8 Mon Sep 17 00:00:00 2001
From: Dave Urschatz <dave.urschatz@cengn.ca>
Date: Tue, 8 Mar 2016 14:42:23 -0500
Subject: [PATCH] Tune CENGN Lynx Lab Pod1 DHCP Address Ranges for HA

The intent of this commit is to DHCP address ranges after
Orange pod2 to support the higher volumes of deployed services
in HA scenarios where services are deployed in LXC containers
requiring IP address.

JIRA: JOID-52

Change-Id: Ib24c9e2de40cacf9ab76fbafa46254c52aa08cc4
Signed-off-by: Dave Urschatz <dave.urschatz@cengn.ca>
(cherry picked from commit 099ec3f8168c4b4343cce7e2f83792c31b59edda)
---
 ci/maas/cengn_lynx/pod1/deployment.yaml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/ci/maas/cengn_lynx/pod1/deployment.yaml b/ci/maas/cengn_lynx/pod1/deployment.yaml
index 6a46f7ae..de3ee85e 100755
--- a/ci/maas/cengn_lynx/pod1/deployment.yaml
+++ b/ci/maas/cengn_lynx/pod1/deployment.yaml
@@ -97,33 +97,33 @@ cengn-lynx-pod1:
               broadcast_ip: 10.120.0.255
               router_ip: 10.120.0.254
               static_range:
-                  low: 10.120.0.20
-                  high: 10.120.0.100
+                  low: 10.120.0.50
+                  high: 10.120.0.80
               dynamic_range:
-                  low: 10.120.0.101
-                  high: 10.120.0.200
+                  low: 10.120.0.81
+                  high: 10.120.0.249
             - device: eth1
               ip: 172.16.121.3
               subnet_mask: 255.255.255.0
               broadcast_ip: 172.16.121.255
               management: 1
               static_range:
-                low: 172.16.121.20
-                high: 172.16.121.100
+                low: 172.16.121.50
+                high: 172.16.121.80
               dynamic_range:
-                low: 172.16.121.101
-                high: 172.16.121.200
+                low: 172.16.121.81
+                high: 172.16.121.249
             - device: eth2
               ip: 172.16.122.3
               subnet_mask: 255.255.255.0
               broadcast_ip: 172.16.122.255
               management: 1
               static_range:
-                low: 172.16.122.20
-                high: 172.16.122.100
+                low: 172.16.122.50
+                high: 172.16.122.80
               dynamic_range:
-                low: 172.16.122.101
-                high: 172.16.122.200
+                low: 172.16.122.81
+                high: 172.16.122.249
             
         # Defines the physical nodes which are added to the MAAS cluster
         # controller upon startup of the node.
-- 
2.16.6