Project

General

Profile

Bug #2793

Updated by Lukas Zapletal almost 11 years ago

Foreman Discovery uses eth0's MAC address from facts for provisioning, so while booting from different NIC you've to manually change the MAC address. 
 
 <pre> 
 
 app/models/host/discovered.rb#L49 
 
 --- 
 
 h.mac = values["macaddress_eth0"].downcase 
 
 </pre> 

 

 On irc Ohad mentioned about using IPAPPEND 2 -> (BOOTIF=<hardware-address-of-boot-interface>) like Anaconda does, if it's possible of course.

Back