Feature/sdp bgp mesh update
Compare changes
+ 286
− 0
@@ -12,9 +12,12 @@ from pydantic_forms.core import FormPage
@@ -12,9 +12,12 @@ from pydantic_forms.core import FormPage
@@ -38,6 +41,185 @@ def _deploy_base_config(
@@ -38,6 +41,185 @@ def _deploy_base_config(
def deploy_base_config_dry(subscription: dict[str, Any], tt_number: str, process_id: UUIDstr) -> State:
@@ -50,6 +232,78 @@ def deploy_base_config_real(subscription: dict[str, Any], tt_number: str, proces
@@ -50,6 +232,78 @@ def deploy_base_config_real(subscription: dict[str, Any], tt_number: str, proces
"""Workflow step for setting the :term:`ISIS` metric to an arbitrarily high value to drain a link."""
@@ -91,6 +345,38 @@ def run_checks_after_base_config(subscription: dict[str, Any]) -> LSOState:
@@ -91,6 +345,38 @@ def run_checks_after_base_config(subscription: dict[str, Any]) -> LSOState: