Skip to content
Snippets Groups Projects
Verified Commit 6b0eb794 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Uncomment LSO steps in modify Edge Port

parent 19b26d17
No related branches found
No related tags found
1 merge request!286Add Edge Port, GÉANT IP and IAS products
...@@ -263,8 +263,8 @@ def modify_edge_port() -> StepList: ...@@ -263,8 +263,8 @@ def modify_edge_port() -> StepList:
>> unsync >> unsync
>> modify_edge_port_subscription >> modify_edge_port_subscription
>> capacity_has_changed(update_interfaces_in_netbox) >> capacity_has_changed(update_interfaces_in_netbox)
# >> capacity_has_changed(lso_interaction(update_edge_port_dry)) >> capacity_has_changed(lso_interaction(update_edge_port_dry))
# >> capacity_has_changed(lso_interaction(update_edge_port_real)) >> capacity_has_changed(lso_interaction(update_edge_port_real))
>> capacity_has_changed(allocate_interfaces_in_netbox) >> capacity_has_changed(allocate_interfaces_in_netbox)
>> resync >> resync
>> done >> done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment