summaryrefslogtreecommitdiffstats
path: root/ci/02-maasdeploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-01-15 23:18:50 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-01-15 23:18:50 -0600
commitaa1a7566342613020c41e309e8b2c4fcf0a2b59b (patch)
treedcd51eede07a80fffc36397dd80ff980ad02c791 /ci/02-maasdeploy.sh
parent6f217c3f6b5151546148409a28f9b14a2e3a0a61 (diff)
trying to see if this resolves issue.
Change-Id: Ibf214b7200c1fb53740e198dcb21b34cd35cea1a
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-xci/02-maasdeploy.sh4
1 files changed, 2 insertions, 2 deletions
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' )