theforeman / foreman_fog_proxmox

Foreman plugin to add Proxmox compute resource based on fog-proxmox gem
GNU General Public License v3.0
102 stars 30 forks source link

New VM when switching between lxc and qemu does not have all default values #231

Open tristanrobert opened 1 year ago

tristanrobert commented 1 year ago

Samples: new profile qemu, switch to lxc, no memory set (must have 1Gb by default), name interface not set (must have eth0), dhcp not checked (must be checked). Cause: different fieldsets (lxc and qemu) so different inputs with same id. Solution: different inputs with differents ids (lxc and qemu)