Feature/update router create workflow
Compare changes
Files
5+ 21
− 19
@@ -17,12 +17,12 @@ from pynetbox.models.dcim import Interfaces
@@ -184,7 +184,7 @@ def create_subscription(product: UUIDstr, customer: str) -> State:
@@ -242,14 +242,13 @@ def initialize_subscription(
@@ -277,7 +276,7 @@ def provision_ip_trunk_iface_dry(
@@ -305,7 +304,7 @@ def provision_ip_trunk_iface_real(
@@ -323,7 +322,7 @@ def check_ip_trunk_connectivity(
@@ -351,7 +350,7 @@ def provision_ip_trunk_isis_iface_dry(
@@ -379,7 +378,7 @@ def provision_ip_trunk_isis_iface_real(
@@ -396,7 +395,7 @@ def check_ip_trunk_isis(
@@ -428,22 +427,25 @@ def reserve_interfaces_in_netbox(subscription: IptrunkProvisioning) -> State:
@@ -484,7 +486,7 @@ def create_iptrunk() -> StepList: