Created
November 29, 2021 04:59
-
-
Save dobbythebot/3ee4e616e07ee6c907ee609e77b054e4 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": "Kafka", | |
| "count": 1, | |
| "usesMachines": [], | |
| "storageCapacityRequired": 1000, | |
| "services": [ | |
| 16, | |
| 17, | |
| 18, | |
| 19, | |
| 20, | |
| 21, | |
| 22, | |
| 23 | |
| ], | |
| "id": 3 | |
| } | |
| ], | |
| "machineSet": [ | |
| { | |
| "name": "default", | |
| "cpu": 2, | |
| "memory": 8, | |
| "instanceName": "m5.large", | |
| "numberOfDisks": 24, | |
| "onlyFor": [], | |
| "label": "Worker Node" | |
| }, | |
| { | |
| "name": "controlPlane", | |
| "cpu": 4, | |
| "memory": 16, | |
| "instanceName": "m5.xlarge", | |
| "numberOfDisks": 24, | |
| "onlyFor": [ | |
| "ControlPlane" | |
| ], | |
| "label": "Control Plane Node" | |
| }, | |
| { | |
| "name": "hpc", | |
| "cpu": 64, | |
| "memory": 256, | |
| "instanceName": "m5ad.16xlarge", | |
| "numberOfDisks": 24, | |
| "onlyFor": [], | |
| "label": "Worker Node", | |
| "id": 1 | |
| } | |
| ], | |
| "cluster": { | |
| "platform": "AWS", | |
| "zones": [] | |
| }, | |
| "node": { | |
| "nodes": [ | |
| { | |
| "id": 12, | |
| "maxDisks": 24, | |
| "cpuUnits": 64, | |
| "memory": 256, | |
| "machineSet": "hpc", | |
| "services": [ | |
| 16, | |
| 17, | |
| 18, | |
| 19, | |
| 20, | |
| 21, | |
| 22, | |
| 23 | |
| ] | |
| }, | |
| { | |
| "id": 13, | |
| "maxDisks": 24, | |
| "cpuUnits": 64, | |
| "memory": 256, | |
| "machineSet": "hpc", | |
| "services": [ | |
| 16, | |
| 17, | |
| 18, | |
| 21, | |
| 22 | |
| ] | |
| }, | |
| { | |
| "id": 14, | |
| "maxDisks": 24, | |
| "cpuUnits": 64, | |
| "memory": 256, | |
| "machineSet": "hpc", | |
| "services": [ | |
| 16, | |
| 17 | |
| ] | |
| }, | |
| { | |
| "id": 15, | |
| "maxDisks": 24, | |
| "cpuUnits": 64, | |
| "memory": 256, | |
| "machineSet": "hpc", | |
| "services": [ | |
| 16 | |
| ] | |
| }, | |
| { | |
| "id": 16, | |
| "maxDisks": 24, | |
| "cpuUnits": 64, | |
| "memory": 256, | |
| "machineSet": "hpc", | |
| "services": [ | |
| 16 | |
| ] | |
| } | |
| ] | |
| }, | |
| "zone": { | |
| "zones": [ | |
| { | |
| "id": 0, | |
| "nodes": [ | |
| 1, | |
| 2, | |
| 3, | |
| 4, | |
| 5, | |
| 6, | |
| 7, | |
| 12 | |
| ] | |
| }, | |
| { | |
| "id": 1, | |
| "nodes": [ | |
| 8, | |
| 13 | |
| ] | |
| }, | |
| { | |
| "id": 2, | |
| "nodes": [ | |
| 9, | |
| 14 | |
| ] | |
| }, | |
| { | |
| "id": 3, | |
| "nodes": [ | |
| 10, | |
| 15 | |
| ] | |
| }, | |
| { | |
| "id": 4, | |
| "nodes": [ | |
| 11, | |
| 16 | |
| ] | |
| } | |
| ] | |
| }, | |
| "service": { | |
| "services": [ | |
| { | |
| "name": "Kafka-Zookeeper", | |
| "requiredCPU": 4, | |
| "requiredMemory": 16, | |
| "zones": 5, | |
| "id": 16, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Kafka-Broker", | |
| "requiredCPU": 12, | |
| "requiredMemory": 64, | |
| "zones": 3, | |
| "id": 17, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Kafka-Connect", | |
| "requiredCPU": 2, | |
| "requiredMemory": 3, | |
| "zones": 2, | |
| "id": 18, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Kafka-Operator", | |
| "requiredCPU": 1, | |
| "requiredMemory": 1, | |
| "zones": 1, | |
| "id": 19, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Kafka-Entity", | |
| "requiredCPU": 4, | |
| "requiredMemory": 4, | |
| "zones": 1, | |
| "id": 20, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Kafka-Bridge", | |
| "requiredCPU": 8, | |
| "requiredMemory": 80, | |
| "zones": 2, | |
| "id": 21, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Kafka-Service-Registry", | |
| "requiredCPU": 2, | |
| "requiredMemory": 2, | |
| "zones": 2, | |
| "id": 22, | |
| "avoid": [], | |
| "runsWith": [] | |
| }, | |
| { | |
| "name": "Kafka-Cruise-Control", | |
| "requiredCPU": 2, | |
| "requiredMemory": 2, | |
| "zones": 1, | |
| "id": 23, | |
| "avoid": [], | |
| "runsWith": [] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment