diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-15 08:50:36 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-15 08:50:36 -0600 |
commit | 8ae13d3776d641e6bd2969bfbbb5ac81ed87586b (patch) | |
tree | 7e8d42e42b7f73a7d57f6c7b096aade1942a35d6 | |
parent | 3d836087874a45b29cce1d45de32bf7eef02da90 (diff) |
added gsutil on request from test team on jumphost to submit
results.
Change-Id: Id83288e0756dc4c46b4a6c436af3b9783e1aecd2
-rwxr-xr-x | ci/02-maasdeploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 5989feef..5f49daf1 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -74,7 +74,7 @@ sudo apt-add-repository ppa:maas/stable -y sudo apt-add-repository cloud-archive:liberty -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 -y +sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip python-openstackclient gsutil -y sudo pip install shyaml juju init -f |