Configures a virtual machine with a Storm instance for testing TrueSight Pulse Plugin for Storm.
Prior to installation you need to obtain in your Boundary API Token.
- Clone the GitHub Repository:
$ git clone https://github.com/boundary/truesightpulse-vagrant-storm
- Start the virtual machine using your TrueSight Pulse API Token and Storm Version (optional):
$ API_TOKEN=<TrueSight Pulse API Token> STORM_VERSION=<0.9.3 (default)> vagrant up <virtual machine name>
NOTE: Run vagrant status
to list the name of the virtual machines.
- Login to the virtual machine
$ vagrant ssh <virtual machine name>