ansible-mysql/tests
Emilien M 2089f8eade
New release (#44)
* Manages MariaDB 10.6 + Debian 11
* Fix YAML lint
* Fix ansible lint
* Modernize TravisCI
* Fix service name depending OS version
* Add rsyslog on tests
* Remove useless variable in tests
* Use module mysql_replication instead of command for GTID setup
* Force 'mariadb' as service name if install from upstream
* Rename group vars file and valid YAML lint
* Galera install imrovements
* Do not force galera package name ('galera-3' was hardcoded)
* Prevent some crashes when galera is installed with mariadb at the same
time
* Install galera-3 on Buster + MariaDB from Debian repository
* Use FQDN Ansible modules
2021-09-02 18:17:54 +02:00
..
group_vars New release (#44) 2021-09-02 18:17:54 +02:00
README.md Full buster optim (#38) 2019-12-28 19:02:41 +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 New release (#44) 2021-09-02 18:17:54 +02:00

README.md

About tests

IMPORTANT

  • DO NOT vagrant up! My Vagrantfile provides many VMs...
  • Each slave communicate to his master.

Tests

  • vagrant up the-master
  • vagrant up the-slave

Wait master fully installed before run slave.

Example:

vagrant up vbox-buster-default-master
vagrant up vbox-buster-default-slave