可以在集群中查看待安装节点、并直接安装节点

This commit is contained in:
GoEdgeLab
2020-10-26 21:15:13 +08:00
parent e643de4132
commit f52c8e7cda
6 changed files with 918 additions and 373 deletions

View File

@@ -6,6 +6,7 @@ package pb;
import "model_node_cluster.proto";
import "model_node_login.proto";
import "model_node_install_status.proto";
import "model_node_ip_address.proto";
message Node {
int64 id = 1;
@@ -25,4 +26,5 @@ message Node {
NodeCluster cluster = 32;
NodeLogin login = 33;
NodeInstallStatus installStatus = 34;
repeated NodeIPAddress ipAddresses = 35;
}