ansible-mysql/tests
Emilien M 0b4983e090
Full buster optim (#38)
* Remove Stretch and Percona support
* Delete root password management (On Buster, it uses socket auth)
* Fix sync backups files master -> slave
* Cleanup legacy code on replication slave
* Use modern configuration
* Debian buster configuration style
* Drop logrotate management (useless)
* Add new default values in defaults/main.yml (according with MariaDB doc)
* Travis with Ansible 2.8+
* Drop feature "don't replicate mysql database"
* Fully compatible with python3
2019-12-28 19:02:41 +01:00
..
group_vars Full buster optim (#38) 2019-12-28 19:02:41 +01: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 Full buster optim (#38) 2019-12-28 19:02:41 +01: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