Actions
Feature #38422
openHost Orchestration - Renderability checks for templates
Description
The new `Orchestration::Templates` class verifies the host's readiness for the provisioning process and checks that all default os templates are renderable.
The `Orchestration::TFTP` was handling this use case partially, only for ['PXELinux', 'PXEGrub2', 'PXEGrub', 'iPXE'] kinds, leaving other template kinds from the list.
How to reproduce the issue- Foreman + Smart Proxy, provisioning setup
- Assign PXELinux, PXEGrub2, and Kickstart Default templates to OS
- Ensure the Kickstart Default cannot be rendered (for example, with invalid Ruby syntax).
- Provision a host
Updated by The Foreman Bot about 16 hours ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10540 added
Updated by Leos Stejskal about 16 hours ago
- Related to Refactor #38423: Create Host Form - Improvements for templates resolve added
Actions