summaryrefslogtreecommitdiffstats
path: root/ci/02-maasdeploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-05-13 11:36:14 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-05-13 11:37:13 -0600
commitfbfff35468e2843d2df4209cf376fd34da25a6ab (patch)
tree0a23e535fe594d88c67dc1fb5c10519a63878c79 /ci/02-maasdeploy.sh
parent22d094cd3f680a1f83487f3e983e893ef2ae3af1 (diff)
modfiied as per specs from intel pod6 page and real experience.
Change-Id: Ibc6449532637d5d2d7cbce88456c2721a9ed8cb4 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-xci/02-maasdeploy.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh
index fa65c117..2f7e2ea0 100755
--- a/ci/02-maasdeploy.sh
+++ b/ci/02-maasdeploy.sh
@@ -209,8 +209,14 @@ case "$1" in
;;
'intelpod9' )
maas refresh
- enableautomodebyname eth4 AUTO "10.9.12.0/24" compute || true
- enableautomodebyname eth4 AUTO "10.9.12.0/24" control || true
+ crvlanupdsubnet vlan902 1 "DataNetwork" 902 2 || true
+ crvlanupdsubnet vlan905 2 "PublicNetwork" 905 3 || true
+ crnodevlanint $vlan902 eth0 || true
+ crnodevlanint $vlan905 eth1 || true
+ enableautomodebyname eth0.902 AUTO "10.9.12.0/24" compute || true
+ enableautomodebyname eth1.905 AUTO "10.9.15.0/24" compute || true
+ enableautomodebyname eth0.902 AUTO "10.9.12.0/24" control || true
+ enableautomodebyname eth1.905 AUTO "10.9.15.0/24" control || true
;;
'orangepod2' )
maas refresh