Skip to content

Instantly share code, notes, and snippets.

@dobbythebot
Created October 1, 2021 13:39
Show Gist options
  • Select an option

  • Save dobbythebot/513b7692e56a6dcf8fba2807d4a65ac5 to your computer and use it in GitHub Desktop.

Select an option

Save dobbythebot/513b7692e56a6dcf8fba2807d4a65ac5 to your computer and use it in GitHub Desktop.
{
"ocs": {
"flashSize": 2.5,
"usableCapacity": 10,
"deploymentType": "internal",
"nvmeTuning": false,
"cephFSActive": true,
"nooBaaActive": true,
"rgwActive": false,
"dedicatedMachines": []
},
"workload": [
{
"name": "PostgreSQL",
"count": 1,
"usesMachines": [],
"storageCapacityRequired": 30,
"services": [
{
"name": "PostgreSQL",
"requiredCPU": 3,
"requiredMemory": 5,
"zones": 1,
"runsWith": [],
"avoid": []
}
],
"uid": "gJ2Zg"
},
{
"name": "LAMP",
"count": 1,
"usesMachines": [],
"storageCapacityRequired": 30,
"services": [
{
"name": "Apache",
"requiredCPU": 1,
"requiredMemory": 1,
"zones": 1,
"runsWith": [
"MySQL"
],
"avoid": []
},
{
"name": "MySQL",
"requiredCPU": 2,
"requiredMemory": 3,
"zones": 1,
"runsWith": [
"Apache"
],
"avoid": []
}
],
"uid": "OEJiw"
}
],
"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