Skip to content
Snippets Groups Projects
Commit 29f4ea8e authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Move 'restore_isis_metric'

Change sequence of steps:
'restore_isis_metric' after 'update_subscription' in order to target the
correct set of nodes (remaining + new).
parent 57311f41
No related branches found
No related tags found
1 merge request!227Move 'restore_isis_metric'
Pipeline #87435 failed
......@@ -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
......
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