Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: add tags when deploy pump by ansible #1873

Merged
merged 2 commits into from
Sep 17, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add tag when deploy pump
  • Loading branch information
WangXiangUSTC committed Sep 17, 2019
commit db8a31a41eb409c42ada3c82bf9a1b38a106605a
2 changes: 1 addition & 1 deletion dev/how-to/deploy/tidb-binlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Pump 和 Drainer 均可部署和运行在 Intel x86-64 架构的 64 位通用硬
1. 部署 pump_servers 和 node_exporters

```
ansible-playbook deploy.yml -l ${pump1_ip},${pump2_ip},[${alias1_name},${alias2_name}]
ansible-playbook deploy.yml --tags=pump -l ${pump1_ip},${pump2_ip},[${alias1_name},${alias2_name}]
```

> **注意:**
Expand Down
2 changes: 1 addition & 1 deletion v2.1-legacy/tools/tidb-binlog-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Pump 和 Drainer 都支持部署和运行在 Intel x86-64 架构的 64 位通用
1. 部署 pump_servers 和 node_exporters

```
ansible-playbook deploy.yml -l ${pump1_ip}, ${pump2_ip}, [${alias1_name}, ${alias2_name}]
ansible-playbook deploy.yml --tags=pump -l ${pump1_ip}, ${pump2_ip}, [${alias1_name}, ${alias2_name}]
```

2. 启动 pump_servers
Expand Down
2 changes: 1 addition & 1 deletion v2.1/how-to/deploy/tidb-binlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Pump 和 Drainer 均可部署和运行在 Intel x86-64 架构的 64 位通用硬
1. 部署 pump_servers 和 node_exporters

```
ansible-playbook deploy.yml -l ${pump1_ip},${pump2_ip},[${alias1_name},${alias2_name}]
ansible-playbook deploy.yml --tags=pump -l ${pump1_ip},${pump2_ip},[${alias1_name},${alias2_name}]
```

> **注意:**
Expand Down
2 changes: 1 addition & 1 deletion v3.0/how-to/deploy/tidb-binlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Pump 和 Drainer 均可部署和运行在 Intel x86-64 架构的 64 位通用硬
1. 部署 pump_servers 和 node_exporters

```
ansible-playbook deploy.yml -l ${pump1_ip},${pump2_ip},[${alias1_name},${alias2_name}]
ansible-playbook deploy.yml --tags=pump -l ${pump1_ip},${pump2_ip},[${alias1_name},${alias2_name}]
```

> **注意:**
Expand Down