liquidmetal-dev/flintlock

Test with the latest CloudHypervisor version

richardcase opened this issue · 1 comments

Describe the solution you'd like:
Test with the latest version of Cloud Hypervisor.

Why do you want this feature:

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Testing with Cloud Hypervisor v41.0 and was able to create a vm doing the following:

Started Flintlock (on main) using these args:

flintlockd run --cloudhypervisor-bin /home/richard/.local/bin/cloud-hypervisor-static \ 
                       --default-provider cloudhypervisor \
                        --bridge-name virbr1 \
                        --insecure \
                        --containerd-socket /run/containerd-flintlock/containerd.sock"

And then created a vm using fl (from main):

fl microvm create --name test1 \
                --host localhost:9090 \
                --network-interface eth1:tap \
                --kernel-image ghcr.io/liquidmetal-dev/cloudhypervisor-kernel:6.2 \
                --kernel-filename boot/vmlinux.bin \
                --root-image ghcr.io/liquidmetal-dev/ubuntu-ch:22.04 \
                --metadata-ssh-key-file /home/richard/.ssh/id_rsa_personal_yubikey.pub \
                --metadata-hostname node1