Created
July 22, 2025 02:36
-
-
Save dobbythebot/49f1c966059f5f8e1198e68f2259934f 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": "ODF", | |
| "services": [ | |
| { | |
| "name": "Ceph_MGR", | |
| "requiredCPU": 1, | |
| "requiredMemory": 3.5, | |
| "zones": 2, | |
| "id": 1, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_MON", | |
| "requiredCPU": 1, | |
| "requiredMemory": 2, | |
| "zones": 3, | |
| "id": 2, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_RGW", | |
| "requiredCPU": 1, | |
| "requiredMemory": 4, | |
| "zones": 2, | |
| "id": 3, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_MDS", | |
| "requiredCPU": 1, | |
| "requiredMemory": 8, | |
| "zones": 2, | |
| "id": 4, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_DB", | |
| "requiredCPU": 0.5, | |
| "requiredMemory": 4, | |
| "zones": 1, | |
| "id": 5, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_Endpoint", | |
| "requiredCPU": 1, | |
| "requiredMemory": 2, | |
| "zones": 1, | |
| "id": 6, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_core", | |
| "requiredCPU": 1, | |
| "requiredMemory": 4, | |
| "zones": 1, | |
| "id": 7, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "NooBaa_operator", | |
| "requiredCPU": 0.25, | |
| "requiredMemory": 0.5, | |
| "zones": 1, | |
| "id": 8, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_0", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 9, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_1", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 10, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_2", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 11, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_3", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 12, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_4", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 13, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_5", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 14, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_6", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 15, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_7", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 16, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_8", | |
| "requiredCPU": 1, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "id": 17, | |
| "avoid": [], | |
| "runsWith": [] | |
| } | |
| ], | |
| "storageCapacityRequired": 0, | |
| "usesMachines": [ | |
| "compact-default" | |
| ], | |
| "count": 1, | |
| "id": 1 | |
| } | |
| ], | |
| "machineSet": [ | |
| { | |
| "id": 4, | |
| "name": "compact-default", | |
| "cpu": 24, | |
| "memory": 92, | |
| "instanceName": "odfDefault", | |
| "numberOfDisks": 24, | |
| "onlyFor": [], | |
| "label": "Compact Node" | |
| } | |
| ], | |
| "ocs": { | |
| "flashSize": 12, | |
| "usableCapacity": 100, | |
| "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