summaryrefslogtreecommitdiff
path: root/TWA-PIC/deployment configuration/tsg/config.yml
blob: 3d14ff3e760397dbe61930998927a73ae825eb40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
#============================Galaxy OLAP Configuration===============================#
#The default installation location
install_path: /home/tsg/olap

#The default data storage location,use storing application data,logs and configuration files
data_path: /home/tsg/olap

#Are you allowed to uninstall existed componets
#Note:Used to repeatedly install or remove old version components.Only supports OLAP componets.
allowed_unload: "yes"

#Use commas (,) to separate the network segments that the firewall allows to access
firewall_allow_network_segment: 192.168.10.0/24,192.168.20.0/24,192.168.30.0/24

#Name of the currently deployed data center.
#This parameter is used to configure the UI navigation domain name of the OLAP component.
data_center_name: TWA

#============================Central Management Configuration===============================#
#Central Management MariaDB IP,used for services of galaxy-qgw-service and galaxy-report-service.
cm_mariadb_host: 127.0.0.1

#Central Management MariaDB Port
cm_mariadb_port: 3306

#Central Management MariaDB database name
cm_mariadb_database: tsg-bifang

#CM mariadb password
#Sensitive data is encrypted since version 22.01, and clear text pin will no longer appear in configuration files.
#This is default pin,If the pin change Contact the administrator for processing.
cm_mariadb_pin: ENC(iW8ekP1SZC6v/7cfJKAqXXrjApJox+cH)

#============================Token Configuration===============================#
#Central Management Server Token,Each environment Token is different.
#Requires communication with CM developers.
#used for services of DOS-DETECTION-APPLICATION and IP-Locate-Library.
cm_server_token: aa2bdec5518ad131f71944b13ce5c298&1&

#Galaxy-hos-service Server Token,Each environment Token is different.
#For the Token generation method, see STEP4 in OLAP Cluster Installation.
#used for services of galaxy-hos-service/galaxy-job-service/packet_dump.
hos_server_token: f5c5186ba4874182b33b9b2b2b6e3f77

#Encrypt Galaxy-hos-service Server Token,Each environment Token is different.
#For the Token generation method, see STEP4 in OLAP Cluster Installation.
hos_servrt_token_encrypt: M8BbPaTywYw1/NyRY6TAVnqPzx7Nae92BVBcHoYi3pL9/o6kunHqpW3E50LO/XEL

#============================Keepalived Configuration===============================#
#=======Gateway Keepalived Configuration=======#
#Specify the interface virtual IP address
#It used to configure high availability for OLAP query engine
#Only one IP address can be configured on the same network segment
gateway_keepalive_host: 192.168.20.252

#Specify the network interface to which the virtual address is assigned
gateway_keepalive_interface: em1

#The virtual router ID must be unique to each VRRP instance that you define
#No special requirements, this value does not need to be modified
gateway_keepalive_router_id: 61

#=======HOS Keepalived Configuration=======#
#Specify the interface virtual IP address
#It used to configure high availability for HOS service 
#Only one IP address can be configured on the same network segment
hos_keepalive_host: 192.168.30.251

#Specify the network interface to which the virtual address is assigned
hos_keepalive_interface: em1

#The virtual router ID must be unique to each VRRP instance that you define
#No special requirements, this value does not need to be modified
hos_keepalive_router_id: 62

#=======Mariadb Keepalived Configuration=======#
#Specify the interface virtual IP address
#It used to configure high availability for Mariadb service 
#Only one IP address can be configured on the same network segment
mariadb_keepalive_host: 127.0.0.1

#Specify the network interface to which the virtual address is assigned
mariadb_keepalive_interface: em1

#The virtual router ID must be unique to each VRRP instance that you define
#No special requirements, this value does not need to be modified
mariadb_keepalive_router_id: 63

#============================Kafka Configuration===============================#
#Kafka source brokers,kafkaip1:9094,kafkaip2:9094,kafkaip3:9094.....
#The default source and sink servers are the same
#It is used for getting data out of Kafka
kafka_source_servers: 192.168.30.193:9094,192.168.30.194:9094,192.168.30.195:9094

#Kafka sink brokers,kafkaip1:9094,kafkaip2:9094,kafkaip3:9094.....
#The default source and sink servers are the same
#It is used for sending data into kafka
kafka_sink_servers: 192.168.20.223:9094,192.168.20.224:9094,192.168.20.225:9094