Skip to content

Commit

Permalink
Appease linters
Browse files Browse the repository at this point in the history
  • Loading branch information
allenrobel committed Dec 10, 2024
1 parent b78e996 commit ca7bea8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions playbooks/files/dynamic_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# - Removed from test due to unrelated IP POOL errors.
# - It appears that fabric would need to have SUBNET
# resource added?
#
#
elif nd_role == "vrf_lite":
# VXLAN/EVPN Fabric Name
# Uses fabric_1
Expand All @@ -97,9 +97,6 @@
switch_2 = spine_2
# switch_3: vrf-lite capable
switch_3 = bgw_1
interface_1 = interface_1
interface_2 = interface_2
interface_3 = interface_3
else:
switch_1 = leaf_1
switch_2 = spine_1
Expand Down Expand Up @@ -142,7 +139,7 @@
"interface_1": interface_1,
"interface_2": interface_2,
"interface_3": interface_3,
"testcase": nd_testcase
"testcase": nd_testcase,
},
},
"dcnm": {
Expand Down

0 comments on commit ca7bea8

Please sign in to comment.