diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-20 14:20:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-20 14:20:59 +0000 |
commit | 34c285f9d868e3357d3a5c5c52b58183e705a457 (patch) | |
tree | ff84a71cf20004712dfa4357df336cf64e5a8528 /ci/02-maasdeploy.sh | |
parent | c997be21fbaaa9d63a28041090a977763bb032e0 (diff) | |
parent | 79588c14779ad69ac988caaec3115001622fb6c5 (diff) |
Merge "Joid: correct admin interface on orange pod2"
Diffstat (limited to 'ci/02-maasdeploy.sh')
-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 e7155c26..72bb3d14 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -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' ) |