Vagrant test environment for Monasca
Go to file
Tim Kuhlman 6cd6f57fa2 readme cleanup 2014-02-14 14:53:23 -07:00
README.md readme cleanup 2014-02-14 14:53:23 -07:00
Vagrantfile Changed config to make it easy to add multiple boxes. 2014-02-14 11:43:34 -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

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