Feature #338
Don't use MAC address as matching parameter when using "spoof"
| Status: | Feedback | Start: | 07/06/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Unattended installations | |||
| Target version: | - | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 0 |
Description
When using the 'spoof' unattended installation option from a host on the local network, the MAC address (if available) is still used to determine which host profile to render the kickstart for.
This patch ignores the MAC address if using the ?spoof=<ip.addr> option. This is required for our environment, as we don't directly control DHCP/DNS so use the spoof option to obtain the correct kickstart file.
History
Updated by Ohad Levy over 1 year ago
- Status changed from New to Feedback
- Assigned to changed from Ohad Levy to Jon Fautley
would you consider refactoring the code that if using spoof, it simply doesn't go to that bit of code?
I think it would be cleaner if all of the additional checks will not be performed if we are in spoof mode.
Updated by Ohad Levy over 1 year ago
- Tracker changed from Bug to Feature
Updated by Ohad Levy over 1 year ago
- Target version set to 0.2
This seems to me a bit hackish.. I'll try to refactor the logic.... newer patches are welcome :)
Updated by Ohad Levy about 1 year ago
- Backlog set to No
would you mind refactoring the patch along side with the patch for #359?
Updated by Ohad Levy about 1 year ago
additionally, the latest version uses the MAC address if it exists, ignoring the ip address altogether, maybe this solves your original issue?
