Created
October 1, 2021 11:18
-
-
Save dobbythebot/8686478dc6240c177cddacaa70deacc8 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": "LAMP", | |
| "count": 1, | |
| "usesMachines": [], | |
| "storageCapacityRequired": 30, | |
| "services": [ | |
| { | |
| "name": "Apache", | |
| "requiredCPU": 1, | |
| "requiredMemory": 1, | |
| "zones": 1, | |
| "runsWith": [ | |
| "MySQL" | |
| ], | |
| "avoid": [] | |
| }, | |
| { | |
| "name": "MySQL", | |
| "requiredCPU": 1, | |
| "requiredMemory": 2, | |
| "zones": 1, | |
| "runsWith": [ | |
| "Apache" | |
| ], | |
| "avoid": [] | |
| } | |
| ], | |
| "uid": "mJoCj" | |
| } | |
| ], | |
| "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