Repository: kafka Updated Branches: refs/heads/trunk 5caa800e2 -> 6ebb2363b
inor: Added few variable and their descriptions to vagrant readme ⦠with the Vagranfile.local file Author: Christian Posta <[email protected]> Reviewers: Gwen Shapira Closes #942 from christian-posta/ceposta-doco Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/6ebb2363 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/6ebb2363 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/6ebb2363 Branch: refs/heads/trunk Commit: 6ebb2363ba775c518e08e3c21c15f721e5f10841 Parents: 5caa800 Author: Christian Posta <[email protected]> Authored: Sun Feb 21 22:52:50 2016 -0800 Committer: Gwen Shapira <[email protected]> Committed: Sun Feb 21 22:52:50 2016 -0800 ---------------------------------------------------------------------- vagrant/README.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/6ebb2363/vagrant/README.md ---------------------------------------------------------------------- diff --git a/vagrant/README.md b/vagrant/README.md index 20b734e..47c7876 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -79,8 +79,12 @@ might want to override: hosts. Hostnames are always set in the /etc/hosts in the VMs, so this is only necessary if you want to address them conveniently from the host for tasks that aren't provided by Vagrant. +* `enable_jmx` - Whether to enable JMX ports on 800x and 900x for Zookeeper and the Brokers respectively where `x` is the nodes of each respectively. For example, the zk1 machine would have JMX exposed on 8001, ZK2 would be on 8002, etc. +* `num_workers` - Generic workers that get the code (from this project), but don't start any services (no brokers, no zookeepers, etc). Useful for starting clients. Each worker will have an IP address of `192.168.50.10x` where `x` starts at `1` and increments for each worker. * `num_zookeepers` - Size of zookeeper cluster * `num_brokers` - Number of broker instances to run +* `ram_megabytes` - The size of each virtual machine's RAM; default to `1200MB` + ## Using Other Providers ##
