summaryrefslogtreecommitdiffstats
path: root/ci/02-maasdeploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-12-09 14:04:46 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2015-12-09 15:18:49 -0600
commitf80c82fd5f3369e4c91d5e3836d2a68969912e27 (patch)
tree6aebccaaf5aa65dadcc2e466ae0f47bf04b0d889 /ci/02-maasdeploy.sh
parentd28fd85ebdd3c5c4a39d4c8a04a6707da2ed3f48 (diff)
added support for maas deployment for juniper lab.
modified deploy.sh to resolve CI issue. Change-Id: Ifb0f2aaa6806289d2d5c4b493815dda89478a942
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 b41db550..3a000a9c 100755
--- a/ci/02-maasdeploy.sh
+++ b/ci/02-maasdeploy.sh
@@ -15,6 +15,9 @@ case "$1" in
'attvirpod1' )
cp maas/att/virpod1/deployment.yaml ./deployment.yaml
;;
+ 'juniperpod1' )
+ cp maas/juniper/pod1/deployment.yaml ./deployment.yaml
+ ;;
* )
cp maas/default/deployment.yaml ./deployment.yaml
;;