kubic-project / kubic-terraform-kvm

Kubic Terraform script using KVM/libvirt
Apache License 2.0
31 stars 10 forks source link

download-image: Handle both qcow2 and qcow2.xz files #3

Closed vadorovsky closed 5 years ago

vadorovsky commented 5 years ago

Before this change, the script assumed that kubeadm-cri* image is always distributed in form of .xz archive, which is not always true. Sometimes only unarchived .qcow2 image is available.

Fixes: 59b52671d4a6 ("Fix terraform, add download-image.sh")

Signed-off-by: Michal Rostecki mrostecki@opensuse.org