netbox: add storage and enable attachments plugin
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
f927de0aba
commit
69cabf8379
2 changed files with 4 additions and 2 deletions
|
@ -13,7 +13,7 @@ TIME_ZONE = "America/Chicago"
|
||||||
|
|
||||||
PLUGINS = [
|
PLUGINS = [
|
||||||
"netbox_acls",
|
"netbox_acls",
|
||||||
# // "netbox_attachments",
|
"netbox_attachments",
|
||||||
"netbox_dns",
|
"netbox_dns",
|
||||||
"netbox_interface_synchronization",
|
"netbox_interface_synchronization",
|
||||||
# // "netbox_lists",
|
# // "netbox_lists",
|
||||||
|
@ -21,6 +21,7 @@ PLUGINS = [
|
||||||
"netbox_reorder_rack",
|
"netbox_reorder_rack",
|
||||||
# // "netbox_routing",
|
# // "netbox_routing",
|
||||||
"netbox_secrets",
|
"netbox_secrets",
|
||||||
|
"netbox_storage",
|
||||||
"netbox_topology_views",
|
"netbox_topology_views",
|
||||||
# // "slurpit_netbox",
|
# // "slurpit_netbox",
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
netbox-acls == 1.6.* # https://github.com/netbox-community/netbox-acls
|
netbox-acls == 1.6.* # https://github.com/netbox-community/netbox-acls
|
||||||
#// netbox-attachments == 5.1.* # https://github.com/Kani999/netbox-attachments
|
netbox-attachments == 5.* # https://github.com/Kani999/netbox-attachments
|
||||||
netbox-interface-synchronization == 4.0.* # https://github.com/NetTech2001/netbox-interface-synchronization
|
netbox-interface-synchronization == 4.0.* # https://github.com/NetTech2001/netbox-interface-synchronization
|
||||||
#// netbox-lists == 4.0.* # https://github.com/devon-mar/netbox-lists
|
#// netbox-lists == 4.0.* # https://github.com/devon-mar/netbox-lists
|
||||||
netbox-otp-plugin == 1.3.* # https://github.com/k1nky/netbox-otp-plugin
|
netbox-otp-plugin == 1.3.* # https://github.com/k1nky/netbox-otp-plugin
|
||||||
|
@ -7,5 +7,6 @@ netbox-plugin-dns == 1.1.* # https://github.com/peteeckel/netbox-plugin-dns
|
||||||
netbox-reorder-rack == 1.1.* # https://github.com/netbox-community/netbox-reorder-rack
|
netbox-reorder-rack == 1.1.* # https://github.com/netbox-community/netbox-reorder-rack
|
||||||
#// netbox-routing == 0.2.* # https://github.com/DanSheps/netbox-routing
|
#// netbox-routing == 0.2.* # https://github.com/DanSheps/netbox-routing
|
||||||
netbox-secrets == 2.0.* # https://github.com/Onemind-Services-LLC/netbox-secrets
|
netbox-secrets == 2.0.* # https://github.com/Onemind-Services-LLC/netbox-secrets
|
||||||
|
netbox-storage-plugin == 0.7.* # https://github.com/viroge/netbox-storage
|
||||||
netbox-topology-views == 4.1.* # https://github.com/netbox-community/netbox-topology-views
|
netbox-topology-views == 4.1.* # https://github.com/netbox-community/netbox-topology-views
|
||||||
#// slurpit_netbox == 0.9.* # https://gitlab.com/slurpit.io/slurpit-netbox
|
#// slurpit_netbox == 0.9.* # https://gitlab.com/slurpit.io/slurpit-netbox
|
||||||
|
|
Loading…
Reference in a new issue