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 /TWA-PIC/deployment configuration/tsg/hosts | |
| parent | 08686ae87f9efe7a590f48db74ed133b481c85b1 (diff) | |
P19 23.07 online-configP19
Diffstat (limited to 'TWA-PIC/deployment configuration/tsg/hosts')
| -rw-r--r-- | TWA-PIC/deployment configuration/tsg/hosts | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/TWA-PIC/deployment configuration/tsg/hosts b/TWA-PIC/deployment configuration/tsg/hosts new file mode 100644 index 0000000..5e9ac4e --- /dev/null +++ b/TWA-PIC/deployment configuration/tsg/hosts @@ -0,0 +1,101 @@ +#=================================Galaxy OLAP deployment checklist====================================== +#Mariadb,master to master. +#Maximum 2 servers. +[mariadb] + +#Include components: galaxy-job-service +#At least 2 servers +[job] + +#Include components: galaxy-qgw-service +#At least 2 servers +[qgw] + +#Include components: galaxy-report-service +#At least 2 servers +[report] + +#galaxy-hos-service,galaxy-hos-keepalive +#At least 2 servers +[hos] +192.168.30.193 +192.168.30.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] + +#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.30.193 +192.168.30.194 + +#ArangoDB,only support single server deployment +[arangodb] + +#Alibaba Nacos +#At least 3 servers +[nacos] + +#Apache Zookeeper +#At least 3 servers,and it is strongly recommended that you have an odd number of servers. +[zookeeper] +192.168.30.193 +192.168.30.194 +192.168.30.195 + +#Apache Kafka +#By default,install Kafka-Manager on the first server. +[kafka] +192.168.30.193 +192.168.30.194 +192.168.30.195 + +#Apache Flink +#By default,install master process on the first and second server.All servers install worker process. +[flink] +192.168.30.193 +192.168.30.194 +192.168.30.195 + +#Apache Hadoop +[hadoop] +192.168.30.193 +192.168.30.194 +192.168.30.195 + +#Apache HBase +[hbase] +192.168.30.193 +192.168.30.194 +192.168.30.195 + +#Apache Spark +#By default,cluster servers<=3,all servers install worker process.cluster servers>3,only install master process on first server. +[spark] + +#Galaxy-Gohangout +[gohangout] +192.168.30.193 +192.168.30.194 +192.168.30.195 + +#Apache Druid +#By default,cluster servers>4,only install Query process on first and second server. +[druid] + +#Clickhouse +#By default,install Query process on first and second server. +[clickhouse] +192.168.30.193 +192.168.30.194 +192.168.30.195 + +#DPI packet_dump +[packet_dump] +192.168.30.193 + +#Superset,only support single server deployment +[superset] + |
