Closed mfouilleul closed 8 years ago
it seems to come from yaml parser that give the complete wsrep_cluster_address line as a key. (need to be check)
if you change
wsrep_cluster_address:"gcomm://mydb1.prod,mydb2.prod,mydb3.prod,mydb4prod"
to
wsrep_cluster_address: "gcomm://mydb1.prod,mydb2.prod,mydb3.prod,mydb4prod"
it solve the problem
I created a attributes directory with some galera config on my environment:
It is basically some "environment" attributes.
I added some "node attributes" in the manifest as:
My problem is that the mysqld section is overrided by the node attribute.
In the unit I have:
Instead of
Note that the attribute wsrep_cluster_address is part of the mysqld value,
Thanks