Actions
Bug #37098
openProvisioning rhel9 with a dedicated provisioning interface results in an extra host created
Status:
Ready For Testing
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Provisioning an RHEL9 system with a dedicated nic for provisioning and another as primary results in a duplicated host created on satellite, with the name defined on the provisioning interface.
This happens because we're using the rhsm component of Anaconda to register the system. At that point of the installation, the host is using the hostname that it got from the DHCP. Then it registers into Satellite with that name.
Later, the anaconda will update the name for the name of the primary interface, but at that point, the extra host already exists on Satellite.
Actions