Din Mušić
Din Mušić
Hi, some time ago I added a reference to the project `terraform-kvm-kubespray` in the readme file under *Upstream projects using terraform-libvirt*. Since the project has been renamed since then and...
Remove `--cluster` flag on apply command and insted use `cluster.name` property to determine cluster name.
Set the default Kubespray version for each Kubitect release and make the Kubespray version optional instead of required.
Some tests are occasionally failing on LXD 5.0/edge and require further investigation. Examples: - VM fails to stop in TestAccInstance_restartVirtualMachine: https://github.com/terraform-lxd/terraform-provider-lxd/actions/runs/7717387499/job/21036403945?pr=426#step:8:147 - Test timeouts in TestAccCachedImage_addRemoveAlias: https://github.com/terraform-lxd/terraform-provider-lxd/actions/runs/7713360862/job/21023073291#step:8:109
Unembed Put structs from Get structs. Fixes https://github.com/canonical/lxd/issues/12993
# Issue description Cached image can be removed during instance creation, which leads to errors that are not very intuitive about what is happening. We have encountered this issue with...
Support for dual-stack (IPv4 and IPv6) networking.
This is first part of the [Improve VM import from external sources](https://discourse.ubuntu.com/t/improve-vm-import-from-external-sources/41762). It introduces the new migration source type `conversion`, which ensures the received image is converted using `qemu-img` into...
CentOS (7 and Stream9) daily builds are unstable. They are occasionally failing the VM tests because they do not boot get ready withing a predetermined timeout of 3 minutes. When...
This is just a demo showcasing the issue with `security.devlxd.images` which is blocked due to the missing request context fields (`trusted`, `protocol`, `username`) and to open discussion regarding image access...