Skip to content

Commit

Permalink
Change README document
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonng committed Jul 27, 2020
1 parent 6a7815f commit 90b4425
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 264 deletions.
13 changes: 1 addition & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,9 @@ cache:

# init will pull up entire cluster
init:
./repo.yml -l pg-meta # init local repo on meta nodes
./node.yml # provision all nodes
./dcs.yml # provision consul or etcd
./meta.yml -l pg-meta # provision meta nodes
./infra.yml
./initdb.yml # provision pg-test and pg-meta


node:
./repo.yml -l pg-meta # init local repo on meta nodes
./node.yml # provision all nodes
./dcs.yml # provision consul or etcd



# down will halt all vm (not destroy)
down: halt

Expand Down
Loading

0 comments on commit 90b4425

Please sign in to comment.