Created
October 4, 2021 09:31
-
-
Save dobbythebot/d2cbb1d5b63a62134e23c70d4d490dc7 to your computer and use it in GitHub Desktop.
This file contains 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": "Kafka", | |
"count": 1, | |
"usesMachines": [], | |
"storageCapacityRequired": 1000, | |
"services": [ | |
{ | |
"name": "Kafka-Zookeeper", | |
"requiredCPU": 4, | |
"requiredMemory": 16, | |
"zones": 5, | |
"runsWith": [], | |
"avoid": [] | |
}, | |
{ | |
"name": "Kafka-Broker", | |
"requiredCPU": 12, | |
"requiredMemory": 64, | |
"zones": 3, | |
"runsWith": [], | |
"avoid": [] | |
}, | |
{ | |
"name": "Kafka-Connect", | |
"requiredCPU": 2, | |
"requiredMemory": 3, | |
"zones": 2, | |
"runsWith": [], | |
"avoid": [] | |
}, | |
{ | |
"name": "Kafka-Operator", | |
"requiredCPU": 1, | |
"requiredMemory": 1, | |
"zones": 1, | |
"runsWith": [], | |
"avoid": [] | |
}, | |
{ | |
"name": "Kafka-Entity", | |
"requiredCPU": 4, | |
"requiredMemory": 4, | |
"zones": 1, | |
"runsWith": [], | |
"avoid": [] | |
}, | |
{ | |
"name": "Kafka-Bridge", | |
"requiredCPU": 8, | |
"requiredMemory": 80, | |
"zones": 2, | |
"runsWith": [], | |
"avoid": [] | |
}, | |
{ | |
"name": "Kafka-Service-Registry", | |
"requiredCPU": 2, | |
"requiredMemory": 2, | |
"zones": 2, | |
"runsWith": [], | |
"avoid": [] | |
}, | |
{ | |
"name": "Kafka-Cruise-Control", | |
"requiredCPU": 2, | |
"requiredMemory": 2, | |
"zones": 1, | |
"runsWith": [], | |
"avoid": [] | |
} | |
], | |
"uid": "Mzbrn" | |
} | |
], | |
"machineSet": [ | |
{ | |
"name": "default", | |
"cpu": 16, | |
"memory": 64, | |
"instanceName": "m5.4xlarge", | |
"numberOfDisks": 24, | |
"onlyFor": [] | |
} | |
], | |
"cluster": { | |
"platform": "AWS" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment