diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-17 17:45:53 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-17 17:48:16 -0500 |
commit | e957fbd5c8afdff83939980c3a32a8f896df41a1 (patch) | |
tree | 6361b8ffdd9b0bdaf8d843de92173bdd836ced2c /ci/02-maasdeploy.sh | |
parent | 02af9879d42a4eebc1d7439fe42caf49e6cd1af0 (diff) |
need to mofified further for support.
Change-Id: I2348e3b67b2a0bd4d0fc94a86cb7b60ce07a914a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-x | ci/02-maasdeploy.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 3a2f6817..d5691543 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -9,7 +9,9 @@ cp ../labconfig/intel/pod6/labconfig.yaml ./ case "$1" in 'intelpod5' ) - cp maas/intel/pod5/deployment.yaml ./deployment.yaml + cp ../labconfig/intel/pod5/labconfig.yaml ./ + #to be removed later once converted for all labs. + python deploy.py ;; 'intelpod6' ) cp ../labconfig/intel/pod6/labconfig.yaml ./ |