redstorm/vagrant
Jess Hottenstein ceef935178 [jhottenstein] Changes to get the integration tests running
* Added documentation
* Added REDSTORM_COMMAND environment variable for run_all.sh
* Reverted to non EOL ubuntu version
2014-07-29 13:43:16 -04:00
..
cookbooks vagrant and chef for storm test cluster 2013-05-14 16:00:02 -04:00
databags/users vagrant and chef for storm test cluster 2013-05-14 16:00:02 -04:00
roles vagrant and chef for storm test cluster 2013-05-14 16:00:02 -04:00
Cheffile updated to Storm 0.9.0-wip16, JRuby 1.7.4. Vagrantfile also installs Storm 0.9.0-wip16 2013-06-12 17:40:10 -04:00
Cheffile.lock updated storm cookbook 2014-03-02 20:30:33 -05:00
Gemfile vagrant and chef for storm test cluster 2013-05-14 16:00:02 -04:00
Gemfile.lock vagrant and chef for storm test cluster 2013-05-14 16:00:02 -04:00
README.md added AWS EC2 provider 2013-06-29 17:00:18 -04:00
Vagrantfile [jhottenstein] Changes to get the integration tests running 2014-07-29 13:43:16 -04:00

README.md

Vagrant/Chef single node Storm cluster VM

Installs Java, Storm and Redis.

Redirects these ports on local Virtualbox VM:

  • 8080 for Storm UI
  • 6627 for Storm Nimbus Thrift for topology submissions
  • 6379 for Redis

Install

Local Virtualbox usage

  • $ vagrant up dev
  • $ ssh storm@localhost -p 2222

EC2 usage

  • edit EC2 options in Vagrantfile
  • $ vagrant up prod --provider=aws