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 ddc7f2e0..0efbb1d8 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -196,8 +196,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 |