salt-formulas / salt-formula-galera

Other
8 stars 21 forks source link

Ubuntu 16.04 installs broken dependency with python-mysqldb #35

Closed Lirt closed 6 years ago

Lirt commented 6 years ago

If you run kitchen test with Ubuntu 16.04 it will install package python-mysqldb which has mysql-common 5.7 as dependency. This breaks up with mysql-wsrep repository version 5.6.

One of the solution may be bumping mysql-wsrep to 5.7. But I don't know if this would not interrupt other configuration setups.

Another solution may be to move package installation of python-mysqldb from map.jinja and install it with using PIP to older version which is compliant with mysql 5.6.

Lirt commented 6 years ago

Thank you for merge