Skip to content

Module: dcnm_vpc_pair - Remove Manageable Check for Devices #345

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

Merged
merged 3 commits into from
Nov 20, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions plugins/modules/dcnm_vpc_pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@
dcnm_vpc_pair_utils_get_sync_status,
dcnm_vpc_pair_utils_get_delete_list,
dcnm_vpc_pair_utils_get_all_filtered_vpc_pair_pairs,
dcnm_vpc_pair_utils_validate_devices,
)


Expand Down Expand Up @@ -1104,9 +1103,6 @@ def dcnm_vpc_pair_translate_playbook_info(self, config, ip_sn, hn_sn):
# Add other translations as required
dcnm_vpc_pair_utils_translate_config(self, cfg)

# Check if the switches included in the config are Manageable.
dcnm_vpc_pair_utils_validate_devices(self, cfg)

def dcnm_vpc_pair_fetch_template_details(self, template_info):

"""
Expand Down
Loading