Skip to content

Commit

Permalink
qa/tasks/qemu: precise repos have been archived
Browse files Browse the repository at this point in the history
Fixes: https://tracker.ceph.com/issues/51033
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
  • Loading branch information
idryomov committed Jun 1, 2021
1 parent 109f0b3 commit dcd193c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qa/tasks/userdata_setup.yaml
Expand Up @@ -14,6 +14,8 @@
#!/usr/bin/env bash
# mount a NFS share for storing logs
sed -i 's/archive.ubuntu.com/old-releases.ubuntu.com/' /etc/apt/sources.list
sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/' /etc/apt/sources.list
apt-get update
apt-get -y install nfs-common
mkdir /mnt/log
Expand Down

0 comments on commit dcd193c

Please sign in to comment.