SDP mesh functions
All threads resolved!
All threads resolved!
Compare changes
- Aleksandr Kurbatov authored
+ 10
− 208
@@ -25,6 +25,16 @@ from gso.utils.helpers import generate_inventory_for_active_routers
@@ -25,6 +25,16 @@ from gso.utils.helpers import generate_inventory_for_active_routers
@@ -204,109 +214,6 @@ def remove_p_from_pe_real(
@@ -204,109 +214,6 @@ def remove_p_from_pe_real(
@@ -347,23 +254,6 @@ def deploy_routing_instances_real(
@@ -347,23 +254,6 @@ def deploy_routing_instances_real(
@@ -392,94 +282,6 @@ def update_subscription_model(subscription: Router) -> State:
@@ -392,94 +282,6 @@ def update_subscription_model(subscription: Router) -> State:
def add_all_p_to_pe_dry(subscription: dict[str, Any], callback_route: str, tt_number: str, process_id: UUIDstr) -> None:
"commit_comment": f"GSO_PROCESS_ID: {process_id} - TT_NUMBER: {tt_number} - Add all P-routers to this new PE",
"commit_comment": f"GSO_PROCESS_ID: {process_id} - TT_NUMBER: {tt_number} - Add all P-routers to this new PE",
def add_pe_to_all_p_dry(subscription: dict[str, Any], callback_route: str, tt_number: str, process_id: UUIDstr) -> None: