tripleo-image-elements/elements/interface-names
Alex Schultz d641e019b9 Cleanup stale interface if exists
There is a bug in the CentOS 8 image where the ens3 interface file
exists. We should clean that up if it exists to prevent issues when
booting. We manage the interfaces later with os-net-config so we don't
want them to exist in the image.

Change-Id: I95d851f194a524caad639188e7df8f041fa2a248
Closes-Bug: #1866202
2020-03-11 11:34:30 -06:00
..
install.d Cleanup stale interface if exists 2020-03-11 11:34:30 -06:00
README.md Clear net.ifnames definition 2019-08-27 07:44:14 -06:00

README.md

interface-names

net.ifnames may be 0 in /etc/default/grub which can make generating a configuration for the network interfaces difficult. The default in RHEL7 was to not have this defined. The kernel args can be tuned later in the deployment so we want to clean it out if it is defined in grub.