Commit Graph

10 Commits

Author SHA1 Message Date
Luke Chen 9412fc1151
MINOR: Update vagrant/tests readme (#9650)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2020-11-28 13:06:48 +08:00
Kengo Seki fc616cb521 MINOR: Update command options for kafka-console-consumer.sh in vagrant/README.md (#6689)
The following command in vagrant/README.md doesn't work,
since `--zookeeper` option has been unsuppored from v2.0.0.
This PR updates its command options to fix it.

```
bin/kafka-console-consumer.sh --zookeeper zk1:2181 --topic sandbox --from-beginning
```

Reviewers: Jason Gustafson <jason@confluent.io>
2019-05-18 19:56:56 -07:00
Kengo Seki 31859a452b MINOR: Add missing option for running vagrant-up.sh with AWS to vagrant/README.md
Contrary to the previous explanation, a command example in
vagrant/README.md lacks the option to specify the aws provider.

Author: Kengo Seki <sekikn@apache.org>

Reviewers: Gwen Shapira

Closes #6702 from sekikn/add-missing-option
2019-05-09 22:51:10 -07:00
Ismael Juma 7d9e93ac6d
MINOR: Use https instead of http in links (#6477)
Verified that the https links work.

I didn't update the license header in this PR since that touches
so many files. Will file a separate one for that.

Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
2019-04-22 11:58:25 -07:00
Yang Wei 9e8934065a MINOR: Fix typo in Vagrant README
the wrong word in this sentence " allows us to bring machies up in parallel on AWS." .
“machies” change to "machines".

Author: Yang Wei <yangvlive@gmail.com>

Reviewers: Jason Gustafson <jason@confluent.io>

Closes #1949 from yangwei71/trunk
2016-10-03 09:54:30 -07:00
Geoff Anderson c188a68e2b 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

Author: Geoff Anderson <geoff@confluent.io>

Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>

Closes #982 from granders/vagrant-disable-hostmanager
2016-03-20 16:46:42 -07:00
Christian Posta 6ebb2363ba inor: Added few variable and their descriptions to vagrant readme
… with the Vagranfile.local file

Author: Christian Posta <christian.posta@gmail.com>

Reviewers: Gwen Shapira

Closes #942 from christian-posta/ceposta-doco
2016-02-21 22:52:50 -08:00
Geoff Anderson 287e45ab40 MINOR: Removed unnecessary Vagrantfile hack
The hack here is no longer necessary with up-to-date versions of Vagrant, vagrant-hostmanager, and vagrant-aws. What's more, the change in c8b60b63 caused a chain of infinite recursion on OSX, preventing bringup of VMs on a typical laptop.

Author: Geoff Anderson <geoff@confluent.io>

Reviewers: Grant Henke <granthenke@gmail.com>, Ewen Cheslack-Postava <ewen@confluent.io>

Closes #867 from granders/remove-vagrantfile-hack and squashes the following commits:

14f4395 [Geoff Anderson] Removed uneccessary references to version 1.5.0 of vagrant-hostmanager
8799afe [Geoff Anderson] Removed Vagrantfile hack which is no longer necessary with up-to-date versions of Vagrant, vagrant-hostmanager, and vagrant-aws
2016-02-04 13:49:01 -08:00
Ewen Cheslack-Postava e4fc456ab0 KAFKA-2330: Vagrantfile sets global configs instead of per-provider override configs; patched by Ewen Cheslack-Postava, reviewed by Geoff Anderson and Gwen Shapira 2015-08-19 18:20:51 -07:00
Joe Stein 09e2fd651e KAFKA-1173 Using Vagrant to get up and running with Apache Kafka patch by Ewen Cheslack-Postava reviewed by Joe Stein 2014-12-05 08:37:11 -05:00