diff options
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 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 ;; |