nofar
nofar
Remove `Run all Ansible roles` option from hostgroup dropdown if no roles are assigned.
[WIP] Fixes #35400 - Update pagination component to fix ansible roles pagination on host edit page
This PR applies the second part of the solution to fix the pagination issues we have with ansible roles on the host edit page. The PR for the first part...
Update foreman_remote_execution and foreman-tasks dependencies using `~>` instead of `>=`.
This PR applies the first part of the solution to fix the pagination issues we have with ansible roles on the host edit page. The PR for the second part...
Use isEqual for deep comparison when matching variable values, ensuring correct behavior during variable deletion.
Add support for Secure Boot & Virtual TPM.
New `firmware` option for creating new hosts in Libvirt, allowing users to specify the VM firmware type, including Secure Boot. Requires: - https://github.com/theforeman/foreman/pull/10321 - https://github.com/fog/fog-libvirt/pull/155
- Add `uefi_secure_boot` firmware for UEFI with Secure Boot enabled. - Add `virtual_tpm` option to compute-attributes. Requires: - https://github.com/theforeman/foreman/pull/10324 - https://github.com/fog/fog-vsphere/pull/305
Dependent on: * https://github.com/theforeman/foreman/pull/10321
Requires: * https://github.com/fog/fog-libvirt/pull/155 This PR includes two commits: 1. Add firmware selection option for Libvirt VM creation. 2. Introduce a new firmware type for Secure Boot support. When creating a...