Page MenuHomeDevCentral

Document hypervisor versions
ClosedPublic

Authored by dereckson on Feb 7 2023, 20:42.
Tags
None
Referenced Files
F12405045: D2782.id7066.diff
Mon, Nov 3, 00:56
F12404731: D2782.id7065.diff
Mon, Nov 3, 00:20
F12404729: D2782.id.diff
Mon, Nov 3, 00:20
F12404715: D2782.diff
Mon, Nov 3, 00:19
F12404564: D2782.diff
Sun, Nov 2, 23:58
F12402204: D2782.id7064.diff
Sun, Nov 2, 17:41
F12402198: D2782.id7065.diff
Sun, Nov 2, 17:41
F12400718: D2782.id.diff
Sun, Nov 2, 13:26
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.