What are the minimum steps to use an image like:
https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.qcow2
I found:
https://forum.proxmox.com/threads/new-vm-from-cloud-init-image-via-api.111091/
"There is no dedicated place in Proxmox for qcow/raw/etc type pre-built images (really templates), like the ones provided by every Linux distro for cloud deployments."
and ER:
https://bugzilla.proxmox.com/show_bug.cgi?id=4141 allow disk/VM import from uploaded/downloaded images/ovf via API
It seems there isn't support for it right now (v 8.1.3) even in the web ui, like there isn't a place to put a qcow url like there is for iso files.
I want to start simple and add features later.
Like this post seemed like what I was looking for (well, its from 2021, so not pve v8):
https://codingpackets.com/blog/proxmox-import-and-use-cloud-images/
"libguestfs-tools package allows you to install packages into an image without booting it up. The libguestfs-tools package conflicts with Proxmox."
Yeah, none of that for now please.
so on the host, I'm guessing I start with
Then what?
I expect something about a cloud-init file. From what I have found: I create a config file, create an .iso containing that file, I think I can find those steps. If we can skip this for now and boot the image, good. If I can't log in or anything because I have not configured a user, at least I know I have completed the first few steps successfully.
https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.qcow2
I found:
https://forum.proxmox.com/threads/new-vm-from-cloud-init-image-via-api.111091/
"There is no dedicated place in Proxmox for qcow/raw/etc type pre-built images (really templates), like the ones provided by every Linux distro for cloud deployments."
and ER:
https://bugzilla.proxmox.com/show_bug.cgi?id=4141 allow disk/VM import from uploaded/downloaded images/ovf via API
It seems there isn't support for it right now (v 8.1.3) even in the web ui, like there isn't a place to put a qcow url like there is for iso files.
I want to start simple and add features later.
Like this post seemed like what I was looking for (well, its from 2021, so not pve v8):
https://codingpackets.com/blog/proxmox-import-and-use-cloud-images/
"libguestfs-tools package allows you to install packages into an image without booting it up. The libguestfs-tools package conflicts with Proxmox."
Yeah, none of that for now please.
so on the host, I'm guessing I start with
Bash:
wget https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.qcow2
Then what?
I expect something about a cloud-init file. From what I have found: I create a config file, create an .iso containing that file, I think I can find those steps. If we can skip this for now and boot the image, good. If I can't log in or anything because I have not configured a user, at least I know I have completed the first few steps successfully.