redstorm/vagrant
Colin Surprenant f1cc88257e cleanup 2013-07-24 23:09:36 -04:00
..
cookbooks
databags/users
roles
Cheffile
Cheffile.lock
Gemfile
Gemfile.lock
README.md added AWS EC2 provider 2013-06-29 17:00:18 -04:00
Vagrantfile cleanup 2013-07-24 23:09:36 -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