summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorDavid Blaisonneau <david.blaisonneau@orange.com>2016-01-20 15:12:33 +0100
committerDavid Blaisonneau <david.blaisonneau@orange.com>2016-01-20 15:20:43 +0100
commit79588c14779ad69ac988caaec3115001622fb6c5 (patch)
tree067a943c3a917c9107b28ff38be2b118624ab20f /ci
parent530c6ecfe188a4ec06eb6ddfbba8d8934bd0cc3d (diff)
Joid: correct admin interface on orange pod2
Change-Id: Ie18a8c88abc429e131ff1c39144a05b579466979 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Diffstat (limited to 'ci')
-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 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' )