Merge "Fix network configuration when no eth0 interface is present"

This commit is contained in:
Zuul 2020-07-28 16:50:23 +00:00 committed by Gerrit Code Review
commit a2bdcc0cc7
2 changed files with 10 additions and 1 deletions

@ -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.

@ -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