Minor cleanup

This commit is contained in:
Tim Kuhlman 2014-02-27 15:43:01 -07:00
parent a982b3abe9
commit 7c7d861589

View File

@ -28,14 +28,13 @@ gem install berkshelf or gem install --http-proxy <http://some-proxy.foo.com:80
## Start mini-mon ## Start mini-mon
Berkshelf will download some cookbooks from the community so http_proxy and https_proxy environment variables must be set if applicable. Berkshelf will download some cookbooks from the community so http_proxy and https_proxy environment variables must be set if applicable.
From within the `mini-mon` directory, run: From within the `mini-mon` directory, to start all the vms run:
``` ```
vagrant up vagrant up
``` ```
- This will bring the vms up - Your home dir is synced to `/vagrant_home` on each vm
- Your home dir is synced to the vm in /vagrant_home on each vm
- Vms created - Vms created
- `kafka` at `192.168.10.10` - `kafka` at `192.168.10.10`
- `mysql` at `192.168.10.6` - `mysql` at `192.168.10.6`