diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-23 09:33:31 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-23 17:36:50 -0600 |
commit | ce2fba8990b72144649ef1a8c94b6c30f7254dae (patch) | |
tree | 91ace86d00adc266aba342c5a8aba4e9551375a1 /ci/03-maasdeploy.sh | |
parent | 6da65f9cfbda23f5f8e4b5965062afcf76409b2a (diff) |
modified to get the juju 2.1.0 as release juju version.
Change-Id: I03cee75fab719d986ab5556ec9189816f7c9b9ee
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/03-maasdeploy.sh')
-rwxr-xr-x | ci/03-maasdeploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index d2aaa36b..39a7609b 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -10,12 +10,12 @@ if [ ! -e $HOME/.ssh/id_rsa ]; then fi #install the packages needed -sudo apt-add-repository ppa:juju/devel -y +sudo apt-add-repository ppa:juju/stable -y sudo apt-add-repository ppa:maas/stable -y sudo apt-add-repository cloud-archive:newton -y sudo apt-get update -y #sudo apt-get dist-upgrade -y -sudo apt-get install openssh-server bzr git virtinst qemu-kvm libvirt-bin juju \ +sudo apt-get install bridge-utils openssh-server bzr git virtinst qemu-kvm libvirt-bin juju \ maas maas-region-controller python-pip python-psutil python-openstackclient \ python-congressclient gsutil charm-tools pastebinit python-jinja2 sshpass \ openssh-server vlan ipmitool jq expect -y |