Robert Romero
0db8a9be30
indention was still off
2024-03-22 09:27:48 -07:00
Robert Romero
78f85abd08
Fixed indentions
2024-03-22 09:24:26 -07:00
Robert Romero
0ae67f44e6
handle the case where nb_mgmt_ip is None gracefully and prevent the AttributeError from occurring.
2024-03-22 09:20:00 -07:00
Robert Romero
a07b56bddc
update
2024-03-22 08:36:38 -07:00
Robert Romero
15205bde97
updated to skip ib interfaces
2024-03-22 08:36:01 -07:00
Robert Romero
82eb67c2c0
Merge pull request #2 from NessieCanCode/NessieCanCode-ip-patch-1
...
Skips IP within 0.0.0.0/0 within network.py
2024-03-20 13:09:31 -07:00
Robert Romero
51687dd9f0
Skips IP within 0.0.0.0/0 within network.py
...
Fixed an issue with IPMI interfaces with a default IP of 0.0.0.0/0, which can not be assigned within netbox.
Fixed a small typo:
(assigned_object and assigned_object_id != interface.id):
vs.
(assigned_object and assigned_object.id != interface.id):
2024-03-20 13:09:06 -07:00
Robert Romero
bbe30d230a
Merge pull request #1 from NessieCanCode/NessieCanCode-inventory-patch
...
Truncate Serials Over 50 characters in inventory.py
2024-03-20 12:50:18 -07:00
Robert Romero
5519a5edcf
Truncate Serials Over 50 characters in inventory.py
...
Ensured serial numbers don't exceed 50 characters.
2024-03-20 12:48:01 -07:00