Skip to content

Commit

Permalink
tikv, op-guide: refine TiKV Ansible deployment steps and update IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 committed Aug 1, 2018
1 parent 4dc4606 commit e4e0ee7
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 42 deletions.
16 changes: 7 additions & 9 deletions op-guide/ansible-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can use the TiDB-Ansible configuration file to set up the cluster topology a
- [Clean up data of the TiDB cluster](ansible-operation.md#clean-up-cluster-data)
- [Destroy the TiDB cluster](ansible-operation.md#destroy-a-cluster)

## Prerequisites
## Prepare

Before you start, make sure you have:

Expand Down Expand Up @@ -171,14 +171,12 @@ Make sure you have logged in to the Control Machine using the `tidb` user accoun
$ cd /home/tidb/tidb-ansible
$ vi hosts.ini
[servers]
192.168.0.2
192.168.0.3
192.168.0.4
192.168.0.5
192.168.0.6
192.168.0.7
192.168.0.8
192.168.0.10
172.16.10.1
172.16.10.2
172.16.10.3
172.16.10.4
172.16.10.5
172.16.10.6
[all:vars]
username = tidb
Expand Down
Loading

0 comments on commit e4e0ee7

Please sign in to comment.