diff --git a/example/distributed-example.yaml b/example/distributed-example.yaml index 94bf4b442b23c6a3570b9d426ff58ef708d351c8..d0e8eaedef08f918bc9a1686b1512a8245978380 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 250e69b762e6709b75f2d46c51907d00fb2229ef..c516e293754fd0315b08e8fd8098ee0050949461 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 555dd79d4719860fcf3496d532e9f19c762b1d27..e2f044dc78a15b785a8073ed518747ea60fd3ed3 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 14479d4a3926241328d9a4c22651c7d173e3e4b6..8ffb93d02f0f918fdc2670fd2912f74aa807aea2 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 effcbfce8de9ce9ec6cb438088b7362c632c939a..f154d34227c243497a1b385549d1d6dc73594378 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 491f6b27da4e4f8ddb9ee6e1c53c49c52793ae07..d20c02b9f8353c32aea41134e8308b43e08149f9 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 3c3813b00da7de22c0b5cb31560068a7673ae136..b55119cd35c4e3eba549553c8c36c9278ea6d504 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 7a6e8a17cf520af23f0e8ef228c19e43a4c612cd..2172528973be5b7c2cacd9d7118f38dd54483e85 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 bd6bade2a5b81ddfb50847896ee2c519ee39a010..00d10602e93f49d9fad6baca5d8b05913fdc85b0 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 3463572e1478d1652ef964df3c62c1afd69cfb43..16e67b34f68c046bdd07a9bf182e809d118459df 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