theforeman / foreman_fog_proxmox

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

Host deletion does not delete vm on proxmox #230

Closed tristanrobert closed 1 year ago

tristanrobert commented 1 year ago

Proxmox 7.1 Foreman 3.4 Foreman_fog_proxmox 0.14.0

tristanrobert commented 1 year ago

If you want to delete vm on host destroy, add this line in config/settings.yml:

:destroy_vm_on_host_delete: true
ekohl commented 1 year ago

Note there is also a setting in the UI you can change. No need to modify the YAML file.

tristanrobert commented 1 year ago

Note there is also a setting in the UI you can change. No need to modify the YAML file.

Thank you !