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

corrected list of arguments

parent c2616719
No related branches found
No related tags found
No related merge requests found
Pipeline #85936 failed
This commit is part of merge request !177. Comments created here will be created in the context of that merge request.
......@@ -224,6 +224,7 @@ def calculate_old_side_data(subscription: Iptrunk, replace_index: int) -> State:
def check_ip_trunk_optical_levels(
subscription: Iptrunk,
callback_route: str,
replace_index: int,
) -> State:
"""Check Optical levels on the trunk."""
extra_vars = {"wfo_ip_trunk_json": json.loads(json_dumps(subscription)), "check": "optical"}
......@@ -407,6 +408,7 @@ def confirm_continue_move_fiber() -> FormGenerator:
def check_ip_trunk_connectivity(
subscription: Iptrunk,
callback_route: str,
replace_index: int,
) -> State:
"""Check successful connectivity across the new trunk."""
extra_vars = {"wfo_ip_trunk_json": json.loads(json_dumps(subscription)), "check": "ping"}
......@@ -462,6 +464,7 @@ def deploy_new_isis(
def check_ip_trunk_isis(
subscription: Iptrunk,
callback_route: str,
replace_index: int,
) -> State:
"""Run an Ansible playbook to confirm :term:`ISIS` adjacency."""
extra_vars = {"wfo_ip_trunk_json": json.loads(json_dumps(subscription)), "check": "isis"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment