Commit Graph

318 Commits

Author SHA1 Message Date
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
Ricardo Bartels ff4957023a adds check if permitted subnet contains prefix length #441 2025-02-24 08:00:13 +01:00
Ricardo Bartels e5619c33c9 better mitigates issue with assigning VLAN groups #373 2025-02-22 10:21:00 +01:00
Ricardo Bartels 1117bf1b29 fixes issue with mac address wrongly tagged orphaned 2025-02-21 23:17:48 +01:00
Ricardo Bartels c783da62ac fixes issue with tagging of VLANs if VLAN sync is disabled #392 2025-02-21 22:30:18 +01:00
Ricardo Bartels c12cb81430 improves the vlan group relation settings #373 2025-02-21 21:38:55 +01:00
Ricardo Bartels 04cb13c8e0 adds custom field for host power status and combines two others #379 #440 2025-02-20 17:43:35 +01:00
Ricardo Bartels f88c5f73ed adds possibility to match VM by serial for NetNox >= 4.1 instances 2025-02-19 23:30:29 +01:00
Ricardo Bartels 13311abce9 adds vm guest prettyName in order to extract correct VM platform #429 2025-02-19 23:10:51 +01:00
Ricardo Bartels 80ac276b7b adds support for site scope on cluster object in NetBox 4.2.0 #436 2025-02-19 22:45:12 +01:00
Ricardo Bartels 9400b16eb3 adds support for 'primary_mac_address' in NetBox 4.2 #436 2025-01-31 11:16:33 +01:00
Ricardo 5b54f04db7 Merge pull request #435 from joachimBurket/feat/set-vm-serial-number-from-instanceuuid
Add the `serial` field to NetBox VirtualMachine
2025-01-30 16:30:22 +01:00
joachimBurket 2963de5141 only set the 'serial' field for NetBox version >=4.1.0
Signed-off-by: joachimBurket <joachim.burket@protonmail.ch>
2025-01-23 16:14:01 +01:00
Joachim Burket 849bd27d4c add the 'serial' field to NetBox VirtualMachine and set it from VMWare 'instanceUuid'
Signed-off-by: Joachim Burket <joachim.burket@protonmail.ch>
2025-01-23 13:56:59 +01:00
ricardo.bartels@telekom.de 26a228140b adds config option disable collection of ESXi serial #428 2024-12-12 16:45:02 +01:00
ricardo.bartels@telekom.de 9d11567206 fixes issue with redfish source and sorting resource with no names 2024-12-12 16:39:18 +01:00
ricardo.bartels@telekom.de 740f1e1fca fixes issue with vlan filter #373 2024-11-28 14:29:33 +01:00
ricardo.bartels@telekom.de 13685c5b60 adds config options vlan_group_relation_by_name and vlan_group_relation_by_id #373 2024-11-22 12:07:21 +01:00
ricardo.bartels@telekom.de 08b244ac56 mitigates issue of pruning newly used tags #401 2024-11-20 22:22:52 +01:00
ricardo.bartels@telekom.de 29b0296ef0 fixes typos 2024-11-20 22:05:52 +01:00
ricardo.bartels@telekom.de e30a556b71 bumps version to 1.7.0 2024-10-21 15:48:45 +02:00
ricardo.bartels@telekom.de 654d30e9d9 adds VM IPv6 as primary IPv6 if only one candidate was found #394 2024-10-21 09:21:13 +02:00
ricardo.bartels@telekom.de dde3fe41d5 adds lockup for already used slugs of certain NotBox objects #402 2024-09-28 01:29:50 +02:00
ricardo.bartels@telekom.de 19664389a8 fix issue with cached data from previous NetBox versions #415 2024-09-28 00:19:06 +02:00
ricardo.bartels@telekom.de b3fe545d99 adds config option to define VM values as decimal #400 #413 2024-09-23 21:43:31 +02:00
ricardo.bartels@telekom.de ee97fbb474 adds compatability for VM disk size in NetBox 4.1.0 #413 2024-09-14 00:43:33 +02:00
ricardo.bartels@telekom.de 9b1aeb8bed adds host_platform_relation #408 2024-09-14 00:23:07 +02:00