Created
November 14, 2025 11:51
-
-
Save dobbythebot/c19769897b03a29be4643b5f3854c2f7 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": 51, | |
| "avoid": [ | |
| "serviceB" | |
| ], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "serviceB", | |
| "requiredCPU": 5, | |
| "requiredMemory": 16, | |
| "zones": 3, | |
| "id": 52, | |
| "avoid": [], | |
| "runsWith": [] | |
| } | |
| ], | |
| "id": 8 | |
| }, | |
| { | |
| "name": "ODF", | |
| "services": [ | |
| { | |
| "name": "Ceph_MGR", | |
| "requiredCPU": 1, | |
| "requiredMemory": 3.5, | |
| "zones": 2, | |
| "id": 93, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_MON", | |
| "requiredCPU": 1, | |
| "requiredMemory": 2, | |
| "zones": 3, | |
| "id": 94, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_RGW", | |
| "requiredCPU": 1, | |
| "requiredMemory": 4, | |
| "zones": 2, | |
| "id": 95, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_MDS", | |
| "requiredCPU": 1, | |
| "requiredMemory": 8, | |
| "zones": 2, | |
| "id": 96, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_DB", | |
| "requiredCPU": 0.5, | |
| "requiredMemory": 4, | |
| "zones": 1, | |
| "id": 97, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_Endpoint", | |
| "requiredCPU": 1, | |
| "requiredMemory": 2, | |
| "zones": 1, | |
| "id": 98, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_core", | |
| "requiredCPU": 1, | |
| "requiredMemory": 4, | |
| "zones": 1, | |
| "id": 99, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_operator", | |
| "requiredCPU": 0.25, | |
| "requiredMemory": 0.5, | |
| "zones": 1, | |
| "id": 100, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_0", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 101, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_1", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 102, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_2", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 103, | |
| "avoid": [], | |
| "runsWith": [] | |
| } | |
| ], | |
| "storageCapacityRequired": 14000, | |
| "usesMachines": [ | |
| "compact-default" | |
| ], | |
| "count": 3, | |
| "id": 14 | |
| } | |
| ], | |
| "machineSet": [ | |
| { | |
| "name": "controlPlane", | |
| "cpu": 6, | |
| "memory": 16, | |
| "instanceName": "controlPlane", | |
| "onlyFor": [ | |
| "ControlPlane" | |
| ], | |
| "numberOfDisks": 24, | |
| "label": "Control Plane Node", | |
| "id": 8 | |
| } | |
| ], | |
| "ocs": { | |
| "flashSize": 3.84, | |
| "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