Feature/use conditionals
All threads resolved!
All threads resolved!
Compare changes
- Karel van Klink authored
"""A modification workflow that updates the :term:`LAG` interfaces that are part of an existing IP trunk."""
@@ -15,6 +15,7 @@ from pydantic_forms.validators import Label
@@ -15,6 +15,7 @@ from pydantic_forms.validators import Label
@@ -159,22 +160,23 @@ def modify_iptrunk_subscription(
@@ -159,22 +160,23 @@ def modify_iptrunk_subscription(
"""Modify the subscription in the service database, reflecting the changes to the newly selected interfaces."""
@@ -250,67 +252,96 @@ def provision_ip_trunk_iface_real(
@@ -250,67 +252,96 @@ def provision_ip_trunk_iface_real(
def update_interfaces_in_netbox(subscription: Iptrunk, removed_ae_members: dict, previous_ae_members: dict) -> State:
@@ -326,15 +357,29 @@ def modify_trunk_interface() -> StepList:
@@ -326,15 +357,29 @@ def modify_trunk_interface() -> StepList: