ansible-mysql/tests
Emilien Mantel 312560ed32 Bypass ansible issue (with MariaDB 10.2) 2017-06-28 17:43:35 +02:00
..
group_vars Stretch support 2017-06-28 16:23:15 +02:00
README.md Stretch support 2017-06-28 16:23:15 +02:00
import1.sql Replication OK (transfert from another git repo) 2015-08-11 10:23:53 +02:00
import2.sql Replication OK (transfert from another git repo) 2015-08-11 10:23:53 +02:00
inventory Import tests and vagrant 2015-07-12 12:15:59 +02:00
test.yml Bypass ansible issue (with MariaDB 10.2) 2017-06-28 17:43:35 +02:00
travis.sh Change travis.sh (help idempotence debug) 2016-09-25 14:43:32 +02:00
travis.yml All variables prexied with "mysql_" 2017-06-01 15:33:09 +02:00

README.md

About tests

IMPORTANT

  • DO NOT vagrant up! My Vagrantfile provides many VMs...
  • Each slave communicate to his master. You can't mix mysql and mariadb.

Tests

  • vagrant up the master
  • vagrant up the slave

Wait master fully installed before run slave.

Example:

vagrant up jessie-upstream-mariadb-master
vagrant up jessie-upstream-mariadb-slave