Please install the following:
- VirtualBox
- Vagrant
- vagrant-disksize plugin
brew cask install virtualbox
brew cask install vagrant
vagrant plugin install vagrant-disksize
You can set up the Vagrant environment with just one command:
vagrant up
After successfull installation you can ssh to the virtual machine with:
vagrant ssh
To run test:
cd /sumologic/sumologic-collector
make test
To run example cookbook:
cd /sumologic/sumologic-collector/vagrant
make run
NOTICE: The directory with sumologic-collector-chef-cookbook repository on the host is synced with /sumologic/sumologic-collector
directory on the virtual machine.