From: Narinder Gupta Date: Thu, 4 May 2017 03:11:51 +0000 (+0000) Subject: Merge "Fix adding cloud-archive:newton issue in Ubuntu 16.04" X-Git-Tag: opnfv-5.0.RC1~130 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=1844bfff42a3190ae0246d7b480b59ea764be779;p=joid.git Merge "Fix adding cloud-archive:newton issue in Ubuntu 16.04" --- 1844bfff42a3190ae0246d7b480b59ea764be779 diff --cc ci/03-maasdeploy.sh index f66d0cbd,e92b9b74..e0b1b62d --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@@ -10,9 -10,10 +10,10 @@@ if [ ! -e $HOME/.ssh/id_rsa ]; the fi #install the packages needed + sudo apt-get install software-properties-common -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-add-repository cloud-archive:ocata -y sudo apt-get update -y #sudo apt-get dist-upgrade -y sudo apt-get install bridge-utils openssh-server bzr git virtinst qemu-kvm libvirt-bin juju \