From 505cde7e6b122a3e6bfd1b03dec9c19dd96bef74 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:27:18 +0100 Subject: [PATCH] [PR #7569/42e55e4f backport][stable-8] infiniband can be a slave too (#7635) infiniband can be a slave too (#7569) * infiniband can be a slave too * adding changelog fragment (cherry picked from commit 42e55e4f86c4d69a01883c1648510d9e1b76f5cd) Co-authored-by: mark-tomich --- changelogs/fragments/7569-infiniband-slave-support.yml | 2 ++ plugins/modules/nmcli.py | 1 + 2 files changed, 3 insertions(+) create mode 100644 changelogs/fragments/7569-infiniband-slave-support.yml diff --git a/changelogs/fragments/7569-infiniband-slave-support.yml b/changelogs/fragments/7569-infiniband-slave-support.yml new file mode 100644 index 0000000000..f54460842d --- /dev/null +++ b/changelogs/fragments/7569-infiniband-slave-support.yml @@ -0,0 +1,2 @@ +minor_changes: + - nmcli - allow for ``infiniband`` slaves of ``bond`` interface types (https://github.com/ansible-collections/community.general/pull/7569). diff --git a/plugins/modules/nmcli.py b/plugins/modules/nmcli.py index c200a5cbc2..af78dab40a 100644 --- a/plugins/modules/nmcli.py +++ b/plugins/modules/nmcli.py @@ -2003,6 +2003,7 @@ class Nmcli(object): 'bridge-slave', 'team-slave', 'wifi', + 'infiniband', ) @property