Actions
Bug #38222
openUbuntu 20.04 Autoinstall provisioning template snapshots do not include NIC
Description
Ubuntu 20.04 Autoinstall templates do not render any information on the NIC. The network section contains only a version field:
..
network:
version: 2
ssh:
..
We should cover at least two cases:
A) An NIC config with an identifier (like eth0)
B) An NIC config without any identifier (empty field should result in an id0 with a match section for Autoinstall)
Updated by The Foreman Bot 2 days ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10450 added
Actions