From 494b0885ab040d2952487e757c684b993ea659f5 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 26 May 2016 23:10:40 -0500 Subject: modified intel pod9 config as per new rules. Change-Id: Ia4669cff41e6ec4602f9444e4b9eb041f53c7d47 Signed-off-by: Narinder Gupta --- ci/02-maasdeploy.sh | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'ci/02-maasdeploy.sh') diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index ff006768..741773d1 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -257,17 +257,15 @@ case "$labname" in ;; 'orangepod1' ) maas refresh - enableautomodebyname eth2 DHCP "192.168.21.0/24" compute || true - enableautomodebyname eth3 AUTO "192.168.11.0/24" compute || true - enableautomodebyname eth2 DHCP "192.168.21.0/24" control || true - enableautomodebyname eth3 AUTO "192.168.11.0/24" control || true + enableautomode eth2 DHCP "192.168.21.0/24" || true + enableautomode eth3 AUTO "192.168.11.0/24" || true ;; 'orangepod2' ) maas refresh - enableautomodebyname eth4 DHCP "192.168.22.0/24" compute || true - enableautomodebyname eth5 AUTO "192.168.12.0/24" compute || true - enableautomodebyname eth2 DHCP "192.168.22.0/24" control || true - enableautomodebyname eth3 AUTO "192.168.12.0/24" control || true + enableautomode eth4 DHCP "192.168.22.0/24" || true + enableautomode eth2 DHCP "192.168.22.0/24" || true + enableautomode eth5 AUTO "192.168.12.0/24" || true + enableautomode eth3 AUTO "192.168.12.0/24" || true ;; 'attvirpod1' ) enableautomodebyname eth1 AUTO "192.168.10.0/24" control || true -- cgit 1.2.3-korg