fosshostorg / aarch64

Dashboard and API for https://console.aarch64.com
https://console.aarch64.com
GNU Affero General Public License v3.0
12 stars 7 forks source link

Show which hypervisor a vm is on #53

Closed haylinmoore closed 3 years ago

haylinmoore commented 3 years ago

also provide the v4 address of the hypervisor in the proxies tab so that users can configure A records correctly

natesales commented 3 years ago

The hypervisor itself is already exposed to the dashboard, so that would just take a little frontend code to concatenate vm.pop and vm.host. The IPv4 address is trickier since they live in a different collection. The best way to address this imho is to add a vm.host_ipv4 field at VM creation time.