Releases: sukritphiboon/fc-inventory
Releases · sukritphiboon/fc-inventory
Release list
v1.0.0 - First Production Release
First production-ready release of FC Inventory Tool 🎉
What is this?
A web-based inventory collector for Huawei FusionCompute, similar to RVTools for VMware. Connects to the FusionCompute VRM REST API and exports infrastructure data (VMs, hosts, clusters, datastores, networks) to a multi-sheet Excel workbook.
Quick start
- Download
FCInventoryTool-v1.0.0-windows.zipbelow - Unzip and run
FCInventoryTool.exe - Browser opens automatically at http://localhost:5000
- Enter your FusionCompute VRM host, username, password
- Click Collect Inventory → Download Excel
No Python installation required.
What's included
- 10 RVTools-style Excel sheets: vSummary, vInfo, vCPU, vMemory, vDisk, vNetwork, vHost, vCluster, vDatastore, vSwitch
- Power state per VM (ON/OFF)
- VM UUID + Disk UUID for asset tracking
- Hybrid field mapping (works across multiple FC versions)
- Auto-detect login (multiple API versions, auth methods)
- Live progress bar with cancel
- Production WSGI (waitress)
- Localhost-only binding by default
Tested with
- Huawei FusionCompute 8.9.0
- Windows 10 / 11
Security
- Password never logged or stored
- Web UI binds to 127.0.0.1 only
- See README - Security Considerations for full details
Changelog
See CHANGELOG.md for the full list of features.
Files
FCInventoryTool-v1.0.0-windows.zip— Standalone Windows executable (no Python required)- Source code — Available on the repository (MIT License)