Skip to content
Snippets Groups Projects
Commit 7e7e807a authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Remove `active_routers` function (renamed)

parent b08cc489
No related branches found
No related tags found
1 merge request!310`validate_router` - change in P-BGP verb
Pipeline #90560 failed
......@@ -77,7 +77,7 @@ def verify_pe_mesh_in_pe(subscription: dict[str, Any]) -> LSOState:
"dry_run": True,
"subscription": subscription,
"verb": "add_pe_mesh_to_pe",
"pe_router_list": generate_inventory_for_active_routers(
"pe_router_list": generate_inventory_for_routers(
router_role=RouterRole.PE, exclude_routers=[subscription["router"]["router_fqdn"]]
)["all"]["hosts"],
"is_verification_workflow": "true",
......@@ -104,7 +104,7 @@ def verify_all_p_in_pe(subscription: dict[str, Any]) -> LSOState:
"dry_run": True,
"subscription": subscription,
"verb": "add_all_p_to_pe",
"p_router_list": generate_inventory_for_active_routers(
"p_router_list": generate_inventory_for_routers(
router_role=RouterRole.P, exclude_routers=[subscription["router"]["router_fqdn"]]
)["all"]["hosts"],
"is_verification_workflow": "true",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment