Actions
Bug #25567
closedWrong provision method signature for RancherOS
Description
Description of problem:
After upgrading from Foreman 1.19 to Foreman 1.20, RancherOS provisioning is not possible.
Unable to render PXELinux template ‘PXE RancherOS’: wrong number of arguments (given 1, expected 2…3)
Fetch TFTP boot files for pxetest.container.domain.de task failed with the following error: wrong number of arguments (given 1, expected 2…3)
How reproducible:
Upgrade Foreman from 1.19 to 1.20 and try to provision RancherOS.
Workaround:
Comment out /usr/share/foreman/app/models/operatingsystems/rancheros.rb
def boot_files_uri(medium, architecture, host = nil)
super(medium, architecture, host)
end
Updated by Tomer Brisker about 6 years ago
- Assignee set to Tomer Brisker
- Target version set to 1.20.1
- Triaged changed from No to Yes
Updated by Tomer Brisker about 6 years ago
- Related to Feature #19389: Change TFTP filename pattern to include unique installation media ID added
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6287 added
Updated by Tomer Brisker about 6 years ago
- Related to Bug #25613: Template snapshot tests should use multiple OS families added
Updated by Tomer Brisker about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 5842df480a34fa07dca79183ffb59b5d22c3241d.
Updated by Tomer Brisker about 6 years ago
- Fixed in Releases 1.20.1, 1.21.0 added
Actions