Skip to content

Commit

Permalink
add tips of --no-parallel in cluster on EC2 env
Browse files Browse the repository at this point in the history
  • Loading branch information
everpeace committed Mar 15, 2014
1 parent 5b106dd commit b77027c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,11 @@ After editting configuration is done, you can just hit regular command.

```
$ cd multinode
$ vagrant up --provider=aws (--no-parallel)
$ vagrant up --provider=aws --no-parallel
```

_NOTE: `--no-parallel` is highly recommended because vagrant-berkshelf plugin is prone to failure in parallel provisioning._

After instances are all up, you can see

* mesos web UI on: `http://#_public_dns_of_the_master_N_#:5050`
Expand Down

0 comments on commit b77027c

Please sign in to comment.