diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py index f1beae9ded934624936d7ffe61f5e5938521a479..8bc37c650b86b854e68db70cc86b8571e73dbd7e 100644 --- a/gso/utils/workflow_steps.py +++ b/gso/utils/workflow_steps.py @@ -163,6 +163,7 @@ def add_all_pe_to_p_real( extra_vars=extra_vars, ) + @step("Calculate list of all active PE routers") def calculate_pe_router_list() -> State: """Calculate a list of all active PE routers in the network.""" diff --git a/gso/workflows/router/update_ibgp_mesh.py b/gso/workflows/router/update_ibgp_mesh.py index ac493144730646f3dea96d20db79d64660a276b3..bf0d0416d9f4ae39fa4b18e2640e8be04444866f 100644 --- a/gso/workflows/router/update_ibgp_mesh.py +++ b/gso/workflows/router/update_ibgp_mesh.py @@ -84,6 +84,7 @@ def add_p_to_mesh_real(subscription: dict[str, Any], callback_route: str, tt_num extra_vars=extra_vars, ) + @step("Verify iBGP session health") def check_ibgp_session(subscription: Router, callback_route: str) -> None: """Run a playbook using the provisioning proxy, to check the health of the new iBGP session."""