Drop wheezy support

This commit is contained in:
Emilien Mantel
2016-09-23 09:38:19 +02:00
parent 838c787986
commit 5e38bc02a0
10 changed files with 5 additions and 29 deletions

View File

@@ -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

View File

@@ -1,4 +0,0 @@
FROM williamyeh/ansible:debian7-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh"]

View File

@@ -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",

View File

@@ -1 +0,0 @@
his_master: '192.168.200.10'

View File

@@ -1 +0,0 @@
his_master: '192.168.200.12'

View File

@@ -1 +0,0 @@
his_master: '192.168.200.14'