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 16:18:56 +0000 |
commit | f7446957ae63a29ea4b92b04bfb3efbbc999895a (patch) | |
tree | 9cb9deb76e00e9ed5338e39dfce15c4eb4e13d55 /ci | |
parent | 0b6877ec99cc0e74fa012cd361868eff4dade16c (diff) |
added gsutil on request from test team on jumphost to submit
results.
Change-Id: Id83288e0756dc4c46b4a6c436af3b9783e1aecd2
(cherry picked from commit 8ae13d3776d641e6bd2969bfbbb5ac81ed87586b)
Diffstat (limited to 'ci')
-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 |