Commit graph

220 commits

Author SHA1 Message Date
45a78e5a8e Test error handling for itf creation. 2025-08-18 18:20:08 +02:00
fee663856f
Adds error management for lldp 2024-04-22 16:19:28 +02:00
74c8876984
Adds error management for lldp 2024-04-22 16:14:49 +02:00
01087896d1
Try to not add switch vlan 2024-04-22 16:11:03 +02:00
c395c18ee3
Revert error detection tests 2024-03-12 12:28:40 +01:00
9fa51c0294
Improves error detection 2024-03-12 11:09:34 +01:00
fca0507c8b
Improves error detection 2024-03-12 10:15:12 +01:00
0c1345edc1
Improves error detection 2024-03-12 10:14:00 +01:00
356807ac65
Improves error detection 2024-03-12 10:12:09 +01:00
7342a04a5c
Improves error detection 2024-03-12 09:48:40 +01:00
c4a5a1ac7e
Improves error detection 2024-03-12 09:17:15 +01:00
8476bd3c73
Improves error detection 2024-03-12 09:16:38 +01:00
4e4a67e0bd
Improves error detection 2024-03-12 09:15:46 +01:00
100259ae0a
Improves error detection 2024-03-12 09:14:29 +01:00
6374b7b13f
Improves error detection 2024-03-12 09:12:33 +01:00
0c795a53dd
Improves error detection 2024-03-12 09:08:53 +01:00
3d44530f39
Improves error detection 2024-03-12 09:07:48 +01:00
9e7163a1e5
Modifies default chassis role 2024-03-11 19:47:43 +01:00
d75d4b6b37
Modifies default chassis role 2024-03-11 19:42:57 +01:00
7886c4315b
Modifies default chassis role 2024-03-11 19:37:53 +01:00
ff703494c2
Modifies default chassis role 2024-03-11 19:33:20 +01:00
a19514fb2c
Modifies default chassis role 2024-03-11 17:47:19 +01:00
5c2d9058e8
Modifies default chassis role 2024-03-11 17:30:18 +01:00
0501797fc0
Adds OVH instance detection 2024-02-28 15:43:05 +01:00
962cdab9e8
Rollbacks changes 2024-02-05 16:57:24 +01:00
b38c35ab76
Try to fix unicode() changed name 2024-02-05 16:52:18 +01:00
38b9417cde
Try to fix unicode() changed name 2024-02-05 16:48:53 +01:00
fe1820b831
Try to fix unicode() changed name 2024-02-05 16:44:18 +01:00
a426819e57
Fixes python 3.11 error 2024-02-05 16:28:35 +01:00
e9b2701916
Fully disable inventory if set as false in config 2024-02-03 14:45:41 +01:00
a46a74b994
Fully removes HD detection 2024-02-03 14:24:23 +01:00
94a08e3e8f
Removes HD detection 2024-02-03 14:22:34 +01:00
9e992e93a7
Adds Scaleway detection 2024-02-03 11:19:53 +01:00
6dc8951352
Change manufacturer detection 2024-02-03 11:10:58 +01:00
fa4dd2b681
Fixes role handling 2024-02-02 19:14:13 +01:00
Oleg Zagrebelsky
ba4cdb217b
fix lldp.py (#280)
Co-authored-by: kszd487 <kszd487@ukc02dd0ylp3ywui.lan>
2023-08-28 18:54:53 +02:00
Alexander Daichendt
08360bafbb fix: lshw crashes due to duplicate logical name 2023-04-08 11:17:23 +02:00
Clay Sweetser
dc224e209b Make IPMI information gathering optional. 2023-02-27 19:06:14 -05:00
Clay Sweetser
8cba98ec43
Simplify is_vm function 2023-02-24 19:15:23 -05:00
François Blondel
221ac16e87 feat: Retrieve and manage MTU for the interfaces 2023-02-14 23:32:26 +01:00
Cyril Levis
528ecc09b0
fix: allow the inventory of several hp controller of the same model 2023-01-13 17:12:25 +01:00
Cyril Levis
4cf054278f
fix: prevent crash if disk fields attrs missing 2022-12-14 09:00:37 +01:00
Cyril Levis
49b269efa6
chore: fetch more data as custom_fields for hp inventory 2022-12-13 17:27:35 +01:00
Cyril Levis
cedb6818a3
fix: handle big list of hp disk
we cant use p.wait() if too much data.
2022-12-13 17:26:45 +01:00
Cyril Levis
a9af96bba2
fix: get disk serial number 2022-12-13 17:26:14 +01:00
Cyril Levis
ca2a69b66f
fix: enable disk inventory for HPE 2022-12-09 14:19:26 +01:00
Cyril Levis
e0685e7167
fix: add space in ignore_patterns
to prevent false positive like `/data/cache/temp` for eg
2022-12-02 12:28:47 +01:00
Cyril Levis
bf65da0c58
fix: deadlock storcli inventory
When there is a lot of data return by storcli due to a lot of disk, the inventory was in deadlock
Its a known problem, see:
https://docs.python.org/3/library/subprocess.html#subprocess.Popen.wait
2022-11-30 09:49:51 +01:00
Cyril Levis
2d8ec831e6
fix: dvd rom inventory crash
dvdrom dont have serial number, we fallback on a 'unknown' value now to prevent crash
2022-11-17 11:00:48 +01:00
Cyril Levis
e96a50379b
chore: refactor hp raid ignore errors handling 2022-11-16 15:46:57 +01:00