[obd] support oci_test
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -231,6 +231,7 @@ tools/deploy/single-with-proxy.yaml
|
|||||||
tools/deploy/single.yaml
|
tools/deploy/single.yaml
|
||||||
tools/deploy/tpchobp_test.yaml
|
tools/deploy/tpchobp_test.yaml
|
||||||
tools/deploy/bmsqlobp_test.yaml
|
tools/deploy/bmsqlobp_test.yaml
|
||||||
|
tools/deploy/oci_test.yaml
|
||||||
tools/log_parser/slog_parser
|
tools/log_parser/slog_parser
|
||||||
tools/log_tool/log_statistics
|
tools/log_tool/log_statistics
|
||||||
tools/log_tool/log_tool
|
tools/log_tool/log_tool
|
||||||
|
37
tools/deploy/obd/ocitest.yaml.template
Normal file
37
tools/deploy/obd/ocitest.yaml.template
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
oceanbase-ce:
|
||||||
|
{{%% SERVERS %%}}
|
||||||
|
tag: latest
|
||||||
|
global:
|
||||||
|
log_disk_size: '240G'
|
||||||
|
home_path: /data/{user}/{deploy_name}/observer/{server}
|
||||||
|
production_mode: false
|
||||||
|
memory_limit: '80G'
|
||||||
|
system_memory: '10G'
|
||||||
|
datafile_size: '40G'
|
||||||
|
runtime_dependencies:
|
||||||
|
- src_path: plugin_dir
|
||||||
|
target_path: plugin_dir
|
||||||
|
- src_path: admin
|
||||||
|
target_path: admin
|
||||||
|
- src_path: lib
|
||||||
|
target_path: lib
|
||||||
|
- src_path: tools
|
||||||
|
target_path: tools
|
||||||
|
- src_path: etc
|
||||||
|
target_path: etc
|
||||||
|
- src_path: wallet
|
||||||
|
target_path: wallet
|
||||||
|
obproxy-ce:
|
||||||
|
{{%% OBPORXY_SERVERS %%}}
|
||||||
|
global:
|
||||||
|
listen_port: {{%% LISTEN_PORT %%}}
|
||||||
|
prometheus_listen_port: {{%% PROMETHEUS_LISTEN_PORT %%}}
|
||||||
|
home_path: {{%% OBPORXY_HOME_PATH %%}}
|
||||||
|
enable_cluster_checkout: false
|
||||||
|
skip_proxy_sys_private_check: true
|
||||||
|
syslog_level: 'DEBUG'
|
||||||
|
enable_metadb_used: 'false'
|
||||||
|
enable_qa_mode: 'TRUE'
|
||||||
|
location_expire_period: '1'
|
||||||
|
depends:
|
||||||
|
- {{%% COMPONENT %%}}
|
Reference in New Issue
Block a user