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:
Updated by The Foreman Bot 4 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10690 added
Updated by Ewoud Kohl van Wijngaarden 3 months ago
- Category set to Unattended installations
- Red Hat JIRA set to SAT-28296
Updated by Ewoud Kohl van Wijngaarden 3 months ago
- Triaged changed from No to Yes
Updated by Anonymous 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|0fc87f274d1954aaf09ab9489c134ace87cad5b6.
Actions