Guest User

Untitled

a guest
Jul 11th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. {
  2. "flavors": [
  3. {
  4. "cpuCores": 8,
  5. "cpuCount": 2,
  6. "cpuFrequencyGhz": 2.4,
  7. "defaultRaidConfiguration": {
  8. "adapter": 0,
  9. "drives": [
  10. 0,
  11. 1,
  12. 2,
  13. 3
  14. ],
  15. "level": "10",
  16. "spares": [
  17. 4
  18. ]
  19. },
  20. "name": "baremetal-pilot",
  21. "possibleUses": "Web Server, Containers",
  22. "raidTotalDrives": 5,
  23. "ramSizeGb": 128
  24. },
  25. {
  26. "cpuCores": 8,
  27. "cpuCount": 2,
  28. "cpuFrequencyGhz": 2.4,
  29. "defaultRaidConfiguration": {
  30. "adapter": 0,
  31. "drives": [
  32. 0,
  33. 1
  34. ],
  35. "level": "1",
  36. "spares": []
  37. },
  38. "name": "baremetal-pilot-10g",
  39. "possibleUses": "dual 10G networking",
  40. "raidTotalDrives": 2,
  41. "ramSizeGb": 128
  42. },
  43. {
  44. "cpuCores": 6,
  45. "cpuCount": 1,
  46. "cpuFrequencyGhz": 2.4,
  47. "defaultRaidConfiguration": {
  48. "adapter": 0,
  49. "drives": [
  50. 0,
  51. 1,
  52. 2,
  53. 3
  54. ],
  55. "level": "10",
  56. "spares": [
  57. 4
  58. ]
  59. },
  60. "name": "baremetal-pilot-small",
  61. "possibleUses": "Small website",
  62. "raidTotalDrives": 5,
  63. "ramSizeGb": 32
  64. }
  65. ]
  66. }
Add Comment
Please, Sign In to add comment