Skip to content
Snippets Groups Projects
Verified Commit a2e3f6ed authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov Committed by Karel van Klink
Browse files

`validate_router` - change in P-BGP verb

Using `add_pe_to_p` will check that all PE neighbors are present in the
list of BGP neighbors in P-ONLY group.
`verify_p_ibgp` had a custom template to regenerate the entire BGP
config on a P router - this is legacy.
parent a91e5d54
No related branches found
No related tags found
1 merge request!310`validate_router` - change in P-BGP verb
...@@ -59,7 +59,7 @@ def verify_p_ibgp(subscription: dict[str, Any]) -> LSOState: ...@@ -59,7 +59,7 @@ def verify_p_ibgp(subscription: dict[str, Any]) -> LSOState:
"dry_run": True, "dry_run": True,
"subscription": subscription, "subscription": subscription,
"pe_router_list": generate_inventory_for_routers(RouterRole.PE)["all"]["hosts"], "pe_router_list": generate_inventory_for_routers(RouterRole.PE)["all"]["hosts"],
"verb": "verify_p_ibgp", "verb": "add_pe_to_p",
"is_verification_workflow": "true", "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