Skip to content
Snippets Groups Projects

Run playbook when terminating router

Merged Karel van Klink requested to merge feature/router-termination-remove-config into develop
7 files
+ 84
36
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -73,7 +73,7 @@ def set_isis_to_90000(subscription: Iptrunk, process_id: UUIDstr, callback_route
"verb": "deploy",
"config_object": "isis_interface",
"commit_comment": f"GSO_PROCESS_ID: {process_id} - TT_NUMBER: {tt_number} - Deploy config for "
f"{subscription.iptrunk.geant_s_sid} ",
f"{subscription.iptrunk.geant_s_sid}",
}
execute_playbook(
Loading