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

(profile::core::dtn) rm tql_tunning service; replace with NM dispatch #520

Merged
merged 2 commits into from
Jan 27, 2022

Conversation

jhoblitt
Copy link
Member

The tql_tunning service is being invoked on every puppet run. This is
undesirable as it makes it appear if the puppet state on the node is
not converged. Running interface tuning commands as a one-off is also
undesirable as parameters may be lost when the interface goes up and
down. The NM dispatch script hooks are a more reliable option.
Additionally, interface name specific configuration generally should not
be baked into a profile class as it is inherently tied to a hosts
hardware.

The `tql_tunning` service is being invoked on every puppet run.  This is
undesirable as it makes it appear if the puppet state on the node is
not converged.  Running interface tuning commands as a one-off is also
undesirable as parameters may be lost when the interface goes up and
down.  The NM dispatch script hooks are a more reliable option.
Additionally, interface name specific configuration generally should not
be baked into a profile class as it is inherently tied to a hosts
hardware.
@jhoblitt jhoblitt merged commit 0573f57 into master Jan 27, 2022
@jhoblitt jhoblitt deleted the IT-3108/dtn branch January 27, 2022 19:56
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 this pull request may close these issues.

1 participant