From: Narinder Gupta Date: Sat, 16 Jan 2016 05:18:50 +0000 (-0600) Subject: trying to see if this resolves issue. X-Git-Tag: colorado.1.0~308 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F6931%2F1;p=joid.git trying to see if this resolves issue. Change-Id: Ibf214b7200c1fb53740e198dcb21b34cd35cea1a --- diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index f7e1db29..e7155c26 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -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' )