40 lines
1.5 KiB
YAML
40 lines
1.5 KiB
YAML
#============================Galaxy OLAP Configuration===============================#
|
||
#The default installation location
|
||
deploy_dir: /opt/tsg/olap
|
||
|
||
#The default data storage location,use storing application data,logs and configuration files
|
||
data_dir: /data/tsg/olap
|
||
|
||
#Use commas (,) to separate the network segments that the firewall allows to access
|
||
allowed_ips: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
||
|
||
#============================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
|
||
#The following three ip addresses must be unique
|
||
vrrp_instance:
|
||
default:
|
||
virtual_ipaddress: 192.168.45.102
|
||
interface: eth0
|
||
virtual_router_id: 61
|
||
oss:
|
||
virtual_ipaddress: 192.168.45.102
|
||
interface: eth0
|
||
virtual_router_id: 62
|
||
|
||
#============================OSS Configuration===============================#
|
||
#HOS token
|
||
hos_token: fea0ee76be8147bd9b53ad995b7ef603
|
||
|
||
#HOS token(加密)
|
||
encrypted_hos_token: M+0IMYS1+XENltUe585ahhqwY+QZJmnvtxML1vXExB9aO+CPT3GfsP4rtbVuWXpf
|
||
|
||
#===========================Central Management Settings==============================#
|
||
#Central Management Server IP, Used for Dos detection task get policy.
|
||
cm_api: 192.168.44.3
|
||
|
||
#Central Management Server Token, Each environment Token is different.
|
||
#Requires communication with CM developers.
|
||
cm_api_token: aa2bdec5518ad131f71944b13ce5c298&1&
|
||
|