salt-formulas / salt-formula-galera

Other
8 stars 21 forks source link

Mariadb 10.1 #1

Closed mediumstack closed 6 years ago

mediumstack commented 8 years ago

Tested in my lab to bring up galera cluster first time every time.

Run salt-call state.sls galera on master node, wait for it to finish, then run on slaves.

pupapaik commented 8 years ago

It looks very good, but this can destroy current running environment. So we have to prepare migration step for all environments to this maria db and mirror package repository. @fpytloun what do you think about it?

mediumstack commented 8 years ago

Could we merge it into a new branch on master repository?

fpytloun commented 8 years ago

Change looks very good, thank you for that. My comments are inside. I am a little bit afraid about currently running environments based on s9s packages (maybe consider introducing vendor switch to support more deployments), anyway that one will need some more testing on our side as well.