Skip to content

Commit

Permalink
PMM-5976 Increase cluster size (#616)
Browse files Browse the repository at this point in the history
* PMM-5976 Increase cluster size

* PMM-5976 Updated update message

Co-authored-by: Alexey Palazhchenko <[email protected]>
  • Loading branch information
percona-csalguero and AlekSi authored Nov 30, 2020
1 parent 91c6a0b commit a63b220
Show file tree
Hide file tree
Showing 9 changed files with 811 additions and 336 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 5 additions & 23 deletions api/managementpb/dbaas/json/dbaas.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
"x-order": 1
},
"params": {
"description": "PSMDBClusterParams represents PSMDB cluster parameters that can be updated.",
"description": "UpdatePSMDBClusterParams represents PSMDB cluster parameters that can be updated.",
"type": "object",
"properties": {
"cluster_size": {
Expand All @@ -572,7 +572,7 @@
"x-order": 0
},
"replicaset": {
"description": "ReplicaSet container parameters.\nTODO Do not use inner messages in all public APIs (for consistency).",
"description": "ReplicaSet container parameters.",
"type": "object",
"properties": {
"compute_resources": {
Expand All @@ -593,12 +593,6 @@
}
},
"x-order": 0
},
"disk_size": {
"description": "Disk size in bytes.",
"type": "string",
"format": "int64",
"x-order": 1
}
},
"x-order": 1
Expand Down Expand Up @@ -1352,7 +1346,7 @@
"x-order": 1
},
"params": {
"description": "XtraDBClusterParams represents XtraDB cluster parameters that can be updated.",
"description": "UpdateXtraDBClusterParams represents XtraDB cluster parameters that can be updated.",
"type": "object",
"properties": {
"cluster_size": {
Expand All @@ -1362,7 +1356,7 @@
"x-order": 0
},
"proxysql": {
"description": "ProxySQL container parameters.\nTODO Do not use inner messages in all public APIs (for consistency).",
"description": "ProxySQL container parameters.",
"type": "object",
"properties": {
"compute_resources": {
Expand All @@ -1383,18 +1377,12 @@
}
},
"x-order": 0
},
"disk_size": {
"description": "Disk size in bytes.",
"type": "string",
"format": "int64",
"x-order": 1
}
},
"x-order": 2
},
"pxc": {
"description": "PXC container parameters.\nTODO Do not use inner messages in all public APIs (for consistency).",
"description": "PXC container parameters.",
"type": "object",
"properties": {
"compute_resources": {
Expand All @@ -1415,12 +1403,6 @@
}
},
"x-order": 0
},
"disk_size": {
"description": "Disk size in bytes.",
"type": "string",
"format": "int64",
"x-order": 1
}
},
"x-order": 1
Expand Down
Loading

0 comments on commit a63b220

Please sign in to comment.