Created
October 1, 2021 13:52
-
-
Save dobbythebot/df191511a3f9413bbc1d62e22d813a09 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
| { | |
| "ocs": { | |
| "flashSize": 2.5, | |
| "usableCapacity": 10, | |
| "deploymentType": "internal", | |
| "nvmeTuning": false, | |
| "cephFSActive": true, | |
| "nooBaaActive": true, | |
| "rgwActive": false, | |
| "dedicatedMachines": [] | |
| }, | |
| "workload": [ | |
| { | |
| "name": "ODF", | |
| "services": [ | |
| { | |
| "name": "Ceph_MGR", | |
| "requiredCPU": 1, | |
| "requiredMemory": 3.5, | |
| "zones": 2, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "Ceph_MON", | |
| "requiredCPU": 1, | |
| "requiredMemory": 2, | |
| "zones": 3, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "Ceph_RGW", | |
| "requiredCPU": 2, | |
| "requiredMemory": 4, | |
| "zones": 2, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "Ceph_MDS", | |
| "requiredCPU": 3, | |
| "requiredMemory": 8, | |
| "zones": 2, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "NooBaa_DB", | |
| "requiredCPU": 0.5, | |
| "requiredMemory": 4, | |
| "zones": 2, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "NooBaa_Endpoint", | |
| "requiredCPU": 1, | |
| "requiredMemory": 2, | |
| "zones": 2, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "NooBaa_core", | |
| "requiredCPU": 1, | |
| "requiredMemory": 4, | |
| "zones": 2, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_0", | |
| "requiredCPU": 2, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_1", | |
| "requiredCPU": 2, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_2", | |
| "requiredCPU": 2, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "Ceph_OSD_3", | |
| "requiredCPU": 2, | |
| "requiredMemory": 5, | |
| "zones": 3, | |
| "runsWith": [], | |
| "avoid": [] | |
| } | |
| ], | |
| "storageCapacityRequired": 0, | |
| "usesMachines": [], | |
| "count": 1, | |
| "uid": "KG5zR" | |
| }, | |
| { | |
| "name": "PostgreSQL", | |
| "count": 1, | |
| "usesMachines": [], | |
| "storageCapacityRequired": 30, | |
| "services": [ | |
| { | |
| "name": "PostgreSQL", | |
| "requiredCPU": 3, | |
| "requiredMemory": 5, | |
| "zones": 1, | |
| "runsWith": [], | |
| "avoid": [] | |
| } | |
| ], | |
| "uid": "qBd0V" | |
| }, | |
| { | |
| "name": "Kafka", | |
| "count": 1, | |
| "usesMachines": [], | |
| "storageCapacityRequired": 100, | |
| "services": [ | |
| { | |
| "name": "Kafka-Zookeeper", | |
| "requiredCPU": 3, | |
| "requiredMemory": 10, | |
| "zones": 3, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "Kafka", | |
| "requiredCPU": 3, | |
| "requiredMemory": 10, | |
| "zones": 3, | |
| "runsWith": [], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "Kafka-Entity", | |
| "requiredCPU": 3, | |
| "requiredMemory": 10, | |
| "zones": 1, | |
| "runsWith": [], | |
| "avoid": [] | |
| } | |
| ], | |
| "uid": "jeyFN" | |
| } | |
| ], | |
| "machineSet": [ | |
| { | |
| "name": "default", | |
| "cpu": 16, | |
| "memory": 64, | |
| "instanceName": "Standard_D16s_v3", | |
| "onlyFor": [], | |
| "numberOfDisks": 24 | |
| }, | |
| { | |
| "name": "test", | |
| "numberOfDisks": 24, | |
| "onlyFor": [] | |
| }, | |
| { | |
| "name": "odf", | |
| "numberOfDisks": 24, | |
| "onlyFor": [ | |
| "ODF" | |
| ] | |
| } | |
| ], | |
| "cluster": { | |
| "platform": "AZURE" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment