Hello,
i'm using cloud-init for tailoring my VM's.
I'm not sure that i did it the right way - i'm using vendor, because user,network and meta is used by proxmox and overwriting it will break parts of proxmox cloud-init. At the Moment vendor is not used and works perfect.
Normaly you can get the configuration with a command like that:
I can set the vendor Configuration, but dump is not possible:
Seems missing in the proxmox code?
i'm using cloud-init for tailoring my VM's.
I'm not sure that i did it the right way - i'm using vendor, because user,network and meta is used by proxmox and overwriting it will break parts of proxmox cloud-init. At the Moment vendor is not used and works perfect.
Normaly you can get the configuration with a command like that:
qm cloudinit dump 9000 network
version: 1
config:
- type: physical
name: eth0
mac_address: 'de:65:52:22:f4:4e'
subnets:
- type: dhcp4
- type: nameserver
address:
- '192.168.0.20'
- '192.168.0.21'
search:
- 'localdomain'
I can set the vendor Configuration, but dump is not possible:
qm cloudinit dump 9000 vendor
400 Parameter verification failed.
type: value 'vendor' does not have a value in the enumeration 'user, network, meta'
qm cloudinit dump <vmid> <type>
Seems missing in the proxmox code?