summaryrefslogtreecommitdiffstats
path: root/ci/02-maasdeploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-11-30 20:56:38 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2015-11-30 20:56:38 -0600
commitcb5a719425069adfbf539260fa422c1aa1404004 (patch)
treed3bcbe9c6fdfba97bdd5d2de99255ac3ac4a497e /ci/02-maasdeploy.sh
parent557767d49de1dde707fb35a2ae803eba9a01b7ce (diff)
added support for att virtual pod1 on Intel NUC. Also added support
of IPv6 based on invocation of IPV6. Change-Id: I6876cff12e25fd9f05b15815d4ac72ce84a78997
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-xci/02-maasdeploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh
index 253c4e2d..a18fe03c 100755
--- a/ci/02-maasdeploy.sh
+++ b/ci/02-maasdeploy.sh
@@ -12,6 +12,9 @@ case "$1" in
'orangepod2' )
cp maas/orange/pod2/deployment.yaml ./deployment.yaml
;;
+ 'attvirpod1' )
+ cp maas/att/virpod1/deployment.yaml ./deployment.yaml
+ ;;
* )
cp maas/intel/pod5/deployment.yaml ./deployment.yaml
;;