summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-09-25 06:59:19 +0800
committerGuo Ruijing <ruijing.guo@intel.com>2017-09-25 07:03:18 +0800
commit0aae5f09cedb4f9bfcb6af0e5f1a43824095284a (patch)
tree8853e4b5a4b4808209fd4a5debc2ba4cf24efba2 /ci
parent30f7cf181e9e3b275d9ce62c2f74e9ab443fe5af (diff)
add key for cloud archive
key for cloud archive is missing in xenial cloud image. Change-Id: I1f38c90ba5e77ebb99d5075fb1988ac82d47718f Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/03-maasdeploy.sh2
1 files changed, 2 insertions, 0 deletions
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