fix galera nodes in twomaxscales_full template

This commit is contained in:
Timofey Turenko 2018-08-27 22:37:45 +03:00 committed by Markus Mäkelä
parent 90ca096bc8
commit f4317121e1

View File

@ -51,6 +51,20 @@
"cnf_template_path": "${cnf_path}"
}
},
"galera_000" :
{
"hostname" : "galera000",
"box" : "${backend_box}",
"memory_size" : "${vm_memory}",
"product" : {
"name": "galera",
"version": "${galera_version}",
"cnf_template" : "galera_server1.cnf",
"cnf_template_path": "${cnf_path}"
}
},
"galera_001" :
{
"hostname" : "galera001",