cluster: derive default machine name from its hostname when adding to cluster

This commit is contained in:
Pasha Sviderski
2026-06-19 16:54:59 +10:00
parent e3823c29bf
commit 0c42a7df65
8 changed files with 352 additions and 203 deletions
+2
View File
@@ -34,6 +34,8 @@ message MachineInfo {
string name = 2;
NetworkConfig network = 3;
IP public_ip = 4;
// Operating system hostname of the machine.
string hostname = 5;
}
message NetworkConfig {