From 6b2a21f812760bea4515f3bb3e44f6b2af05580d Mon Sep 17 00:00:00 2001 From: test <12997002+test1091333785@user.noreply.gitee.com> Date: Mon, 29 May 2023 05:41:43 +0000 Subject: [PATCH] test Signed-off-by: test <12997002+test1091333785@user.noreply.gitee.com> --- dbapi-assembly/bin/install_config.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dbapi-assembly/bin/install_config.conf b/dbapi-assembly/bin/install_config.conf index e109b2e..c404951 100644 --- a/dbapi-assembly/bin/install_config.conf +++ b/dbapi-assembly/bin/install_config.conf @@ -3,7 +3,7 @@ # A comma separated list of machine hostname or IP would be installed DBApi, # including apiServers, manager, gateway. If you want to deploy in cluster mode # Example for hostnames: ips="host1,host2,host3", Example for IPs: ips="192.168.8.1,192.168.8.2,192.168.8.3,192.168.8.4,192.168.8.5" -# 所有要安装DBApi的主机ip,用逗号分隔 +# 192.168.10.88 ips=host1,host2,host3 # Port of SSH protocol, default value is 22. For now we only support same port in all `ips` machine @@ -12,16 +12,16 @@ sshPort=22 # must be a subset of configuration `ips`. # Example for hostname: gateway="host1", Example for IP: gateway="192.168.8.3" -# 要安装gateway的主机ip +# 192.168.10.88 gateway=host1 # A comma separated list of machine hostname or IP would be installed apiServer, # All hostname or IP must be a subset of configuration `ips` # Example for hostnames: apiServers="host1,host2,host3", Example for IPs: apiServers="192.168.8.1,192.168.8.2,192.168.8.3,192.168.8.4,192.168.8.5" -# 要安装apiServer的主机ip,用逗号分隔 +# 192.168.10.88 apiServers=host1,host2,host3 # must be a subset of configuration `ips`. # Example for hostname: manager="host2", Example for IP: manager="192.168.8.3" -# 要安装manager的主机ip,用逗号分隔 +# 192.168.10.88 manager=host2 \ No newline at end of file -- Gitee