This is a vagrant sanbox for storm, it includes the puppet module and the fpm-recipe in order to package and install storm.
It uses the opskeleton sandbox structure
# An ubuntu box is required
$ vagrant box add ubuntu-12.10_puppet-3 <url>
# install prequisits
$ librarian-puppet install
# require for zmq jzmq packages build
$ sudo aptitude install uuid-dev libtool -y
# now build packages
$ cd fpm-recipes/zeromq/
$ fpm-cook
$ cd fpm-recipe/jzqm/
$ fpm-cook
$ cd fpm-recipe/storm/
$ fpm-cookNow lets start a nimbus and 2 distributed workers:
$ vagrant up
$ wget 192.168.1.10:8080