Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
ansible_adanced_oci [2022/02/08 21:17] – [Setup replication] andonovj | ansible_adanced_oci [2024/08/19 13:03] (current) – andonovj | ||
---|---|---|---|
Line 752: | Line 752: | ||
</ | </ | ||
- | That playbook will stop the MySQL and detach the iSCSI from the compute node, so we can safely, remove it from the OCI as well. | + | That playbook will stop the MySQL and detach the iSCSI from the compute node, so we can safely, remove it from the OCI as well. |
+ | |||
+ | =====MySQL Clusterset Automation===== | ||
+ | This ansible project consists of 3 roles: | ||
+ | - MySQL Instance | ||
+ | - MySQL InnoDB Cluster | ||
+ | - MySQL Router | ||
+ | |||
+ | That will create architecture with 1 InnoDB Clusterset and a replicaset attached to it. The full code, you can see here: | ||
+ | |||
+ | https:// | ||
+ |