From a813536a120be9f6a89e89026426aff436dc5991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Solbj=C3=B8rg?= Date: Wed, 22 Mar 2023 21:51:18 +0100 Subject: feat(create-switch): Add log about how to sync to gondul --- tools/netbox/scripts/create-switch/create-switch.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/netbox/scripts/create-switch/create-switch.py') diff --git a/tools/netbox/scripts/create-switch/create-switch.py b/tools/netbox/scripts/create-switch/create-switch.py index d4eba1e..ee3196a 100644 --- a/tools/netbox/scripts/create-switch/create-switch.py +++ b/tools/netbox/scripts/create-switch/create-switch.py @@ -193,3 +193,5 @@ class CreateSwitch(Script): cable._terminations_modified = True cable.save() self.log_success(f"Cabled {data['destination_device']} {a_interface} to {switch} {b_interface}") + + self.log_success(f"To create this switch in Gondul you can trigger an update immediately or view the device first and trigger an update from there.") -- cgit v1.2.3