Created
November 5, 2025 11:45
-
-
Save dobbythebot/7bdeb84b436f0c97f7256504bfaf7a58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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 | |
| }, | |
| { | |
| "name": "ODF", | |
| "services": [ | |
| { | |
| "name": "Ceph_MGR", | |
| "requiredCPU": 1, | |
| "requiredMemory": 3.5, | |
| "zones": 2, | |
| "id": 64, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_MON", | |
| "requiredCPU": 1, | |
| "requiredMemory": 2, | |
| "zones": 3, | |
| "id": 65, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_RGW", | |
| "requiredCPU": 2, | |
| "requiredMemory": 4, | |
| "zones": 2, | |
| "id": 66, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_MDS", | |
| "requiredCPU": 3, | |
| "requiredMemory": 8, | |
| "zones": 2, | |
| "id": 67, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_DB", | |
| "requiredCPU": 0.5, | |
| "requiredMemory": 4, | |
| "zones": 1, | |
| "id": 68, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_Endpoint", | |
| "requiredCPU": 1, | |
| "requiredMemory": 2, | |
| "zones": 1, | |
| "id": 69, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_core", | |
| "requiredCPU": 1, | |
| "requiredMemory": 4, | |
| "zones": 1, | |
| "id": 70, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_operator", | |
| "requiredCPU": 0.25, | |
| "requiredMemory": 0.5, | |
| "zones": 1, | |
| "id": 71, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_0", | |
| "requiredCPU": 2, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 72, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_1", | |
| "requiredCPU": 2, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 73, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_2", | |
| "requiredCPU": 2, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 74, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_3", | |
| "requiredCPU": 2, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 75, | |
| "avoid": [], | |
| "runsWith": [] | |
| } | |
| ], | |
| "storageCapacityRequired": 0, | |
| "usesMachines": [ | |
| "infra" | |
| ], | |
| "count": 1, | |
| "id": 5 | |
| } | |
| ], | |
| "machineSet": [ | |
| { | |
| "name": "default", | |
| "cpu": 24, | |
| "memory": 64, | |
| "instanceName": "default", | |
| "onlyFor": [], | |
| "numberOfDisks": 24, | |
| "label": "Worker Node", | |
| "id": 3 | |
| }, | |
| { | |
| "name": "controlPlane", | |
| "cpu": 6, | |
| "memory": 16, | |
| "instanceName": "controlPlane", | |
| "onlyFor": [ | |
| "ControlPlane" | |
| ], | |
| "numberOfDisks": 24, | |
| "label": "Control Plane Node", | |
| "id": 4 | |
| }, | |
| { | |
| "name": "infra", | |
| "cpu": 64, | |
| "memory": 256, | |
| "instanceName": "mystifying-williams", | |
| "numberOfDisks": 24, | |
| "onlyFor": [ | |
| "ODF" | |
| ], | |
| "label": "Worker Node", | |
| "id": 5 | |
| } | |
| ], | |
| "ocs": { | |
| "flashSize": 6, | |
| "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