nofar

Results 10 issues of nofar

Remove `Run all Ansible roles` option from hostgroup dropdown if no roles are assigned.

Needs testing
Not yet reviewed
Waiting on contributor

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...

Not yet reviewed
Waiting on contributor
Needs testing
UI

Update foreman_remote_execution and foreman-tasks dependencies using `~>` instead of `>=`.

Not yet reviewed
Waiting on contributor

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...

Needs testing
Not yet reviewed

Use isEqual for deep comparison when matching variable values, ensuring correct behavior during variable deletion.

Not yet reviewed

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

Not yet reviewed

- 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

Not yet reviewed

Dependent on: * https://github.com/theforeman/foreman/pull/10321

Not yet reviewed
Waiting on contributor

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...

Waiting on contributor