diff --git a/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml b/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml index 9b69cb50ae356734cac4864a71c636ec9ef936ff..cd32f62c4a553fed0eb3c7564de5e555791403fd 100644 --- a/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml +++ b/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml @@ -58,6 +58,8 @@ oceanbase-ce: server3: zone: zone3 obproxy: + depends: + - oceanbase-ce servers: - 192.168.1.5 global: @@ -78,6 +80,8 @@ obproxy: # Password for proxyro. proxyro_password must be the same with proxyro_password. The default value is empty. # observer_sys_password: obagent: + depends: + - oceanbase-ce # The list of servers to be monitored. This list is consistent with the servers in oceanbase-ce. servers: - name: server1 @@ -146,4 +150,4 @@ obagent: # Whether to disable the basic authentication for HTTP service. True is to disable. False is to enable. The default value is false. # disable_http_basic_auth: false # Whether to disable the basic authentication for the debug interface. True is to disable. False is to enable. The default value is false. - # disable_pprof_basic_auth: false \ No newline at end of file + # disable_pprof_basic_auth: false diff --git a/example/autodeploy/distributed-with-obproxy-example.yaml b/example/autodeploy/distributed-with-obproxy-example.yaml index a9cb2634690cea475e0ece976845e28146c00226..52d9839ed4757de974522fae304d96f75029d7f6 100644 --- a/example/autodeploy/distributed-with-obproxy-example.yaml +++ b/example/autodeploy/distributed-with-obproxy-example.yaml @@ -58,6 +58,8 @@ oceanbase-ce: server3: zone: zone3 obproxy: + depends: + - oceanbase-ce servers: - 192.168.1.5 global: @@ -76,4 +78,4 @@ obproxy: # Password for obproxy system tenant. The default value is empty. # obproxy_sys_password: # Password for proxyro. proxyro_password must be the same with proxyro_password. The default value is empty. - # observer_sys_password: \ No newline at end of file + # observer_sys_password: diff --git a/example/autodeploy/single-with-obproxy-example.yaml b/example/autodeploy/single-with-obproxy-example.yaml index 53676d82d6301bb00b53abd418c879d2f78f5e5b..ffb62625ad61dfff29d172f041166901473e7607 100644 --- a/example/autodeploy/single-with-obproxy-example.yaml +++ b/example/autodeploy/single-with-obproxy-example.yaml @@ -47,6 +47,8 @@ oceanbase-ce: # Password for proxyro. proxyro_password must be the same as observer_sys_password. The default value is empty. # proxyro_password: obproxy: + depends: + - oceanbase-ce servers: - 192.168.1.2 global: @@ -65,4 +67,4 @@ obproxy: # Password for obproxy system tenant. The default value is empty. # obproxy_sys_password: # Password for proxyro. proxyro_password must be the same with proxyro_password. The default value is empty. - # observer_sys_password: \ No newline at end of file + # observer_sys_password: