trying to see if this resolves issue. 31/6931/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Sat, 16 Jan 2016 05:18:50 +0000 (23:18 -0600)
committerNarinder Gupta <narinder.gupta@canonical.com>
Sat, 16 Jan 2016 05:18:50 +0000 (23:18 -0600)
Change-Id: Ibf214b7200c1fb53740e198dcb21b34cd35cea1a

ci/02-maasdeploy.sh

index f7e1db2..e7155c2 100755 (executable)
@@ -179,9 +179,9 @@ case "$1" in
         ;;
     'orangepod2' )
         maas refresh
-        enableautomodebyname eth4 AUTO "192.168.22.0/24" compute || true
+        enableautomodebyname eth1 DHCP "192.168.2.0/24" compute || true
         enableautomodebyname eth5 AUTO "192.168.12.0/24" compute || true
-        enableautomodebyname eth2 AUTO "192.168.22.0/24" control || true
+        enableautomodebyname eth1 DHCP "192.168.2.0/24" control || true
         enableautomodebyname eth3 AUTO "192.168.12.0/24" control || true
         ;;
     'attvirpod1' )