Add pod1 in maas interface config 19/14019/1
authorDavid Blaisonneau <david.blaisonneau@orange.com>
Thu, 12 May 2016 12:41:48 +0000 (14:41 +0200)
committerDavid Blaisonneau <david.blaisonneau@orange.com>
Thu, 12 May 2016 12:42:09 +0000 (14:42 +0200)
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
ci/02-maasdeploy.sh

index fa65c11..d08b900 100755 (executable)
@@ -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