Actions
Feature #38750
closedManaged interfaces without subnet assigned should include options to not initialize them at boot time
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Unattended installations
Target version:
-
Description
Interfaces marked as managed but that don't have a subnet assigned to them should include options to not start on boot like -noipv4 -noipv6 and onboot=false
Steps to Reproduce:
1. Create a host with an interface marked as "managed" on Satellite. Don't assign a subnet to it
2. After provisioning, observe NetworkManager logs to see it trying to initialize the interfaces
Actual behavior:
Interfaces are configured as if they were to be configured via dhcp (mod=auto on network manager profile)
Expected behavior:
Interfaces should be disabled.
Business Impact / Additional info:
Actions