|
|
|
@ -118,7 +118,7 @@ apiServerPort="12345"
|
|
|
|
|
|
|
|
|
|
# install hosts |
|
|
|
|
# Note: install the scheduled hostname list. If it is pseudo-distributed, just write a pseudo-distributed hostname |
|
|
|
|
ips="ark0,ark1,ark2,ark3,ark4" |
|
|
|
|
ips="ds1,ds2,ds3,ds4,ds5" |
|
|
|
|
|
|
|
|
|
# ssh port, default 22 |
|
|
|
|
# Note: if ssh port is not default, modify here |
|
|
|
@ -126,19 +126,19 @@ sshPort="22"
|
|
|
|
|
|
|
|
|
|
# run master machine |
|
|
|
|
# Note: list of hosts hostname for deploying master |
|
|
|
|
masters="ark0,ark1" |
|
|
|
|
masters="ds1,ds2" |
|
|
|
|
|
|
|
|
|
# run worker machine |
|
|
|
|
# note: list of machine hostnames for deploying workers |
|
|
|
|
workers="ark2,ark3,ark4" |
|
|
|
|
# note: need to write the worker group name of each worker, the default value is "default" |
|
|
|
|
workersGroup=(["ds1"]="default" ["ds2"]="default" ["ds3"]="default" ["ds4"]="default" ["ds5"]="default") |
|
|
|
|
|
|
|
|
|
# run alert machine |
|
|
|
|
# note: list of machine hostnames for deploying alert server |
|
|
|
|
alertServer="ark3" |
|
|
|
|
alertServer="ds3" |
|
|
|
|
|
|
|
|
|
# run api machine |
|
|
|
|
# note: list of machine hostnames for deploying api server |
|
|
|
|
apiServers="ark1" |
|
|
|
|
apiServers="ds1" |
|
|
|
|
|
|
|
|
|
# whether to start monitoring self-starting scripts |
|
|
|
|
monitorServerState="false" |
|
|
|
|