Skip to content

vagrant-storm provides a multi-VM Storm deployment using Vagrant

Notifications You must be signed in to change notification settings

andressanchez/vagrant-storm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-storm

vagrant-storm provides a multi-VM Storm deployment using Vagrant.

Dependencies

  • Vagrant
  • VirtualBox
  • librarian

Usage

$ git clone git://github.com/andressanchez/vagrant-storm.git
$ cd vagrant-storm/vagrant
$ librarian-chef install
$ cd ..
$ vagrant up

After that, we have the following VMs:

$ vagrant status
Current machine states:

zookeeper                 running (virtualbox)
nimbus                    running (virtualbox)
supervisor1               running (virtualbox)
supervisor2               running (virtualbox)

Access a particular VM by open a command-line prompt and enter:

$ vagrant ssh nimbus
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)

* Documentation:  https://help.ubuntu.com/
Welcome to your Vagrant-built virtual machine.
Last login: Wed Jul  2 21:38:34 2014 from 10.0.2.2
vagrant@nimbus:~$

Check installation

Open your browser and enter the following URL:

http://localhost:8080/index.html

If everything goes well, we should see something like this:

alt tag

About

vagrant-storm provides a multi-VM Storm deployment using Vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published