Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebooting the RHEL8 helper makes it unreachable #688

Closed
e-minguez opened this issue Jul 24, 2019 · 3 comments · Fixed by #689
Closed

Rebooting the RHEL8 helper makes it unreachable #688

e-minguez opened this issue Jul 24, 2019 · 3 comments · Fixed by #689

Comments

@e-minguez
Copy link
Contributor

Describe the bug
After configuring the ifcfg-* files and rebooting the helper, it is unreachable because the network service is not enabled in RHEL8

To Reproduce
Run the 02 script and reboot the helper node.

Expected/observed behavior
Cannot log-in via network and ip a shows no IPs

Additional context

@hardys
Copy link

hardys commented Jul 24, 2019

The network service is enabled by default provided a network interface is enabled during the installation AFAIK?

I'm not sure this is actually specific to RHEL8, or just a side-effect of how it was installed? Can you provide more details?

@e-minguez
Copy link
Contributor Author

Network scripts are deprecated in RHEL8 and they are no longer provided by default (according to the docs) https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/configuring_and_managing_networking/index#Using-NetworkManager-with-sysconfig-files_getting-started-with-networking-devices-with-NetworkManager

Maybe it is just a matter of removing the NM_CONTROLLED=no setting?

@hardys
Copy link

hardys commented Jul 24, 2019

Maybe it is just a matter of removing the NM_CONTROLLED=no setting?

No the configuration files themselves are now a deprecated interface, thanks for the reminder :)

I think to replace them we'll need to switch to using nmcli in the scripts instead of creating the ifcfg files, which also aligns better with how things work on the (RHEL8 based) RHCOS image.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants