From: David Blaisonneau Date: Thu, 12 May 2016 12:41:48 +0000 (+0200) Subject: Add pod1 in maas interface config X-Git-Tag: colorado.1.0~191 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b580a13a9d7bd0234ffc94f92ecedf859d50b17f;p=joid.git Add pod1 in maas interface config Signed-off-by: David Blaisonneau --- diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index fa65c117..d08b9004 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -212,6 +212,13 @@ case "$1" in enableautomodebyname eth4 AUTO "10.9.12.0/24" compute || true enableautomodebyname eth4 AUTO "10.9.12.0/24" control || true ;; + '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 + ;; 'orangepod2' ) maas refresh enableautomodebyname eth4 DHCP "192.168.22.0/24" compute || true