Noah
fa494df9ae
stops ip addresses assigned to FHRP groups from being reassigned
2026-03-18 23:00:51 +01:00
Ricardo Bartels
9e0b5cd2b2
fixes indentations and adds updated default settings
2026-03-18 22:39:36 +01:00
Ricardo Bartels
8b939420b8
Merge branch 'sol1-468-review' into development
2026-03-18 22:29:56 +01:00
Ricardo Bartels
e972c94eac
bumps version to 1.8.1
2026-03-18 21:17:34 +01:00
Ricardo Bartels
7c1fa010cb
adds detecction of missing os tools to report os-release #495
2026-03-09 08:27:37 +01:00
Ricardo Bartels
bb61e3243d
fixes issue with correct path of netbox status API call #446
2026-02-04 10:30:48 +01:00
Ricardo Bartels
05badcece7
reworks and fixes again detecting of distro version #492
2026-01-29 08:16:12 +01:00
Jeroendev
2154f50741
Fix distroVersion if unknown version in VMWARE
...
File "/opt/netbox-sync/module/sources/vmware/connection.py", line 2200, in add_virtual_machine
detailed_data_dict.get("distroVersion") not in platform:
TypeError: 'in <string>' requires string as left operand, not NoneType
Fixes this error, this seemed to be when a OS version is not known in VMWare.
2026-01-16 14:48:18 +01:00
Ricardo Bartels
499862a332
adds support for check-refish source 2.0.0 #478
2025-10-24 23:26:41 +02:00
Littlericket
5c8e54cdbb
fix: handle object and multi-object custom fields correctly
2025-10-24 23:26:41 +02:00
joachimBurket
f496c95bee
only set the Cluster scope_type if the site_name is not None
2025-10-24 23:26:41 +02:00
Ricardo Bartels
53e5b07d2a
fixes issue with parsing of vm guest data #448
2025-10-24 23:26:41 +02:00
Ricardo Bartels
51d95defad
adds distroVersion to VM linux platform #448
2025-10-24 23:26:41 +02:00
Ricardo Bartels
f201402115
fixes issue with type hints for python <3.10.0 setups #456
2025-10-24 23:26:41 +02:00
Ricardo Bartels
deafd5b629
fixes issue with retrieving platform name for newer guest tools #448
2025-10-24 23:26:41 +02:00
Ricardo Bartels
95baf2940a
enhances NetBox version detection #446
2025-10-24 23:26:41 +02:00
Noah
2c7c3eb59b
cleaned up some more
2025-08-25 10:15:44 +10:00
Noah
9a70da1c12
cleaned up a bit
2025-08-25 10:15:44 +10:00
Noah
0625c3c2d9
added <NONE> as an option for scope type in config
2025-08-25 10:15:44 +10:00
Noah
ac5c334205
Added dcim.location and dcim.region as valid options for scope type in config
2025-08-25 10:15:44 +10:00
Noah
6cd57088de
re-added site as an NBCluster attribute to maintain backwards compatability
2025-08-25 10:15:44 +10:00
Noah
a20bd47e5d
updated NBCluster class to allow different scope types
2025-08-25 10:15:44 +10:00
Noah
453f0e5cb5
updated some comments, uncommented some methods. Need to find where scope_type is being set
2025-08-25 10:15:44 +10:00
Noah
6116302039
updated the config option descriptions (written to generated config files)
2025-08-25 10:15:44 +10:00
Noah
9b86ccb301
added the site_name as a way to set the scope_id and scope_type (as a site)
2025-08-25 10:15:44 +10:00
Noah
2d773ba4b9
fix a rather important typo for this bug fix
2025-08-25 10:15:44 +10:00
Noah
c090d83c0e
added debugging logs, for debugging
2025-08-25 10:15:44 +10:00
Noah
71a8dbf4d9
cluster site now optional, added scope type option. incomplete
2025-08-25 10:15:44 +10:00
Ricardo
20d356c7e9
Merge pull request #452 from Littlericket/bug-451
...
fix: handle object and multi-object custom fields correctly
2025-07-23 23:18:10 +02:00
Ricardo
94745d092b
Merge pull request #469 from joachimBurket/fix/resolve-cluster-without-site-issue
...
fix: only set the Cluster scope_type if the site_name is not None
2025-07-23 23:14:20 +02:00
joachimBurket
328c70b9f1
only set the Cluster scope_type if the site_name is not None
2025-07-03 17:41:43 +02:00
Ricardo Bartels
1548495058
fixes issue with parsing of vm guest data #448
2025-06-18 12:06:17 +02:00
Ricardo Bartels
cee3425e0c
adds distroVersion to VM linux platform #448
2025-06-17 15:06:26 +02:00
Ricardo Bartels
7c14187ef2
fixes issue with type hints for python <3.10.0 setups #456
2025-05-09 13:05:06 +02:00
Littlericket
edf0495e64
fix: handle object and multi-object custom fields correctly
2025-03-21 15:33:51 +01:00
Ricardo Bartels
720a3ba47a
fixes issue with retrieving platform name for newer guest tools #448
2025-03-21 07:39:55 +01:00
Ricardo Bartels
92711a92ed
enhances NetBox version detection #446
2025-03-20 22:41:53 +01:00
Ricardo Bartels
2e4c0f3163
adds note about issue with VLAN group
2025-03-07 21:15:03 +01:00
Ricardo Bartels
341e6ecc1b
bump version to 1.8.0 and current date
2025-03-07 20:22:49 +01:00
Ricardo Bartels
ae5246f6e7
fixes issue with properly assigned MAC addresses
2025-03-04 00:17:56 +01:00
Ricardo Bartels
4a610952f5
adds CDP info to ESXi host nic description if available #350
2025-03-03 23:22:03 +01:00
Ricardo Bartels
c6d617cdc6
improves handling of object scopes
2025-02-28 01:28:20 +01:00
Ricardo Bartels
64f1c3a664
fixes issue with detection of running guest tools #326 #443
2025-02-27 22:11:26 +01:00
Ricardo Bartels
8f9fa015a7
fixes issue with finding ip prefixx in NetBox 4.2 and reassignes VRFs to IPs #397
2025-02-26 09:45:46 +01:00
Ricardo Bartels
d7ca5d36a2
adds config option 'vm_exclude_by_tag_filter' #393
2025-02-26 08:05:30 +01:00
Ricardo Bartels
c47e4ae0f3
bumps version to 1.8.0
2025-02-26 07:01:06 +01:00
Ricardo Bartels
eebede0ccf
fixes implementation for guest tools prettyName #429
2025-02-25 08:11:02 +01:00
Ricardo Bartels
758e864d14
ignore reassignment and deletion if IP has role anycast #344
2025-02-24 23:03:47 +01:00
Ricardo Bartels
e798b30df5
fixes issue with reassigned IP addresses of subinterfaces within VM #302
2025-02-24 22:34:58 +01:00
Ricardo Bartels
6274052d5a
skip IP address handling if no VMWare tools are installed or if VM is switched off #326
2025-02-24 21:46:14 +01:00