ansible-mysql/tests
Emilien Mantel cc3bef8bfa Better code display 2018-03-17 18:28:56 +01:00
..
group_vars Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01:00
README.md Drop MySQL, Percona Server and Jessie support 2018-03-17 17:05:45 +01: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 Better code display 2018-03-17 18:28:56 +01:00
travis.sh Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01:00
travis.yml Rename mysql_ -> mariadb_ 2018-03-17 17:28:54 +01: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 stretch-upstream-mariadb-master
vagrant up stretch-upstream-mariadb-slave