GitHub user granders opened a pull request:

    https://github.com/apache/kafka/pull/982

    MINOR: Add vagrant up wrapper for simple parallel bringup on aws

    The main impediment to bringing up aws machines in parallel using vagrant 
was the interaction between `vagrant-hostmanager` and `vagrant-aws`. If you 
disable hostmanager during the `up` phase, and run it after the cluster is up, 
parallel bringup is possible. The only caveat is that machines must be brought 
up in small-ish batches to prevent rate limit errors from AWS since 
`vagrant-aws` doesn't seem to have mechanisms to 
    
    This PR:
    - disables `vagrant-hostmanager` during bringup
    - adds a wrapper script to make it convenient to bring machines up in 
batches on aws

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/confluentinc/kafka vagrant-disable-hostmanager

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/982.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #982
    
----
commit f94aa2caf483d6d53becc2b13eb38198a349df57
Author: Geoff Anderson <ge...@confluent.io>
Date:   2016-02-26T22:33:56Z

    Add vagrant up wrapper for easier parallel brinup on aws

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to