Ricardo
e70c6106e1
Merge pull request #493 from SerhiiZahuba/main
...
add hetzner source
2026-03-19 07:50:07 +01:00
Ricardo Bartels
441ee7c83d
adds sample config and fixes some linting issues
2026-03-18 23:07:54 +01:00
Noah
b46a844a87
cleanup unnecessary code
2026-03-18 23:00:52 +01:00
Noah
02a14c0f1e
one last tiny thing
2026-03-18 23:00:52 +01:00
Noah
0f15a5d2a2
Removed the last of the unnecessary things (hopefully)
2026-03-18 23:00:52 +01:00
Noah
732e9b4990
removed the dev doc since it's not related to this bug
2026-03-18 23:00:52 +01:00
Noah
4879273629
Added/changed where the fhrp group ip address updating prevention occured to prevent a duplicate ip address from being created, causing errors.
2026-03-18 23:00:52 +01:00
Noah
ab7c6d01b2
Added a dev document for explaining how the code works for the benefit of other devs
2026-03-18 23:00:51 +01:00
Noah
a0ca74aade
Undid part of a previous commit, to undo a mistake
2026-03-18 23:00:51 +01:00
Noah
a53ff3a207
modified: module/netbox/object_classes.py
2026-03-18 23:00:51 +01:00
Noah
b452576a78
modified: module/netbox/object_classes.py
2026-03-18 23:00:51 +01:00
Noah
7ec8fef980
changed the NBIPAddress data model entry 'assigned_object_type' to have set valid types
2026-03-18 23:00:51 +01:00
Noah
0c4aa289a1
modified: module/sources/vmware/connection.py
2026-03-18 23:00:51 +01:00
Noah
b8607b50bb
modified: module/sources/vmware/connection.py
2026-03-18 23:00:51 +01:00
Noah
867220505a
tweaked comment
2026-03-18 23:00:51 +01:00
Noah
0468d817f0
limited skipping_fhrp_group_ips to vmware since I can't test redfish presently
2026-03-18 23:00:51 +01:00
Noah
cf81cd4c6b
limited skip_fhrp_group_ips to vmware since I can't test redfish presently
2026-03-18 23:00:51 +01:00
Noah
df8ed8dfb3
added skipping_fhrp_group_ips config option to enable or disable fhrp group ip address overriding
2026-03-18 23:00:51 +01:00
Noah
61379d9049
worded the log better
2026-03-18 23:00:51 +01:00
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
29d905935e
Merge branch 'main' into main
2026-03-18 22:10:57 +01:00
Ricardo Bartels
19ca1bb707
removes python 3.6 informations and bumps minimum python version to 3.12
2026-03-18 22:07:14 +01:00
Ricardo Bartels
e972c94eac
bumps version to 1.8.1
v1.8.1
2026-03-18 21:17:34 +01:00
Ricardo Bartels
49e0688efa
disables docker pushrm for github actions
2026-03-18 20:50:22 +01:00
dedys
0d037c292a
Add descriptions to Hetzner source config options
2026-03-16 10:11:10 +02:00
Ricardo Bartels
4c5fbc8d31
adds pushrm to gitbub steps
2026-03-09 10:09:18 +01:00
Ricardo Bartels
527c16ce30
adds setuptools pinning for version 81.0.0 #497
2026-03-09 09:15:14 +01:00
Ricardo Bartels
31a0481bee
fixes dockerhub action
2026-03-09 08:53:01 +01:00
Ricardo Bartels
7c1fa010cb
adds detecction of missing os tools to report os-release #495
2026-03-09 08:27:37 +01:00
dedys
ab0b5837e1
add hetzner source
2026-02-13 09:07:26 +02: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
7c9c69aaae
Skip prune on source failure #490
2026-01-29 09:05:02 +01:00
Ricardo Bartels
05badcece7
reworks and fixes again detecting of distro version #492
2026-01-29 08:16:12 +01:00
Ricardo
8e634dd1f7
Merge pull request #489 from jeroendev-one/patch-1
...
Fix distroVersion if unknown version in VMWARE
2026-01-29 08:11:04 +01:00
Ricardo Bartels
92ae8ce5f0
updates and pins dependencies #488 #481
2026-01-29 07:58:14 +01:00
Ricardo Bartels
d578150919
Merge branch 'main' into development
2026-01-28 22:45:11 +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
9870c4427f
Merge pull request #486 from rizlas/development
...
feat: GA build and push docker image
2026-01-13 08:13:08 +01:00
Ricardo
34f910904f
Merge pull request #487 from withmorten/main
...
pin pycares to 4.0.0, newer versions are incompatible with aiodns 3.0.0
2026-01-13 07:40:07 +01:00
withmorten
86808a344e
pin pycares to 4.0.0, newer versions are incompatible with aiodns 3.0.0
2026-01-06 09:52:40 +01:00
rizlas
577caebf5c
fix: docker image removed specific os version
2026-01-03 16:42:00 +01:00
rizlas
714e57eb54
feat: GA build and push docker image
2026-01-03 16:29:30 +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