-
Notifications
You must be signed in to change notification settings - Fork 72
Add NetworkManager support #170
Comments
Not sure what the correct step(s) are to make this work on CentOS 8. The above mentioned disabling of "NM_CONTROLLED=no" didn't do the trick for me. For the time being, workaround, the latest one-context 5.8.0 el7 do work with the legacy network-scripts though. |
@hydro-b For the upcoming 5.10 release, there will be new |
Is it correct, that you will only remove "NM_CONTROLLED=no" in /etc/one-context.d/loc-10-network and still use the old-style network-scripts? |
EL8 package will now only install legacy |
Sorry but thats not enough. |
It should come up on boot, because each interface is put up by the scripts:
If you don't want to rely on the contextualization scripts later (e.g., you uninstall the contextualization package), it's true that the NetworkManager ignores that interface (because of
But, maybe I'm missing something. |
@vholer Thank you for the hint. That works for us. :-) |
I'm converting this issue into native support for NetworkManager controlled and configured interfaces, so that current legacy approach with network-scripts and excluding NM (via |
NM support implemented as part of #227 |
Hi,
The following statement is made in RHEL8 release notes:
Instead of removing NetworkManager and installing deprecated network-scripts, I recommend to simply remove "NM_CONTROLLED=no" statement from network-scripts config files (ifcfg-.*).
Best regards,
Laurent
The text was updated successfully, but these errors were encountered: