diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-09 14:04:46 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-09 15:18:49 -0600 |
commit | f80c82fd5f3369e4c91d5e3836d2a68969912e27 (patch) | |
tree | 6aebccaaf5aa65dadcc2e466ae0f47bf04b0d889 /ci/02-maasdeploy.sh | |
parent | d28fd85ebdd3c5c4a39d4c8a04a6707da2ed3f48 (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-x | ci/02-maasdeploy.sh | 3 |
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 ;; |