From b07f003cdcbc7f6e07d7478706bd071d445259e5 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 22 Mar 2016 11:36:35 -0500 Subject: updated access for Intel Pod6 Change-Id: I220f64484db9244babbac712f70cc0473462fd7b --- ci/02-maasdeploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/02-maasdeploy.sh') 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 -- cgit 1.2.3-korg