diff --git a/example/distributed-with-obproxy-example.yaml b/example/distributed-with-obproxy-example.yaml index 9456fb5675f20e61a80091685250be60f49b4e40..7718284699d4c7b298b06eaefd97a25942f0b131 100644 --- a/example/distributed-with-obproxy-example.yaml +++ b/example/distributed-with-obproxy-example.yaml @@ -9,11 +9,11 @@ oceanbase-ce: servers: - name: z1 # Please don't use hostname, only IP can be supported - ip: 172.19.33.2 + ip: 192.168.1.2 - name: z2 - ip: 172.19.33.3 + ip: 192.168.1.3 - name: z3 - ip: 172.19.33.4 + ip: 192.168.1.4 global: # Please set devname as the network adaptor's name whose ip is in the setting of severs. # if set severs as "127.0.0.1", please set devname as "lo" diff --git a/example/mini-distributed-with-obproxy-example.yaml b/example/mini-distributed-with-obproxy-example.yaml index 221d6a9879433a8e7ec00a0fad3230e39e987c21..107ed8c9f0b37e001c31346956342b9934c2266e 100644 --- a/example/mini-distributed-with-obproxy-example.yaml +++ b/example/mini-distributed-with-obproxy-example.yaml @@ -9,11 +9,11 @@ oceanbase-ce: servers: - name: z1 # Please don't use hostname, only IP can be supported - ip: 172.19.33.2 + ip: 192.168.1.2 - name: z2 - ip: 172.19.33.3 + ip: 192.168.1.3 - name: z3 - ip: 172.19.33.4 + ip: 192.168.1.4 global: # Please set devname as the network adaptor's name whose ip is in the setting of severs. # if set severs as "127.0.0.1", please set devname as "lo" diff --git a/plugins/ob-deploy/1.0.0/file_map.yaml b/plugins/ob-deploy/1.0.0/file_map.yaml new file mode 100644 index 0000000000000000000000000000000000000000..df892aa328d0a5cc13aba0f3fdb6d6e2b4246f25 --- /dev/null +++ b/plugins/ob-deploy/1.0.0/file_map.yaml @@ -0,0 +1,3 @@ +- src_path: ./ + target_path: '' + type: dir \ No newline at end of file