"description":"Provisioning db tags. Set one tag per line.",
"type":"array",
"items":{
"type":"string"
},
"default":[
"gtidstrict",
"bind",
"pkg",
"innodb",
"noquerycache",
"slow",
"pfs",
"linux",
"readonly",
"diskmonitor",
"sqlerror",
"compressbinlog",
"bm4ci",
"mroonga",
"utctime",
"readcommitted",
"nohandshake",
"ssl"
]
},
"http-session-lifetime":{
"http-session-lifetime":{
"title":"Web Session life time in s",
"title":"Web Session life time in s",
"description":"Web interface Session life time in seconds. Default 86400",
"description":"Web interface Session life time in seconds. Default 86400",
...
@@ -129,18 +101,6 @@
...
@@ -129,18 +101,6 @@
"type":"integer",
"type":"integer",
"default":4
"default":4
},
},
"autorejoin":{
"title":"Automatic rejoin a failed master",
"description":"Automatic rejoin a failed master (default true)",
"type":"boolean",
"default":true
},
"autoseed":{
"title":"Automatic join a standalone node",
"description":"Automatic join a standalone node",
"type":"boolean",
"default":true
},
"require-ssl":{
"require-ssl":{
"title":"Enable REQUIRE SSL for repman database users",
"title":"Enable REQUIRE SSL for repman database users",
"description":"Enable secure connection between repman and mariadb databases. This option is an initial value, used only when creating database users.",
"description":"Enable secure connection between repman and mariadb databases. This option is an initial value, used only when creating database users.",
...
@@ -196,6 +156,34 @@
...
@@ -196,6 +156,34 @@
"type":"string",
"type":"string",
"default":""
"default":""
},
},
"tags":{
"title":"Provisioning db tag list",
"description":"Provisioning db tags. Set one tag per line.",
"type":"array",
"items":{
"type":"string"
},
"default":[
"gtidstrict",
"bind",
"pkg",
"innodb",
"noquerycache",
"slow",
"pfs",
"linux",
"readonly",
"diskmonitor",
"sqlerror",
"compressbinlog",
"bm4ci",
"mroonga",
"utctime",
"readcommitted",
"nohandshake",
"ssl"
]
},
"proxysql-user":{
"proxysql-user":{
"title":"Proxysql username",
"title":"Proxysql username",
"description":"Proxysql external user, default is 'external'.",
"description":"Proxysql external user, default is 'external'.",
...
@@ -310,6 +298,18 @@
...
@@ -310,6 +298,18 @@
"type":"boolean",
"type":"boolean",
"default":true
"default":true
},
},
"autorejoin":{
"title":"Automatic rejoin a failed master db",
"description":"Automatic rejoin a failed master (default: true).",
"type":"boolean",
"default":true
},
"autoseed":{
"title":"Automatic join a standalone node",
"description":"Automatic join a standalone mariadb node to the cluster.",
"type":"boolean",
"default":true
},
"failover-mode":{
"failover-mode":{
"title":"Failover mode",
"title":"Failover mode",
"description":"Failover is manual or automatic (default \"manual\").",
"description":"Failover is manual or automatic (default \"manual\").",