diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2016-01-20 15:12:33 +0100 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-23 00:00:44 +0000 |
commit | 327e284267ecb164fb84a706556ca7c9e08d358f (patch) | |
tree | 0c8349b92cef0458bf07a3369ddfae1ab3b264f9 /ci | |
parent | fd9599d18de22a89af61ad922727f440d9284124 (diff) |
Joid: correct admin interface on orange pod2
Change-Id: Ie18a8c88abc429e131ff1c39144a05b579466979
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
(cherry picked from commit 79588c14779ad69ac988caaec3115001622fb6c5)
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 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' ) |