diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-19 15:08:55 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-19 15:41:44 -0500 |
commit | f963c791e2f17b14b98dfc2b3e0db5f8447bbe87 (patch) | |
tree | 5d9bd4290c7b36c34b8ae9db4e17d385b9a2116b /ci/02-maasdeploy.sh | |
parent | d5f34f983ecf3b07ba3f542647b7975c36036afc (diff) |
more robust to clean amd syntax error.
core orange pods with new method of installing MAAS.
Change-Id: I871da8238fd57f371f9a0eaae88813c7f9713069
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-x | ci/02-maasdeploy.sh | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index ca765399..f13e63f5 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -59,10 +59,14 @@ else python deploy.py ;; 'orangepod1' ) - cp maas/orange/pod1/deployment.yaml ./deployment.yaml + cp ../labconfig/orange/pod1/labconfig.yaml ./ + #to be removed later once converted for all labs. + python deploy.py ;; 'orangepod2' ) - cp maas/orange/pod2/deployment.yaml ./deployment.yaml + cp ../labconfig/orange/pod1/labconfig.yaml ./ + #to be removed later once converted for all labs. + python deploy.py ;; 'attvirpod1' ) cp maas/att/virpod1/deployment.yaml ./deployment.yaml @@ -75,7 +79,7 @@ else ;; * ) virtinstall=1 - labname = "default" + labname="default" ./cleanvm.sh cp ../labconfig/default/deployment.yaml ./ ;; |