Page MenuHomeDevCentral

Document hypervisor versions
ClosedPublic

Authored by dereckson on Feb 7 2023, 20:42.
Tags
None
Referenced Files
F10251355: D2782.id7064.diff
Thu, Jun 26, 22:15
F10234728: D2782.id.diff
Thu, Jun 26, 13:19
F10225205: D2782.id7065.diff
Thu, Jun 26, 08:00
F10222532: D2782.id7066.diff
Thu, Jun 26, 06:17
Unknown Object (File)
Wed, Jun 25, 16:53
Unknown Object (File)
Wed, Jun 25, 07:07
Unknown Object (File)
Sat, Jun 21, 22:50
Unknown Object (File)
Sat, Jun 21, 22:20
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.