From 2790042ada57df1e550e64a58c17b34605889a68 Mon Sep 17 00:00:00 2001 From: obdev Date: Thu, 8 Feb 2024 07:07:23 +0000 Subject: [PATCH] [obd] support bmsqlobp test --- .gitignore | 1 + tools/deploy/obd/bmsql.yaml.template | 32 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 tools/deploy/obd/bmsql.yaml.template diff --git a/.gitignore b/.gitignore index 439643054..4895fcbeb 100644 --- a/.gitignore +++ b/.gitignore @@ -230,6 +230,7 @@ tools/deploy/obd_profile.sh tools/deploy/single-with-proxy.yaml tools/deploy/single.yaml tools/deploy/tpchobp_test.yaml +tools/deploy/bmsqlobp_test.yaml tools/log_parser/slog_parser tools/log_tool/log_statistics tools/log_tool/log_tool diff --git a/tools/deploy/obd/bmsql.yaml.template b/tools/deploy/obd/bmsql.yaml.template new file mode 100644 index 000000000..11be07f93 --- /dev/null +++ b/tools/deploy/obd/bmsql.yaml.template @@ -0,0 +1,32 @@ +oceanbase-ce: +{{%% SERVERS %%}} + tag: latest + global: + memory_limit: 20G + log_disk_size: 48G + system_memory: 3G + datafile_size: 250G + __min_full_resource_pool_memory: "4294967296" + 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 + depends: + - {{%% COMPONENT %%}}