Configures a virtual machine with a MySQL instance for testing Boundary Plugin for MySQL.
Prior to installation you need to obtain in your Boundary API Token.
- Clone the GitHub Repository:
$ git clone https://github.com/boundary/boundary-vagrant-redis- Start the virtual machine using your Boundary API Token and Redis version:
$ BOUNDARY_API_TOKEN=<Boundary API Token> BOUNDARY_MY_SQL_VERSION 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>