mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
cluster: derive default machine name from its hostname when adding to cluster
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user