From: Guo Ruijing Date: Sun, 24 Sep 2017 22:59:19 +0000 (+0800) Subject: add key for cloud archive X-Git-Tag: opnfv-6.0.0~52 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F42921%2F1;p=joid.git add key for cloud archive key for cloud archive is missing in xenial cloud image. Change-Id: I1f38c90ba5e77ebb99d5075fb1988ac82d47718f Signed-off-by: Guo Ruijing --- diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index 668eab91..bc0c2cbb 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -45,6 +45,8 @@ NODE_ARC="$NODE_ARCHES/generic" # Install the packages needed echo_info "Installing and upgrading required packages" +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5EDB1B62EC4926EA +sudo apt-get update -y sudo apt-get install software-properties-common -y sudo apt-add-repository ppa:juju/stable -y sudo apt-add-repository ppa:maas/stable -y