From 8fcb0f8705a17d1e9818cdf809f00cb2616feac0 Mon Sep 17 00:00:00 2001 From: Yao Le Date: Tue, 21 Apr 2020 19:17:44 +0800 Subject: Upgrate the out-of-date link in virtlet test The fedora 29 image link is out of date. It is not reachable now. So upgrade the link to fedora 31. Issue-ID: MULTICLOUD-1057 Signed-off-by: Yao Le Change-Id: I5f384cb906bf080c55ea4ea2a27b1514722c8b76 --- kud/deployment_infra/playbooks/configure-virtlet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kud') diff --git a/kud/deployment_infra/playbooks/configure-virtlet.yml b/kud/deployment_infra/playbooks/configure-virtlet.yml index 18d3740a..c400cab0 100644 --- a/kud/deployment_infra/playbooks/configure-virtlet.yml +++ b/kud/deployment_infra/playbooks/configure-virtlet.yml @@ -40,7 +40,7 @@ - regexp: 'centos/(\d+)-(\d+)' url: 'https://cloud.centos.org/centos/$1/images/CentOS-$1-x86_64-GenericCloud-$2.qcow2' - name: fedora - url: https://dl.fedoraproject.org/pub/fedora/linux/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.qcow2 + url: https://dl.fedoraproject.org/pub/fedora/linux/releases/31/Cloud/x86_64/images/Fedora-Cloud-Base-31-1.9.x86_64.qcow2 {% if lookup('env','http_proxy') != "" %} transports: "": -- cgit 1.2.3-korg