Skip to content

Instantly share code, notes, and snippets.

@dobbythebot
Created December 2, 2021 13:09
Show Gist options
  • Select an option

  • Save dobbythebot/1cc45695cf84f3d53b1504260ac1c8c6 to your computer and use it in GitHub Desktop.

Select an option

Save dobbythebot/1cc45695cf84f3d53b1504260ac1c8c6 to your computer and use it in GitHub Desktop.
{
"ocs": {
"flashSize": 2.5,
"usableCapacity": 10,
"deploymentType": "internal",
"nvmeTuning": false,
"cephFSActive": true,
"nooBaaActive": true,
"rgwActive": false,
"dedicatedMachines": []
},
"workload": [
{
"name": "ControlPlane",
"count": 1,
"usesMachines": [
"controlPlane"
],
"services": [
0
]
}
],
"machineSet": [
{
"name": "default",
"cpu": 2,
"memory": 8,
"instanceName": "m5.large",
"numberOfDisks": 24,
"onlyFor": [],
"label": "Worker Node"
},
{
"name": "controlPlane",
"cpu": 4,
"memory": 16,
"instanceName": "m5.xlarge",
"numberOfDisks": 24,
"onlyFor": [
"ControlPlane"
],
"label": "Control Plane Node"
}
],
"cluster": {
"platform": "AWS",
"zones": []
},
"node": {
"nodes": []
},
"zone": {
"zones": []
},
"service": {
"services": [
{
"id": 0,
"name": "ControlPlane",
"requiredCPU": 2,
"requiredMemory": 10,
"zones": 3,
"avoid": [],
"runsWith": []
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment