viernes, 24 de junio de 2022

Fresh Cloud Images in Proxmox Virtual Environment

Proxmox Virtual Environment.
The Idea was simple:
I download VM templates, so then I base my experimental/development VMs on this downloaded templates. Everything via API.

Well, current PVE API does not support importing hard drives via API.

So I've been working with packer in series of actions which generates fresh generated cloud images ready to use in proxmox.

The project is hosted on github

https://github.com/mabeett/pve-cloud-templates-packer

There is a lot of future work: other distros, more settings for the templates and so on.