[pve-devel] [PATCH 1/8 container] cloudinit: introduce config parameters
Fiona Ebner
f.ebner at proxmox.com
Thu Feb 13 11:23:24 CET 2025
Am 10.02.25 um 13:07 schrieb Daniel Herzig:
> From: Leo Nunner <l.nunner at proxmox.com>
>
> Introduce configuration parameters for cloud-init. Like with VMs, it's
> possible to specify:
> - user
> - password
> - ssh keys
> - enable/disable updates on first boot
>
> It's also possible to pass through custom config files for the user and
> vendor settings. We don't allow configuring the network through
> cloud-init, since it will clash with whatever configuration we already
> did for the container.
Since I didn't mention it yet, when you do changes, you should keep a
brief changelog of what changed between Leo's version and your version
in the git trailers, e.g.:
Signed-off-by: Leo Nunner <l.nunner at proxmox.com>
[DH: add foo
refactor bar
fix regex for baz]
Signed-off-by: Daniel Herzig <d.herzig at proxmox.com>
More information about the pve-devel
mailing list