Joid: correct admin interface on orange pod2 57/7457/2
authorDavid Blaisonneau <david.blaisonneau@orange.com>
Wed, 20 Jan 2016 14:12:33 +0000 (15:12 +0100)
committerDavid Blaisonneau <david.blaisonneau@orange.com>
Wed, 20 Jan 2016 14:20:43 +0000 (15:20 +0100)
Change-Id: Ie18a8c88abc429e131ff1c39144a05b579466979
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
ci/02-maasdeploy.sh

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