Skip to content
Snippets Groups Projects
Commit 4124627e authored by Karel van Klink's avatar Karel van Klink :smiley_cat: Committed by Simone Spinelli
Browse files

Do as Karel says

parent ba7ffce9
No related branches found
No related tags found
1 merge request!133Add checks to baseconfig
Pipeline #85249 passed
...@@ -91,7 +91,7 @@ def set_isis_to_90000(subscription: Iptrunk, process_id: UUIDstr, callback_route ...@@ -91,7 +91,7 @@ def set_isis_to_90000(subscription: Iptrunk, process_id: UUIDstr, callback_route
@step("[CHECK] Run show commands after base config install") @step("[CHECK] Run show commands after base config install")
def run_checks_after_base_config(subscription: dict[str, Any], callback_route: str) -> State: def run_checks_after_base_config(subscription: dict[str, Any], callback_route: str) -> None:
"""Workflow step for running show commands after installing base config.""" """Workflow step for running show commands after installing base config."""
execute_playbook( execute_playbook(
playbook_name="base_config_checks.yaml", playbook_name="base_config_checks.yaml",
...@@ -99,7 +99,3 @@ def run_checks_after_base_config(subscription: dict[str, Any], callback_route: s ...@@ -99,7 +99,3 @@ def run_checks_after_base_config(subscription: dict[str, Any], callback_route: s
inventory=subscription["router"]["router_fqdn"], inventory=subscription["router"]["router_fqdn"],
extra_vars={}, extra_vars={},
) )
return {
"subscription": subscription,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment