Skip to content

Instantly share code, notes, and snippets.

@dobbythebot
Created November 13, 2025 14:35
Show Gist options
  • Select an option

  • Save dobbythebot/631ab9df2778ac7d7213d18472ac9f75 to your computer and use it in GitHub Desktop.

Select an option

Save dobbythebot/631ab9df2778ac7d7213d18472ac9f75 to your computer and use it in GitHub Desktop.
{
"workload": [],
"machineSet": [
{
"name": "default",
"cpu": 24,
"memory": 64,
"instanceName": "default",
"onlyFor": [],
"numberOfDisks": 24,
"label": "Worker Node",
"id": 38
},
{
"name": "controlPlane",
"cpu": 6,
"memory": 16,
"instanceName": "controlPlane",
"onlyFor": [
"ControlPlane"
],
"numberOfDisks": 24,
"label": "Control Plane Node",
"id": 39
}
],
"ocs": {
"flashSize": 2.5,
"usableCapacity": 10,
"deploymentType": "compact",
"nvmeTuning": false,
"cephFSActive": true,
"nooBaaActive": true,
"rgwActive": false,
"dedicatedMachines": [
"compact-default"
]
},
"platform": "BareMetal"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment