commit | 03ff34ef2becc70bbeb47b209edf350cee769626 | [log] [tgz] |
---|---|---|
author | Ondrej Smola <ondrej.smola@tcpcloud.eu> | Thu Dec 01 01:30:33 2016 +0100 |
committer | Ondrej Smola <ondrej.smola@tcpcloud.eu> | Thu Dec 01 01:30:33 2016 +0100 |
tree | 16e1c37a5677c1d55fa2d59f6445d4db2fa46dc1 |
initial commit
diff --git a/system/galera/server/database/heat.yml b/system/galera/server/database/heat.yml new file mode 100644 index 0000000..0d716d8 --- /dev/null +++ b/system/galera/server/database/heat.yml
@@ -0,0 +1,15 @@ +parameters: + mysql: + server: + database: + heat: + encoding: utf8 + users: + - name: heat + password: ${_param:mysql_heat_password} + host: '%' + rights: all + - name: heat + password: ${_param:mysql_heat_password} + host: ${_param:cluster_local_address} + rights: all