Saltstack Official Galera Formula
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

25 lines
553B

  1. doc:
  2. name: Galera
  3. description: Galera Cluster for MySQL is a true Multimaster Cluster based on synchronous replication.
  4. role:
  5. {%- if pillar.galera.master is defined %}
  6. master:
  7. name: master
  8. param: {}
  9. {%- endif %}
  10. {%- if pillar.galera.slave is defined %}
  11. slave:
  12. name: slave
  13. param: {}
  14. {%- endif %}
  15. {%- if pillar.galera.monitor is defined %}
  16. monitor:
  17. name: monitor
  18. param: {}
  19. {%- endif %}
  20. {%- if pillar.galera.mysql is defined %}
  21. mysql:
  22. name: mysql
  23. param: {}
  24. {%- endif %}