Feature #178
closedAutomate populating the TFTP directory
Added by Paul Kelly almost 15 years ago. Updated about 14 years ago.
Description
The media objects describe the boot files that are required.
Provide a mechanism for populating the /tftp directory with pxelinux.0, etc
Files
0001-Fixes-178-Automate-populating-the-TFTP-directory.patch | 0001-Fixes-178-Automate-populating-the-TFTP-directory.patch | 8.77 KB | Ohad Levy, 10/17/2010 09:11 AM | ||
0001-Added-support-for-Debian-based-distributions-for-aut.patch | 0001-Added-support-for-Debian-based-distributions-for-aut.patch | 3.66 KB | Jochen Schalanda, 10/17/2010 02:09 PM |
Updated by Paul Kelly almost 15 years ago
- Status changed from New to Ready For Testing
A rake task tftp:populate has been provided.
An acion link on the medias page has been provided.
code is available on the new_iscdhcp_from_edge branch on my github
Updated by Paul Kelly over 14 years ago
- Branch set to feature/178-populate-tftp
Rebased on develop.
All tests working.
Whitespace beaten into submission
Updated by Paul Kelly over 14 years ago
Rebased on develop
Converted javascript to cope with many-to-many operatingsystems. Ouch!
All tests pass
Updated by Paul Kelly over 14 years ago
Addressed points highlighted in last commit by Ohad. (Especially the very dumb one.)
The curb gem is no longer required, but not having it disables the feature, after saying this in the log.
Updated by Ohad Levy over 14 years ago
- Subject changed from Automate populating the DHCP directory to Automate populating the TFTP directory
- Target version set to 0.1-6
Updated by Paul Kelly over 14 years ago
Rebased against version with STI families.
Minor fixes and visual improvements
Tested
Updated by Paul Kelly over 14 years ago
rebased
tested
Also contains the commit for #144 - media contains bootinfo
Updated by Paul Kelly about 14 years ago
The "download tftp boot files" link is greyed out if the media does not contain an OS that supports tftp downloads.
The "populate" functions interrogate the OS/family to see if it supports the required functionality
Updated by Ohad Levy about 14 years ago
- File 0001-Fixes-178-Automate-populating-the-TFTP-directory.patch 0001-Fixes-178-Automate-populating-the-TFTP-directory.patch added
- Status changed from Ready For Testing to Feedback
Paul,
I've taken a difference approch on this feature, as eventually, the media populating itself should not be done via foreman directly - it should be the tfp server which should request the media files.
in the scenario of one Foreman server, and many tftp servers across the internet/WAN, it does not make sense to foreman to fetch the files.
Attached is my first step solution to the problem, please review and feedback.
Ohad
Updated by Jochen Schalanda about 14 years ago
- File 0001-Added-support-for-Debian-based-distributions-for-aut.patch 0001-Added-support-for-Debian-based-distributions-for-aut.patch added
Hi,
based on Ohad's patch I've added support for Debian-based distributions which basically consists of adding the template file for pxelinux and implementing the Debian#boot_files_uri
method in the Debian OS family class.
Cheers,
Jochen
Updated by Ohad Levy about 14 years ago
- Status changed from Feedback to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 0f77c7f285a0bb37e267e9206b699d7c245782f9.
Updated by Ohad Levy about 14 years ago
- Status changed from Ready For Testing to Closed