-
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
feat(nmcli): support the fail_over_mac parameter #9571
feat(nmcli): support the fail_over_mac parameter #9571
Conversation
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! I've added some first comments.
changelogs/fragments/9570-feat-nmcli-add-fail-over-mac-parameter.yml
Outdated
Show resolved
Hide resolved
…er.yml Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
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.
LGTM
Co-authored-by: Felix Fontein <felix@fontein.de>
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #9594 🤖 @patchback |
* feat(nmcli): support the fail_over_mac parameter * add fail_over_mac to +bond.options * update unit tests * Update changelogs/fragments/9570-feat-nmcli-add-fail-over-mac-parameter.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * change to type str and add choices according to documentation * Update plugins/modules/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit d6863ea)
@cnfrancis thanks for your contribution! |
…_over_mac parameter (#9594) feat(nmcli): support the fail_over_mac parameter (#9571) * feat(nmcli): support the fail_over_mac parameter * add fail_over_mac to +bond.options * update unit tests * Update changelogs/fragments/9570-feat-nmcli-add-fail-over-mac-parameter.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * change to type str and add choices according to documentation * Update plugins/modules/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit d6863ea) Co-authored-by: cnfrancis <37379852+cnfrancis@users.noreply.github.com>
…#9571) * feat(nmcli): support the fail_over_mac parameter * add fail_over_mac to +bond.options * update unit tests * Update changelogs/fragments/9570-feat-nmcli-add-fail-over-mac-parameter.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * change to type str and add choices according to documentation * Update plugins/modules/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
SUMMARY
Missing fail_over_mac parameter in the module ncmli, this PR is to make this parameter available.
Fixes #9570
ISSUE TYPE
COMPONENT NAME
nmcli
ADDITIONAL INFORMATION
Before
After