Add some extra information for vms in nomad

This commit is contained in:
2026-05-23 13:27:31 +02:00
parent 509d6c54c5
commit be489325f3

View File

@@ -2,6 +2,9 @@
I want to play around with the beta libvirt task driver for nomad to run some VMs. I want to play around with the beta libvirt task driver for nomad to run some VMs.
As a first proving ground for this, I would try to run the gitea runners in a VM, because that allows me to more easily configure them without actually giving them access to the underlying host machine. As a first proving ground for this, I would try to run the gitea runners in a VM, because that allows me to more easily configure them without actually giving them access to the underlying host machine.
The VMs could be built on top of alpine linux, as a very minimal distribution and only run docker.
The built of them should be automated using something like packer, and we need to store them somewhere shared, like ceph/s3
## References ## References
- [Virt Dirver Docs](https://developer.hashicorp.com/nomad/plugins/drivers/virt) - [Virt Dirver Docs](https://developer.hashicorp.com/nomad/plugins/drivers/virt)
- [Virt Driver GitHub](https://github.com/hashicorp/nomad-driver-virt) - [Virt Driver GitHub](https://github.com/hashicorp/nomad-driver-virt)