redstorm/vagrant
Colin Surprenant 58446fce9d add drpc, use env, updated version for Storm 2014-03-02 20:31:25 -05: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 add drpc, use env, updated version for Storm 2014-03-02 20:31:25 -05: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