From: David Blaisonneau Date: Wed, 20 Jan 2016 14:12:33 +0000 (+0100) Subject: Joid: correct admin interface on orange pod2 X-Git-Tag: brahmaputra.1.0~46 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F7801%2F1;p=joid.git Joid: correct admin interface on orange pod2 Change-Id: Ie18a8c88abc429e131ff1c39144a05b579466979 Signed-off-by: David Blaisonneau (cherry picked from commit 79588c14779ad69ac988caaec3115001622fb6c5) --- diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 68925a44..e0e3ca89 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -188,9 +188,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' )