Files
ansible-mysql/tests
Emilien Mantel 2aec278e00 Stretch support
- Support Debian Stretch (MariaDB debian/upstream + Galera)
- Doc updated
- New travis tests (with Vagrant)
- Drop support of mysql_innodb_additional_mem_pool_size
- Xtrabackup optionnal installation + package name updatable
- Fix many issues with replication (Ansible 2.3)
- Auto-retreive master IP address on tests
- MySQL tools per OS release
2017-06-28 16:23:15 +02:00
..
2017-06-28 16:23:15 +02:00
2015-07-12 12:15:59 +02:00
2017-06-28 16:23:15 +02:00
2017-06-28 16:23:15 +02:00
2017-06-01 15:33:09 +02:00

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