ansible/test/integration/targets/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

7 lines
172 B
YAML

master_port: 3306
standby_port: 3307
test_db: test_db
test_table: test_table
replication_user: replication_user
replication_pass: replication_pass
dump_path: /tmp/dump.sql