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

Add new cidr const and remove dep on network fact #896

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TorLdre
Copy link
Contributor

@TorLdre TorLdre commented Feb 2, 2024

Since chrony is set up in kickstart we can not use network facts based on named_interfaces.
This fix makes sure chronyd do not fail to start on first boot.

A new constant pr region is introduced, "netcfg_trp_cidr4". The constant is simply the IPv4 netmask in the standard CIDR notation. Normally, we calculate this value based on the traditional netmask value, but this is not possible in every usecase, including configuration of chrony on controllers in the kickstart phase.

These changes are meant as a replacement for PR
#893

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant