Skip to content
Snippets Groups Projects
Commit 022e5180 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Update PE router list attribute in ibgp mesh update

parent b0b1a811
No related branches found
No related tags found
No related merge requests found
Pipeline #90760 failed
This commit is part of merge request !319. Comments created here will be created in the context of that merge request.
...@@ -125,7 +125,7 @@ def add_all_pe_to_p_dry(subscription: dict[str, Any]) -> LSOState: ...@@ -125,7 +125,7 @@ def add_all_pe_to_p_dry(subscription: dict[str, Any]) -> LSOState:
extra_vars = { extra_vars = {
"dry_run": True, "dry_run": True,
"subscription": subscription, "subscription": subscription,
"pe_router_list": generate_inventory_for_routers(RouterRole.PE), "pe_router_list": generate_inventory_for_routers(RouterRole.PE)["all"]["hosts"],
"verb": "add_pe_to_p", "verb": "add_pe_to_p",
} }
...@@ -142,7 +142,7 @@ def add_all_pe_to_p_real(subscription: dict[str, Any], tt_number: str, process_i ...@@ -142,7 +142,7 @@ def add_all_pe_to_p_real(subscription: dict[str, Any], tt_number: str, process_i
extra_vars = { extra_vars = {
"dry_run": False, "dry_run": False,
"subscription": subscription, "subscription": subscription,
"pe_router_list": generate_inventory_for_routers(RouterRole.PE), "pe_router_list": generate_inventory_for_routers(RouterRole.PE)["all"]["hosts"],
"commit_comment": f"GSO_PROCESS_ID: {process_id} - TT_NUMBER: {tt_number} - Update iBGP mesh", "commit_comment": f"GSO_PROCESS_ID: {process_id} - TT_NUMBER: {tt_number} - Update iBGP mesh",
"verb": "add_pe_to_p", "verb": "add_pe_to_p",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment