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
..
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 Stretch support 2017-06-28 16:23:15 +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