Fix network configuration when no eth0 interface is present

Change-Id: Idbdd494f9435d663564346fd0e0a053b656168c3
Story: 2007913
Task: 40316
This commit is contained in:
Pierre Riteau 2020-07-10 15:06:01 +02:00
parent 8d67d72fa4
commit ca648622b1
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
---
fixes:
- |
Removes the ``ifcfg-eth0`` network interface configuration file when not
required, using a new version of the ``MichaelRigaert.interfaces`` Ansible
role. This file ships with CentOS 8 cloud images and can prevent the
``network`` service from starting successfully when no ``eth0`` interface
is present or being configured. See `story 2007913
<https://storyboard.openstack.org/#!/story/2007913>`__ for details.

View File

@ -5,7 +5,7 @@
# There are no versioned releases of this role.
version: 8438592c84585c86e62ae07e526d3da53629b377
- src: MichaelRigart.interfaces
version: v1.5.0
version: v1.6.0
- src: mrlesmithjr.manage-lvm
version: v0.1.4
- src: mrlesmithjr.mdadm