From f42a7180637812ab93c6cf25f20869ed289734ef Mon Sep 17 00:00:00 2001 From: Rongfeng Fu Date: Tue, 13 Jul 2021 17:01:38 +0800 Subject: [PATCH] Update example (#21) * update obp example * No password is used by default --- example/distributed-example.yaml | 2 +- example/distributed-with-obproxy-example.yaml | 8 ++++---- example/local-example.yaml | 2 +- example/mini-distributed-example.yaml | 2 +- example/mini-distributed-with-obproxy-example.yaml | 8 ++++---- example/mini-local-example.yaml | 2 +- example/mini-single-example.yaml | 2 +- example/mini-single-with-obproxy-example.yaml | 8 ++++---- example/single-example.yaml | 2 +- example/single-with-obproxy-example.yaml | 8 ++++---- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/example/distributed-example.yaml b/example/distributed-example.yaml index 94bf4b4..d0e8eae 100644 --- a/example/distributed-example.yaml +++ b/example/distributed-example.yaml @@ -26,7 +26,7 @@ oceanbase-ce: enable_syslog_recycle: true max_syslog_file_count: 4 cluster_id: 1 - root_password: # root user password + # root_password: # root user password # In this example , support multiple ob process in single node, so different process use different ports. # If deploy ob cluster in multiple nodes, the port and path setting can be same. z1: diff --git a/example/distributed-with-obproxy-example.yaml b/example/distributed-with-obproxy-example.yaml index 250e69b..c516e29 100644 --- a/example/distributed-with-obproxy-example.yaml +++ b/example/distributed-with-obproxy-example.yaml @@ -28,8 +28,8 @@ oceanbase-ce: cluster_id: 1 # observer cluster name, consistent with obproxy's cluster_name appname: ob_cluster - root_password: # root user password, can be empty - proxyro_password: # proxyro user pasword, consistent with obproxy's observer_sys_password, can be empty + # root_password: # root user password, can be empty + # proxyro_password: # proxyro user pasword, consistent with obproxy's observer_sys_password, can be empty # In this example , support multiple ob process in single node, so different process use different ports. # If deploy ob cluster in multiple nodes, the port and path setting can be same. z1: @@ -60,5 +60,5 @@ obproxy: enable_cluster_checkout: false # observer cluster name, consistent with oceanbase-ce's appname cluster_name: ob_cluster - obproxy_sys_password: # obproxy sys user password, can be empty - observer_sys_password: # proxyro user pasword, consistent with oceanbase-ce's proxyro_password, can be empty \ No newline at end of file + # obproxy_sys_password: # obproxy sys user password, can be empty + # observer_sys_password: # proxyro user pasword, consistent with oceanbase-ce's proxyro_password, can be empty diff --git a/example/local-example.yaml b/example/local-example.yaml index 555dd79..e2f044d 100644 --- a/example/local-example.yaml +++ b/example/local-example.yaml @@ -18,4 +18,4 @@ oceanbase-ce: enable_syslog_recycle: true max_syslog_file_count: 4 cluster_id: 1 - root_password: # root user password, can be empty \ No newline at end of file + # root_password: # root user password, can be empty \ No newline at end of file diff --git a/example/mini-distributed-example.yaml b/example/mini-distributed-example.yaml index 14479d4..8ffb93d 100644 --- a/example/mini-distributed-example.yaml +++ b/example/mini-distributed-example.yaml @@ -39,7 +39,7 @@ oceanbase-ce: syslog_level: INFO enable_syslog_recycle: true max_syslog_file_count: 4 - root_password: # root user password, can be empty + # root_password: # root user password, can be empty z1: mysql_port: 2881 rpc_port: 2882 diff --git a/example/mini-distributed-with-obproxy-example.yaml b/example/mini-distributed-with-obproxy-example.yaml index effcbfc..f154d34 100644 --- a/example/mini-distributed-with-obproxy-example.yaml +++ b/example/mini-distributed-with-obproxy-example.yaml @@ -41,8 +41,8 @@ oceanbase-ce: max_syslog_file_count: 4 # observer cluster name, consistent with obproxy's cluster_name appname: ob_cluster - root_password: # root user password, can be empty - proxyro_password: # proxyro user pasword, consistent with obproxy's observer_sys_password, can be empty + # root_password: # root user password, can be empty + # proxyro_password: # proxyro user pasword, consistent with obproxy's observer_sys_password, can be empty z1: mysql_port: 2881 rpc_port: 2882 @@ -71,5 +71,5 @@ obproxy: enable_cluster_checkout: false # observer cluster name, consistent with oceanbase-ce's appname cluster_name: ob_cluster - obproxy_sys_password: # obproxy sys user password, can be empty - observer_sys_password: # proxyro user pasword, consistent with oceanbase-ce's proxyro_password, can be empty \ No newline at end of file + # obproxy_sys_password: # obproxy sys user password, can be empty + # observer_sys_password: # proxyro user pasword, consistent with oceanbase-ce's proxyro_password, can be empty diff --git a/example/mini-local-example.yaml b/example/mini-local-example.yaml index 491f6b2..d20c02b 100755 --- a/example/mini-local-example.yaml +++ b/example/mini-local-example.yaml @@ -31,4 +31,4 @@ oceanbase-ce: syslog_level: INFO enable_syslog_recycle: true max_syslog_file_count: 4 - root_password: # root user password, can be empty + # root_password: # root user password, can be empty diff --git a/example/mini-single-example.yaml b/example/mini-single-example.yaml index 3c3813b..b55119c 100755 --- a/example/mini-single-example.yaml +++ b/example/mini-single-example.yaml @@ -38,4 +38,4 @@ oceanbase-ce: syslog_level: INFO enable_syslog_recycle: true max_syslog_file_count: 4 - root_password: # root user password, can be empty + # root_password: # root user password, can be empty diff --git a/example/mini-single-with-obproxy-example.yaml b/example/mini-single-with-obproxy-example.yaml index 7a6e8a1..2172528 100644 --- a/example/mini-single-with-obproxy-example.yaml +++ b/example/mini-single-with-obproxy-example.yaml @@ -40,8 +40,8 @@ oceanbase-ce: max_syslog_file_count: 4 # observer cluster name, consistent with obproxy's cluster_name appname: ob_cluster - root_password: # root user password, can be empty - proxyro_password: # proxyro user pasword, consistent with obproxy's observer_sys_password, can be empty + # root_password: # root user password, can be empty + # proxyro_password: # proxyro user pasword, consistent with obproxy's observer_sys_password, can be empty obproxy: servers: - 192.168.1.2 @@ -55,5 +55,5 @@ obproxy: enable_cluster_checkout: false # observer cluster name, consistent with oceanbase-ce's appname cluster_name: ob_cluster - obproxy_sys_password: # obproxy sys user password, can be empty - observer_sys_password: # proxyro user pasword, consistent with oceanbase-ce's proxyro_password, can be empty \ No newline at end of file + # obproxy_sys_password: # obproxy sys user password, can be empty + # observer_sys_password: # proxyro user pasword, consistent with oceanbase-ce's proxyro_password, can be empty diff --git a/example/single-example.yaml b/example/single-example.yaml index bd6bade..00d1060 100644 --- a/example/single-example.yaml +++ b/example/single-example.yaml @@ -25,4 +25,4 @@ oceanbase-ce: enable_syslog_recycle: true max_syslog_file_count: 4 cluster_id: 1 - root_password: # root user password, can be empty \ No newline at end of file + # root_password: # root user password, can be empty \ No newline at end of file diff --git a/example/single-with-obproxy-example.yaml b/example/single-with-obproxy-example.yaml index 3463572..16e67b3 100644 --- a/example/single-with-obproxy-example.yaml +++ b/example/single-with-obproxy-example.yaml @@ -27,8 +27,8 @@ oceanbase-ce: cluster_id: 1 # observer cluster name, consistent with obproxy's cluster_name appname: ob_cluster - root_password: # root user password, can be empty - proxyro_password: # proxyro user pasword, consistent with obproxy's observer_sys_password, can be empty + # root_password: # root user password, can be empty + # proxyro_password: # proxyro user pasword, consistent with obproxy's observer_sys_password, can be empty obproxy: servers: - 192.168.1.2 @@ -42,5 +42,5 @@ obproxy: enable_cluster_checkout: false # observer cluster name, consistent with oceanbase-ce's appname cluster_name: ob_cluster - obproxy_sys_password: # obproxy sys user password, can be empty - observer_sys_password: # proxyro user pasword, consistent with oceanbase-ce's proxyro_password, can be empty \ No newline at end of file + # obproxy_sys_password: # obproxy sys user password, can be empty + # observer_sys_password: # proxyro user pasword, consistent with oceanbase-ce's proxyro_password, can be empty -- GitLab