Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Vagrant

Prerequisites

Please install the following:

MacOS

brew cask install virtualbox
brew cask install vagrant
vagrant plugin install vagrant-disksize

Setting up

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.