2015-08-11 15:22:58 +07:00
About tests
===========
IMPORTANT
---------
- DO NOT `vagrant up` ! My Vagrantfile provides 14 VMs (256MB each)...
2016-09-23 14:38:19 +07:00
- Each slave communicate to his master. You can't mix mysql and mariadb.
2015-08-11 15:22:58 +07:00
- This tests uses my [MySQL role ](https://github.com/HanXHX/ansible-mysql ).
Tests
-----
- vagrant up the master
- vagrant up the slave
Wait master fully installed before run slave.
Example:
```
sudo ansible-galaxy install HanXHX.mysql
vagrant up jessie-upstream-mariadb-master
vagrant up jessie-upstream-mariadb-slave
```
Supported platforms
-------------------
- Debian Jessie
Supported MySQL vendors
-----------------------
2016-09-23 23:00:33 +07:00
- MariaDB 10.0 / 10.1 / 10.2 (from Debian Jessie or MariaDB repository)
2015-08-11 15:22:58 +07:00
- MySQL 5.5 (from Debian repositories)
2016-09-23 23:00:33 +07:00
- Percona Server 5.5 / 5.6 / 5.7 (from Percona Repository)
2015-08-11 15:22:58 +07:00
About MySQL 5.6
---------------
You can get MySQL 5.6 for Debian with [Dotdeb ](https://www.dotdeb.org ) with my [Dotdeb role ](https://github.com/HanXHX/ansible-debian-dotdeb ). I give no support with this version (pull-request accepted). It can work but without GTID.