Page MenuHomeDevCentral

Document hypervisor versions
ClosedPublic

Authored by dereckson on Feb 7 2023, 20:42.
Tags
None
Referenced Files
F2841448: D2782.id7065.diff
Mon, Apr 22, 23:17
Unknown Object (File)
Mon, Apr 22, 21:12
Unknown Object (File)
Mon, Apr 22, 12:14
Unknown Object (File)
Sun, Apr 21, 22:34
Unknown Object (File)
Fri, Apr 19, 05:45
Unknown Object (File)
Thu, Apr 18, 21:24
Unknown Object (File)
Thu, Apr 18, 16:28
Unknown Object (File)
Thu, Apr 18, 16:28
Subscribers
None

Details

Summary

Query NetBox to get devices, connect to ESXi hypervisors and run
vmware -v, publish if needed to actual_context local context data.

Ref T1762

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

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
This revision is now accepted and ready to land.Feb 7 2023, 21:04
This revision was landed with ongoing or failed builds.Feb 7 2023, 21:05
This revision was automatically updated to reflect the committed changes.