From: Guo Ruijing Date: Mon, 1 May 2017 16:58:24 +0000 (-0400) Subject: Fix adding cloud-archive:newton issue in Ubuntu 16.04 X-Git-Tag: opnfv-5.0.RC1~130^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=1f413eb9fcc6c1298257917a7973ca7b5b18e72f;p=joid.git Fix adding cloud-archive:newton issue in Ubuntu 16.04 Change-Id: Ib8946ca47cefbabd247b98ad0dc6d4f0789e767e Signed-off-by: Guo Ruijing --- diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index 43e95857..e92b9b74 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -10,6 +10,7 @@ if [ ! -e $HOME/.ssh/id_rsa ]; then 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