You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently there are ifcfg-* files all around and it seems they are deprecated in RHEL8. Instead we should move to a more declarative way of doing it (like using nmstate) or at least NetworkManager stuff
To Reproduce
Try to setup the network in the RHEL8 way.
Expected/observed behavior
Currently ifcfg-* files are used and the legacy network service.
can you provide some example of those ifcfg files?
As in #688 comments, network scripts has been deprecated in RHEL8 so if you don't enable the deprecated network service and reboot the helper node, the ifcfg-baremetal and ifcfg-provisioning files are not processed, hence not reachable.
The issue is that we should probably stop inlining the now-deprecated ifcfg files, and instead either use nmcli in those scripts, or perhaps nmstate to configure things declaratively.
Describe the bug
Currently there are ifcfg-* files all around and it seems they are deprecated in RHEL8. Instead we should move to a more declarative way of doing it (like using nmstate) or at least NetworkManager stuff
To Reproduce
Try to setup the network in the RHEL8 way.
Expected/observed behavior
Currently ifcfg-* files are used and the legacy
network
service.Additional context
Related to #688 and #689
The text was updated successfully, but these errors were encountered: