Skip to content

emusickid/vagrant-mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boundary MySQL

Configures a virtual machine with a MySQL instance for testing Boundary Plugin for MySQL.

Prerequistes

  • Vagrant 1.72. or later, download here
  • Virtual Box 4.3.26 or later, download here
  • git 1.7 or later

Installation

Prior to installation you need to obtain in your Boundary API Token.

  1. Clone the GitHub Repository:
$ git clone https://github.com/boundary/boundary-vagrant-redis
  1. 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.

  1. Login to the virtual machine
$ vagrant ssh <virtual machine name>

About

Vagrant environment for testing boundary-plugin-mysql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 92.7%
  • Shell 7.3%