Skip to content

Commit

Permalink
[minor_change] add support for configuration of fabric pod selectors …
Browse files Browse the repository at this point in the history
…with aci_fabric_pod_selector module
  • Loading branch information
akinross authored and lhercot committed Oct 31, 2023
1 parent 939924a commit 31b576e
Show file tree
Hide file tree
Showing 4 changed files with 715 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/module_utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@
MATCH_GRACEFUL_RESTART_CONTROLS_MAPPING = dict(helper="helper", complete="")

EP_LOOP_PROTECTION_ACTION_MAPPING = {"bd": "bd-learn-disable", "port": "port-disable"}

FABRIC_POD_SELECTOR_TYPE_MAPPING = dict(all="ALL", range="range")
Loading

0 comments on commit 31b576e

Please sign in to comment.