trying to see if this resolves issue.
[joid.git] / 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' )