diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-17 14:26:43 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-17 17:38:00 -0500 |
commit | 219b9ca055e3a298331c73c144560fa01cfababb (patch) | |
tree | 20d4f72ec312e949ba3f2748c4ff1bc654466908 /ci/02-maasdeploy.sh | |
parent | 5076c90f93ea2ccd0a5161cc6f47f952422a23ca (diff) |
support the ocl and rename target to contrail again.
Change-Id: I06a078854b1210e99b99c67b1b3240d88eac953a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-x | ci/02-maasdeploy.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index ce3208e8..d19f7d6a 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -12,10 +12,12 @@ sudo apt-add-repository ppa:maas/stable -y sudo apt-add-repository cloud-archive:mitaka -y sudo apt-get update -y sudo apt-get dist-upgrade -y -sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip python-openstackclient python-congressclient gsutil -y +sudo apt-get install openssh-server bzr git maas-deployer juju juju-deployer \ + maas-cli python-pip python-psutil python-openstackclient \ + python-congressclient gsutil -y -#first parameter should be custom and second should be either -# absolute location of file (including file name) or url of the +#first parameter should be custom and second should be either +# absolute location of file (including file name) or url of the # file to download. if [ "$1" == "custom" ]; then |