diff options
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 4d948dcb..6fa003f3 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -202,8 +202,8 @@ case "$1" in ;; 'intelpod6' ) maas refresh - enableautomodebyname eth1 AUTO "10.4.9.0/24" compute || true - enableautomodebyname eth1 AUTO "10.4.9.0/24" control || true + enableautomodebyname eth4 AUTO "10.6.12.0/24" compute || true + enableautomodebyname eth4 AUTO "10.6.12.0/24" control || true ;; 'orangepod2' ) maas refresh |