From 34dd0b2e19d2d50486364d18c594c87b77ba078e Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 3 Nov 2017 13:56:55 -0500 Subject: few more fixed for ARM bare metal deployment. Change-Id: I9cec17471e962bbf161e9fe331b61d5cb10171c8 Signed-off-by: Narinder Gupta --- ci/03-maasdeploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/03-maasdeploy.sh') diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index 7f587aad..bb21fe34 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -60,10 +60,10 @@ sudo apt-get update -y || true sudo apt-get install bridge-utils openssh-server bzr git virtinst qemu-kvm libvirt-bin \ maas maas-region-controller juju python-pip python-psutil python-openstackclient \ python-congressclient gsutil charm-tools pastebinit python-jinja2 sshpass \ - openssh-server vlan ipmitool jq expect snap -y + openssh-server vlan ipmitool jq expect snap -y --allow-unauthenticated if [ "aarch64" == "$NODE_ARCTYPE" ]; then - sudo apt-get install qemu qemu-efi qemu-system-aarch64 -y + sudo apt-get install qemu qemu-efi qemu-system-aarch64 -y --allow-unauthenticated fi sudo -H pip install --upgrade pip -- cgit 1.2.3-korg