kayobe/releasenotes/notes/add-support-link-configuration-a80e8579fc8b783f.yaml
Maksim Malchuk 2c22526f70 Add initial support for systemd-networkd link configuration
Added initial support for systemd-networkd link configuration, now
you can configure and rename the name of a network interface if you
know the MAC address of the interface.

Also added unit tests and fixed issues in the test_overcloud_host_configure.py:
 * Added unit test for networkd.
 * Fixed pep8 issues.
 * Removed unused import.
 * Fixed 'not in' issue in assert.

Change-Id: I8321183dbc747ef521aa0d2660ebeef8b0342c6a
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2024-09-04 19:04:38 +00:00

7 lines
213 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
features:
- |
Added initial support for systemd-networkd link configuration, now you can
configure and rename the name of a network interface if you know the MAC
address of the interface.