[pve-devel] cloudinit for proxmox 5 v2
Alexandre Derumier
aderumier at odiso.com
Sun Jun 18 15:03:06 CEST 2017
Hi,
Any comments to include cloudinit for proxmox5 ?
(I didn't have any comments on my last month patches serie)
To enable cloudinit, we setup a special cdrom with:
qm set vmid -(ide|sata)X storeid:cloudinit
then for configuration:
ipconfigX: ip=192.168.0.124/24,gw=192.168.0.1
searchdomain: mydomain.com
nameserver: 8.8.8.8
sshkey: ....
hostname: myhostname (optionnal, default is vm name)
(and you need cloud-init installed in your guest of course)
changelog:
- rebase on last git
- fix nbd module loading (patch19)
- fix ssh-key verification (patch20)
More information about the pve-devel
mailing list