From 0aae5f09cedb4f9bfcb6af0e5f1a43824095284a Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Mon, 25 Sep 2017 06:59:19 +0800 Subject: add key for cloud archive key for cloud archive is missing in xenial cloud image. Change-Id: I1f38c90ba5e77ebb99d5075fb1988ac82d47718f Signed-off-by: Guo Ruijing --- ci/03-maasdeploy.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.2.3-korg