Sync MAC addresses and schedule endpoint sync jobs

This commit is contained in:
2026-07-10 10:42:44 +02:00
parent 58af2bde5d
commit 36f158b108
7 changed files with 142 additions and 16 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ class VMwareImporterConfig(PluginConfig):
name = "netbox_vmware_importer"
verbose_name = "VMware Importer"
description = "Synchronize VMware vSphere virtual machines into NetBox."
version = "0.1.7"
version = "0.1.8"
author = "Internal NetBox Team"
base_url = "vmware-importer"
min_version = "4.4.0"
@@ -15,6 +15,7 @@ class VMwareImporterConfig(PluginConfig):
# Importing registers the scheduler system job with NetBox.
from . import jobs # noqa: F401
from . import signals # noqa: F401
config = VMwareImporterConfig