Skip to content
Snippets Groups Projects

Move 'restore_isis_metric'

Merged Aleksandr Kurbatov requested to merge bugfix/nat-617-isis-restore into develop
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -834,12 +834,12 @@ def migrate_iptrunk() -> StepList:
>> lso_interaction(check_ip_trunk_connectivity)
>> lso_interaction(deploy_new_isis)
>> lso_interaction(check_ip_trunk_isis)
>> should_restore_isis_metric(confirm_continue_restore_isis)
>> should_restore_isis_metric(lso_interaction(restore_isis_metric))
>> lso_interaction(delete_old_config_dry)
>> lso_interaction(delete_old_config_real)
>> update_ipam
>> update_subscription_model
>> should_restore_isis_metric(confirm_continue_restore_isis)
>> should_restore_isis_metric(lso_interaction(restore_isis_metric))
>> old_side_is_nokia(netbox_remove_old_interfaces)
>> new_side_is_nokia(netbox_allocate_new_interfaces)
>> resync
Loading