user: username: oceanbase password: AA_BB_CC@123 key_file: /home/oceanbase/.ssh/id_rsa oceanbase-ce: version: 4.2.1.8 # package_hash: 0778757f3625ec77948e28c741829d60ea89e29b3292986dd087350955306669 servers: - name: server1 # Please don't use hostname, only IP can be supported ip: 10.*.***.61 - name: server2 ip: 10.*.***.62 - name: server3 ip: 10.*.***.63 global: memory_limit: 400G # The maximum running memory for an observer system_memory: 10G datafile_size: 200G # Size of the data file. datafile_next: 200G # the auto extend step. Please enter an capacity, such as 2G datafile_maxsize: 1T # the auto extend max size. Please enter an capacity, such as 20G log_disk_size: 1T # The size of disk space used by the clog files. scenario: htap production_mode: true enable_syslog_wf: true # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. max_syslog_file_count: 16 # The maximum number of reserved log files before enabling auto recycling. The default value is 0. enable_auto_start: true install_utils: true root_password: AA_BB_CC@123 # root user password proxyro_password: AA_BB_CC@123 # proxyro user password, consistent with obproxy's observer_sys_password, can be empty server1: mysql_port: 2981 # External port for OceanBase Database. The default value is 2881. DO NOT change this value after the cluster is started. rpc_port: 2982 # Internal port for OceanBase Database. The default value is 2882. DO NOT change this value after the cluster is started. obshell_port: 2986 # Operation and maintenance port for OceanBase Database. # The working directory for OceanBase Database. OceanBase Database is started under this directory. This is a required field. home_path: /home/oceanbase/obtest/observer # The directory for data storage. The default value is $home_path/store. data_dir: /opt/oceanbase/data/1/obtest # The directory for clog, ilog, and slog. The default value is the same as the data_dir value. redo_dir: /opt/oceanbase/data/log1/obtest zone: zone1 server2: mysql_port: 2981 # External port for OceanBase Database. The default value is 2881. DO NOT change this value after the cluster is started. rpc_port: 2982 # Internal port for OceanBase Database. The default value is 2882. DO NOT change this value after the cluster is started. # The working directory for OceanBase Database. OceanBase Database is started under this directory. This is a required field. home_path: /home/oceanbase/obtest/observer # The directory for data storage. The default value is $home_path/store. data_dir: /opt/oceanbase/data/1/obtest # The directory for clog, ilog, and slog. The default value is the same as the data_dir value. redo_dir: /opt/oceanbase/data/log1/obtest zone: zone2 server3: mysql_port: 2981 # External port for OceanBase Database. The default value is 2881. DO NOT change this value after the cluster is started. rpc_port: 2982 # Internal port for OceanBase Database. The default value is 2882. DO NOT change this value after the cluster is started. # The working directory for OceanBase Database. OceanBase Database is started under this directory. This is a required field. home_path: /home/oceanbase/obtest/observer # The directory for data storage. The default value is $home_path/store. data_dir: /opt/oceanbase/data/1/obtest # The directory for clog, ilog, and slog. The default value is the same as the data_dir value. redo_dir: /opt/oceanbase/data/log1/obtest zone: zone3 obproxy-ce: # version: 4.3.4.0 # package_hash: 5c5dca3a355cc7286146ed978ebb26a6342e42e02cd3ca8b9739d300519a449f depends: - oceanbase-ce servers: - name: server1 # Please don't use hostname, only IP can be supported ip: 10.*.***.61 - name: server2 ip: 10.*.***.62 - name: server3 ip: 10.*.***.63 global: prometheus_listen_port: 2984 listen_port: 2983 rpc_listen_port: 2985 # vip_address: "10.10.10.5" # vip_port: 3306 enable_obproxy_rpc_service: true home_path: /home/oceanbase/obtest/obproxy obproxy_sys_password: AA_BB_CC@123 observer_sys_password: AA_BB_CC@123 skip_proxy_sys_private_check: true enable_strict_kernel_release: false enable_cluster_checkout: false proxy_id: 822 client_session_id_version: 2 obagent: depends: - oceanbase-ce # The list of servers to be monitored. This list is consistent with the servers in oceanbase-ce. servers: - name: server1 ip: 10.*.***.61 - name: server2 ip: 10.*.***.62 - name: server3 ip: 10.*.***.63 global: monagent_http_port: 8988 mgragent_http_port: 8989 home_path: /home/oceanbase/obagent http_basic_auth_password: AA_BB_CC@123 prometheus: servers: - 10.*.***.61 depends: - obagent global: port: 9990 # The working directory for prometheus. prometheus is started under this directory. This is a required field. home_path: /home/oceanbase/prometheus basic_auth_users: #: , the key is the user name and the value is the password. oceanbase: AA_BB_CC@123 grafana: servers: - 10.*.***.61 depends: - prometheus global: port: 3900 login_password: AA_BB_CC@123 home_path: /home/oceanbase/grafana