mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-22 04:40:23 -07:00
updated replication integration tests, added testing for mysql 5.7 (#7)
Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
This commit is contained in:
parent
c255d7ece2
commit
ac79b437c8
17 changed files with 497 additions and 491 deletions
|
@ -7,7 +7,7 @@ percona_client_version: 5.7
|
|||
|
||||
mariadb_install: false
|
||||
|
||||
mysql_version: 8.0.20
|
||||
mysql_version: 8.0.21
|
||||
mariadb_version: 10.5.4
|
||||
|
||||
mysql_base_port: 3306
|
||||
|
|
|
@ -11,5 +11,5 @@
|
|||
|
||||
- name: "{{ role_name }} | config | setup replication topology"
|
||||
shell:
|
||||
cmd: "dbdeployer deploy multiple {{ install_version }} --base-port {{ mysql_base_port }}"
|
||||
cmd: "dbdeployer deploy multiple {{ install_version }} --base-port {{ mysql_base_port }} --my-cnf-options=\"master_info_repository='TABLE'\" --my-cnf-options=\"relay_log_info_repository='TABLE'\""
|
||||
creates: "{{ dbdeployer_sandbox_home_dir }}/multi_msb_{{ install_version|replace('.','_') }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue