Skip to content

Instantly share code, notes, and snippets.

@dobbythebot
Created September 4, 2025 14:15
Show Gist options
  • Select an option

  • Save dobbythebot/35c203897748640fc419bfb9f10e28e0 to your computer and use it in GitHub Desktop.

Select an option

Save dobbythebot/35c203897748640fc419bfb9f10e28e0 to your computer and use it in GitHub Desktop.
{
"workload": [
{
"name": "tester",
"count": 3,
"usesMachines": [],
"storageCapacityRequired": 1024,
"services": [
{
"name": "serviceA",
"requiredCPU": 5,
"requiredMemory": 16,
"zones": 3,
"id": 1,
"avoid": [
"serviceB"
],
"runsWith": []
},
{
"name": "serviceB",
"requiredCPU": 5,
"requiredMemory": 16,
"zones": 3,
"id": 2,
"avoid": [],
"runsWith": []
}
],
"id": 1
}
],
"machineSet": [
{
"name": "default",
"cpu": 24,
"memory": 64,
"instanceName": "default",
"onlyFor": [],
"numberOfDisks": 24,
"label": "Worker Node",
"id": 2
},
{
"name": "controlPlane",
"cpu": 6,
"memory": 16,
"instanceName": "controlPlane",
"onlyFor": [
"ControlPlane"
],
"numberOfDisks": 24,
"label": "Control Plane Node",
"id": 3
}
],
"ocs": {
"flashSize": 2.5,
"usableCapacity": 10,
"deploymentType": "internal",
"nvmeTuning": false,
"cephFSActive": true,
"nooBaaActive": true,
"rgwActive": false,
"dedicatedMachines": []
},
"platform": "BareMetal"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment