diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-09 17:26:16 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-09 17:26:48 -0500 |
commit | 700b7813fa18eda277b303a3de5905d3d875eec9 (patch) | |
tree | 34c380da28ea3413f015afd30e70f6e72c095b85 /ci/02-maasdeploy.sh | |
parent | 8d92025d7d812708d800e982f4310674d5c445df (diff) |
modfiied to have a new onos charm with gateway support.
Change-Id: I4377f52d8fa077a5bfdcaaf1089fd8166abf5062
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-maasdeploy.sh')
-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 08bdc98f..e3bc99ff 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -12,7 +12,7 @@ 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 gsutil -y +sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip 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 |