diff options
| author | wangchengcheng <[email protected]> | 2023-07-27 15:43:51 +0800 |
|---|---|---|
| committer | wangchengcheng <[email protected]> | 2023-07-27 15:43:51 +0800 |
| commit | 124f687daace8b85e5c74abac04bcd0a92744a8d (patch) | |
| tree | 4f563326b1be67cfb51bf6a04f1ca4d953536e76 /MPE/deployment configuration/tsg/hosts | |
| parent | 08686ae87f9efe7a590f48db74ed133b481c85b1 (diff) | |
P19 23.07 online-configP19
Diffstat (limited to 'MPE/deployment configuration/tsg/hosts')
| -rw-r--r-- | MPE/deployment configuration/tsg/hosts | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/MPE/deployment configuration/tsg/hosts b/MPE/deployment configuration/tsg/hosts new file mode 100644 index 0000000..efcaf28 --- /dev/null +++ b/MPE/deployment configuration/tsg/hosts @@ -0,0 +1,132 @@ +#=================================Galaxy OLAP deployment checklist====================================== +#Mariadb,master to master. +#Maximum 2 servers. +[mariadb] +192.168.20.221 +192.168.20.222 +#Include components: galaxy-job-service +#At least 2 servers +[job] +192.168.20.221 +192.168.20.222 + +#Include components: galaxy-qgw-service +#At least 2 servers +[qgw] +192.168.20.221 +192.168.20.222 + + +#Include components: galaxy-report-service +#At least 2 servers +[report] +192.168.20.221 +192.168.20.222 + + +#galaxy-hos-service,galaxy-hos-keepalive +#At least 2 servers +[hos] +192.168.20.193 +192.168.20.194 + +#Include components:galaxy-gateway-keepalive,galaxy-gateway-nginx,chproxy +#At least 2 servers,cluster servers>2,galaxy-gateway-keepalive on the first and second server. +[gateway_load_balancer] +192.168.20.221 +192.168.20.222 + +#Include components:galaxy-hos-keepalive and galaxy-hos-nginx +#At least 2 servers,cluster servers>2,galaxy-hos-keepalive on the first and second server. +[hos_load_balancer] +192.168.20.193 +192.168.20.194 + +#ArangoDB,only support single server deployment +[arangodb] +192.168.20.222 + + +#Alibaba Nacos +#At least 3 servers +[nacos] +192.168.20.221 +192.168.20.222 +192.168.20.223 + +#Apache Zookeeper +#At least 3 servers,and it is strongly recommended that you have an odd number of servers. +[zookeeper] +192.168.20.221 +192.168.20.222 +192.168.20.223 + +#Apache Kafka +#By default,install Kafka-Manager on the first server. +[kafka] +192.168.20.223 +192.168.20.224 +192.168.20.225 + + +#Apache Flink +#By default,install master process on the first and second server.All servers install worker process. +[flink] +192.168.20.223 +192.168.20.224 +192.168.20.225 + +#Apache Hadoop +[hadoop] +192.168.20.193 +192.168.20.194 +192.168.20.195 +#Apache HBase +[hbase] +192.168.20.193 +192.168.20.194 +192.168.20.195 + +#Apache Spark +#By default,cluster servers<=3,all servers install worker process.cluster servers>3,only install master process on first server. +[spark] +192.168.20.223 +192.168.20.224 +192.168.20.225 + + +#Galaxy-Gohangout +[gohangout] +192.168.20.193 +192.168.20.194 +192.168.20.195 +#Apache Druid +#By default,cluster servers>4,only install Query process on first and second server. +[druid] +192.168.20.221 +192.168.20.222 +192.168.20.223 +192.168.20.224 +192.168.20.225 + +#Clickhouse +#By default,install Query process on first and second server. +[clickhouse] +192.168.20.221 +192.168.20.222 +192.168.20.193 +192.168.20.194 +192.168.20.195 +192.168.10.193 +192.168.10.194 +192.168.10.195 +192.168.30.193 +192.168.30.194 +192.168.30.195 + +#DPI packet_dump +[packet_dump] +192.168.20.222 +#Superset,only support single server deployment +[superset] + |
