mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-09 13:42:10 +07:00
Drop wheezy support
This commit is contained in:
@@ -5,10 +5,9 @@ IMPORTANT
|
||||
---------
|
||||
|
||||
- DO NOT `vagrant up`! My Vagrantfile provides 14 VMs (256MB each)...
|
||||
- Each slave communicate to his master. You can't mix jessie and wheezy or mysql and mariadb.
|
||||
- Each slave communicate to his master. You can't mix mysql and mariadb.
|
||||
- This tests uses my [MySQL role](https://github.com/HanXHX/ansible-mysql).
|
||||
|
||||
|
||||
Tests
|
||||
-----
|
||||
|
||||
@@ -28,7 +27,6 @@ vagrant up jessie-upstream-mariadb-slave
|
||||
Supported platforms
|
||||
-------------------
|
||||
|
||||
- Debian Wheezy
|
||||
- Debian Jessie
|
||||
|
||||
Supported MySQL vendors
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM williamyeh/ansible:debian7-onbuild
|
||||
|
||||
RUN apt-get update
|
||||
CMD ["sh", "tests/test.sh"]
|
||||
@@ -9,12 +9,6 @@ use warnings;
|
||||
use Socket;
|
||||
|
||||
my @a = (
|
||||
"wheezy-default-mysql-master",
|
||||
"wheezy-default-mysql-slave",
|
||||
"wheezy-upstream-mariadb-master",
|
||||
"wheezy-upstream-mariadb-slave",
|
||||
"wheezy-upstream-percona-master",
|
||||
"wheezy-upstream-percona-slave",
|
||||
"jessie-default-mysql-master",
|
||||
"jessie-default-mysql-slave",
|
||||
"jessie-upstream-mariadb-master",
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
his_master: '192.168.200.10'
|
||||
@@ -1 +0,0 @@
|
||||
his_master: '192.168.200.12'
|
||||
@@ -1 +0,0 @@
|
||||
his_master: '192.168.200.14'
|
||||
Reference in New Issue
Block a user