fix galera nodes in twomaxscales_full template
This commit is contained in:

committed by
Markus Mäkelä

parent
90ca096bc8
commit
f4317121e1
@ -51,6 +51,20 @@
|
|||||||
"cnf_template_path": "${cnf_path}"
|
"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" :
|
"galera_001" :
|
||||||
{
|
{
|
||||||
"hostname" : "galera001",
|
"hostname" : "galera001",
|
||||||
|
Reference in New Issue
Block a user