diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-04-19 09:06:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-19 09:06:58 +0000 |
commit | 5414c23063815207c68bfc7398561cec7409c963 (patch) | |
tree | 1b07bee15a568550ead36cdce4316bb2d7d59b8b /kud | |
parent | 4f3fb377141d211bbaf7421c66fbf356974d338a (diff) | |
parent | a85d6b9822284ffd23acc87db58738776cbeff29 (diff) |
Merge "Virtlet Image link broken"
Diffstat (limited to 'kud')
-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 753e487e..aba849a4 100644 --- a/kud/deployment_infra/playbooks/configure-virtlet.yml +++ b/kud/deployment_infra/playbooks/configure-virtlet.yml @@ -42,7 +42,7 @@ - regexp: 'centos/(\d+)-(\d+)' url: 'https://cloud.centos.org/centos/$1/images/CentOS-$1-x86_64-GenericCloud-$2.qcow2' - name: fedora - url: https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 + url: https://dl.fedoraproject.org/pub/fedora/linux/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.qcow2 {% if lookup('env','http_proxy') != "" %} transports: "": |