-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
nmcli: add runner_fast_rate option #6148
nmcli: add runner_fast_rate option #6148
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
All suggested changes were made. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nits, looks good besides that!
All fixed |
Hi @felixfontein, |
@jeffmcutter @heaveaxy @haddystuff there are currently multiple open PRs by you three for the nmcli module (#5974, #6106, #6105, #6107, #6108, #6148) which are waiting for reviews. Since I don't know nmcli well and am not maintaining this module, I would be glad if you could review each other's PRs. I'll gladly help with making sure that all formalities are OK and with merging, but I cannot really judge the PR changes themselves. Thanks :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found one difference in argspecs in nmcli module file and tests. I commented this line, check it pls.
All others looking good to me.
Co-authored-by: Sam Potekhin <eax24@ya.ru>
If nobody objects, I'll merge this weekend. |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6239 🤖 @patchback |
* add runner_fast_rate option * unset default value for runner_fast_rate parameter * add some commas * Remove default in copy of argspec. Co-authored-by: Sam Potekhin <eax24@ya.ru> --------- Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Sam Potekhin <eax24@ya.ru> (cherry picked from commit d4f272b)
@haddystuff thanks for your contriution! |
…tion (#6239) nmcli: add runner_fast_rate option (#6148) * add runner_fast_rate option * unset default value for runner_fast_rate parameter * add some commas * Remove default in copy of argspec. Co-authored-by: Sam Potekhin <eax24@ya.ru> --------- Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Sam Potekhin <eax24@ya.ru> (cherry picked from commit d4f272b) Co-authored-by: Alex Groshev <38885591+haddystuff@users.noreply.github.com>
SUMMARY
This PR adds team.runner-fast-rate parameter support for nmcli module. Feature was requested in #6065
ISSUE TYPE
COMPONENT NAME
plugins/modules/nmcli.py