ansible/test/integration/targets/setup_mysql_replication/defaults/main.yml
Andrey Klychkov 66de3d429f mysql_replication: add basic CI tests with MySQL 5.6 (#63124)
* mysql_replication: add CI tests with MySQL 5.6

* mysql_replication: add CI tests with MySQL 5.6, add auxiliary checks

* mysql_replication: add CI tests with MySQL 5.6, fix comments

* mysql_replication: add CI tests with MySQL 5.6, add pause
2019-10-04 12:49:19 +02:00

10 lines
341 B
YAML

repo_link: http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
repo_name: mysql-community
master_port: 3306
standby_port: 3307
master_datadir: /var/lib/mysql_master
standby_datadir: /var/lib/mysql_standby
standby_logdir: /var/log/mysql_standby
default_logdir: /var/log/mysql
mysql_safe_err_log: /var/log/mysql/mysql_safe-err.log