Query NetBox to get devices, connect to ESXi hypervisors and run
vmware -v, publish if needed to actual_context local context data.
Ref T1762
Differential D2782
Document hypervisor versions dereckson on Feb 7 2023, 20:42. Authored by Tags None Referenced Files
Subscribers None
Details
Query NetBox to get devices, connect to ESXi hypervisors and run Ref T1762
Diff Detail
Event TimelineComment Actions First pass :: update needed $ utils/document-hypervisors.py INFO:root:Query NetBox DCIM to get devices DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): netbox.nasqueron.org:443 DEBUG:urllib3.connectionpool:https://netbox.nasqueron.org:443 "GET /api/dcim/devices/?limit=0 HTTP/1.1" 200 7805 INFO:root:Documenting hyper-001 INFO:root:Connecting to 51.210.99.113 DEBUG:root:Version found: VMware ESXi 7.0.3 build-21053776 INFO:root:Saving new local context for hyper-001: version is VMware ESXi 7.0.3 build-21053776 DEBUG:urllib3.connectionpool:https://netbox.nasqueron.org:443 "PATCH /api/dcim/devices/1/ HTTP/1.1" 200 2710 Diff: https://netbox.nasqueron.org/extras/changelog/591/ Second pass :: no-op $ utils/document-hypervisors.py INFO:root:Query NetBox DCIM to get devices DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): netbox.nasqueron.org:443 DEBUG:urllib3.connectionpool:https://netbox.nasqueron.org:443 "GET /api/dcim/devices/?limit=0 HTTP/1.1" 200 7933 INFO:root:Documenting hyper-001 INFO:root:Connecting to 51.210.99.113 DEBUG:root:Version found: VMware ESXi 7.0.3 build-21053776 |