diff options
author | Yao Le <le.yao@intel.com> | 2020-04-21 19:17:44 +0800 |
---|---|---|
committer | Yao Le <le.yao@intel.com> | 2020-04-21 19:23:21 +0800 |
commit | 8fcb0f8705a17d1e9818cdf809f00cb2616feac0 (patch) | |
tree | 1520d3cdd0c89e3cc94acf478bf3bac893036892 /kud/deployment_infra/playbooks/configure-virtlet.yml | |
parent | 41e63a840a08cba73b4d606e162bb71d042a4e95 (diff) |
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 <le.yao@intel.com>
Change-Id: I5f384cb906bf080c55ea4ea2a27b1514722c8b76
Diffstat (limited to 'kud/deployment_infra/playbooks/configure-virtlet.yml')
-rw-r--r-- | kud/deployment_infra/playbooks/configure-virtlet.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: "": |