Feature #1536
Foreman should check DHCP entries on build
Description
Foreman should always check if a DHCP-Entry for a host is still present if the host gets rebuild.
In my case Foreman did not add the DHCP-Entry for an old host which I wanted to rebuild. The original DHCP-Entry added initially from Foreman was removed by deleting dhcpd.leases file.
What I expect:
Foreman should check if the host which is getting build has an entry in the DHCP with the entered settings (IP, MAC and so on). If it doesnt, it should be added.
Related issues
Associated revisions
History
#1
Updated by Dominic Cleal over 8 years ago
- Has duplicate Feature #3607: RFE : make sure a dhcp request exists when a host is (re)built added
#2
Updated by Dominic Cleal over 8 years ago
- Related to Feature #2799: Ability to repush DHCP settings added
#3
Updated by Dominic Cleal almost 8 years ago
- Has duplicate Bug #7622: DHCP leases not created when rebuilding hosts. added
#4
Updated by Ohad Levy almost 8 years ago
- Related to Feature #746: Generate all the Host template when click on Build to avoid errors during installation added
#5
Updated by The Foreman Bot over 7 years ago
- Description updated (diff)
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2135 added
#6
Updated by Marek Hulán over 7 years ago
- Legacy Backlogs Release (now unused) set to 35
- Category set to DHCP
#7
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 87c6feb2227813507ae8a2911ef7f51475fa081a.
Fixes #1536 - Foreman should check DHCP entries on build.