Skip to content
Open
Changes from 1 commit
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ The following control variables are available in this collection.
| `force_run_all` | Force all roles in the collection to run | `false` |
| `interface_delete_mode` | Remove interface state as part of the remove role | `false` |
| `inventory_delete_mode` | Remove inventory state as part of the remove role | `false` |
| `link_fabric_delete_mode` | Remove fabric link state as part of the remove role | `false` |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this for intra fabric links and edge connections?

@juburnet juburnet May 12, 2025

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mtarking this is for intra fabric links only. It was added in PR #194 but not updated in all locations.
It's in use in links.yml in remove role: "Manage NDFC Fabric Links" for common and isn remove tasks.

It looks like @mthurstocisco added a new variable for Edge Connections - "edge_connections_delete_mode" in PR #280 . However, it looks like we don't have that in all the docs either. I will update this PR and change the title to include Edge in the docs

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@juburnet is there usage implemented everywhere we expect across common and/or different fabric types?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging this PR but opened #385 to track the verification effort. @juburnet can you pick this up?

| `link_vpc_delete_mode` | Remove vpc link state as part of the remove role | `false` |
| `multisite_child_fabric_delete_mode` | Remove child fabric from MSD/MFD fabric as part of the remove role | `false` |
| `multisite_network_delete_mode` | Remove network state as part of the remove role for multisite (MSD and MFD) fabrics | `false` |
Expand Down