Simple validation

In vagrant file we have to add one more recipe with:

chef.add_recipe "storm::zookeeper"

And we are ready to validate state of zookeeper

vagrant provision
vagrant ssh
sudo bash
/etc/init.d/zookeeper status
cat /var/log/zookeeper/zookeeper.log