diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-15 23:18:50 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-22 23:57:09 +0000 |
commit | fd9599d18de22a89af61ad922727f440d9284124 (patch) | |
tree | 516b8f9ce753b78b46b603eeb9f638b25465e7b9 /ci | |
parent | 4bd776b9001fa691284b5b60a71c7b7d89aa2500 (diff) |
trying to see if this resolves issue.
Change-Id: Ibf214b7200c1fb53740e198dcb21b34cd35cea1a
(cherry picked from commit aa1a7566342613020c41e309e8b2c4fcf0a2b59b)
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/02-maasdeploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index cc34e342..68925a44 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -188,9 +188,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' ) |