From b580a13a9d7bd0234ffc94f92ecedf859d50b17f Mon Sep 17 00:00:00 2001
From: David Blaisonneau <david.blaisonneau@orange.com>
Date: Thu, 12 May 2016 14:41:48 +0200
Subject: [PATCH] Add pod1 in maas interface config

Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
---
 ci/02-maasdeploy.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh
index fa65c117..d08b9004 100755
--- a/ci/02-maasdeploy.sh
+++ b/ci/02-maasdeploy.sh
@@ -212,6 +212,13 @@ case "$1" in
         enableautomodebyname eth4 AUTO "10.9.12.0/24" compute || true
         enableautomodebyname eth4 AUTO "10.9.12.0/24" control || true
         ;;
+    'orangepod1' )
+        maas refresh
+        enableautomodebyname eth2 DHCP "192.168.21.0/24" compute || true
+        enableautomodebyname eth3 AUTO "192.168.11.0/24" compute || true
+        enableautomodebyname eth2 DHCP "192.168.21.0/24" control || true
+        enableautomodebyname eth3 AUTO "192.168.11.0/24" control || true
+        ;;
     'orangepod2' )
         maas refresh
         enableautomodebyname eth4 DHCP "192.168.22.0/24" compute || true
-- 
2.16.6