Vagrant test environment for Monasca
Go to file
Tim Kuhlman 2d20887a8e Removed the need for hp_common_functions with chef-solo 2014-02-18 13:06:56 -07:00
roles Initial setup of zookeeper with chef-solo 2014-02-14 20:37:00 -07:00
.gitignore Removed the need for hp_common_functions with chef-solo 2014-02-18 13:06:56 -07:00
Berksfile Removed the need for hp_common_functions with chef-solo 2014-02-18 13:06:56 -07:00
README.md Moved to using berkshelf 2014-02-18 11:43:16 -07:00
Vagrantfile Moved to using berkshelf 2014-02-18 11:43:16 -07:00

README.md

Install as mini monitoring environment based on vagrant, intended for development and monitoring of the monitoring infrastructure.

Usage

Setup Vagrant

Assumes you have home brew installed Also if you are behind a proxy add 'proxy = http://' to your ~/.curlrc and set your HTTP_PROXY env variable

  • brew tap phinze/cask
  • brew install brew-cask
  • brew cask install virtualbox
  • brew cask install vagrant
  • vagrant plugin install vagrant-berkshelf
  • gem install berkshelf

Start mini-mon

  • vagrant up
    • This will bring the vms up
    • Your home dir is synced to the vm in /vagrant_home on each vm
  • Vms created
    • kafkha at 10.10.10.10
  • Run 'vagrant help' for more info