diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-10 09:33:40 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-10 09:35:19 -0600 |
commit | 22d094cd3f680a1f83487f3e983e893ef2ae3af1 (patch) | |
tree | cf552a2bec67a06c8dfe5c90955da326d015e0f8 /ci/02-maasdeploy.sh | |
parent | 156cd84490ff3a421530032a0a0a6f2b05676ecf (diff) |
enabling Intel podp for EMC scalio
Change-Id: Id992dc064179eb2a2256f08555aeb34acac98522
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-x | ci/02-maasdeploy.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index cc41ecf1..fa65c117 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -11,6 +11,9 @@ case "$1" in 'intelpod6' ) cp maas/intel/pod6/deployment.yaml ./deployment.yaml ;; + 'intelpod9' ) + cp maas/intel/pod9/deployment.yaml ./deployment.yaml + ;; 'orangepod1' ) cp maas/orange/pod1/deployment.yaml ./deployment.yaml ;; @@ -204,6 +207,11 @@ case "$1" in enableautomodebyname eth4 AUTO "10.6.12.0/24" compute || true enableautomodebyname eth4 AUTO "10.6.12.0/24" control || true ;; + 'intelpod9' ) + maas refresh + enableautomodebyname eth4 AUTO "10.9.12.0/24" compute || true + enableautomodebyname eth4 AUTO "10.9.12.0/24" control || true + ;; 'orangepod2' ) maas refresh enableautomodebyname eth4 DHCP "192.168.22.0/24" compute || true |