Skip to content
Snippets Groups Projects

Add checks to baseconfig

Merged Simone Spinelli requested to merge add_checks_to_baseconfig into develop
1 file
+ 1
5
Compare changes
  • Side-by-side
  • Inline
@@ -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")
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."""
execute_playbook(
playbook_name="base_config_checks.yaml",
@@ -99,7 +99,3 @@ def run_checks_after_base_config(subscription: dict[str, Any], callback_route: s
inventory=subscription["router"]["router_fqdn"],
extra_vars={},
)
return {
"subscription": subscription,
}
Loading