summaryrefslogtreecommitdiffstats
path: root/ci/02-maasdeploy.sh
diff options
context:
space:
mode:
authorDavid Blaisonneau <david.blaisonneau@orange.com>2016-04-28 16:10:53 +0200
committerDavid Blaisonneau <david.blaisonneau@orange.com>2016-04-29 16:50:32 +0200
commit2019d07fcf8aed6f456a25ba6d69bbfac93ffe18 (patch)
tree9622aa4478fbb0faf2f6e577793ed1324bf901f0 /ci/02-maasdeploy.sh
parentbc117148a167ee908ddc46f2c0cffdeac7484919 (diff)
Add orange pod1
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 e1e4f978..cc41ecf1 100755
--- a/ci/02-maasdeploy.sh
+++ b/ci/02-maasdeploy.sh
@@ -11,6 +11,9 @@ case "$1" in
'intelpod6' )
cp maas/intel/pod6/deployment.yaml ./deployment.yaml
;;
+ 'orangepod1' )
+ cp maas/orange/pod1/deployment.yaml ./deployment.yaml
+ ;;
'orangepod2' )
cp maas/orange/pod2/deployment.yaml ./deployment.yaml
;;