Skip to content
Snippets Groups Projects
Unverified Commit c38aa68a authored by František Řezníček's avatar František Řezníček Committed by GitHub
Browse files

Merge pull request #39 from jiri-jezek1/feat/add_flavors_OS

Add new flavors to Openstack documentation, fix menu bar to show meta…
parents a8a6e981 fa73cd08
No related branches found
No related tags found
No related merge requests found
Pipeline #525903 failed
......@@ -39,6 +39,7 @@ OpenStack flavor entity defines compute virtual server parameters such as:
| `c2.*` | compute HPC, medium performance | No | Yes | No | No | ~ PASSMARK 750, 1:2 | - |
| `c3.*` | compute HPC, high performance on shared storage | No | Yes | No | No | ~ PASSMARK 2000, 1:1 | `hpc.*` |
| `p3.*` | compute HPC, top performance on ephemeral storage | No | Yes, not guaranteed `(1)` | No | Yes | ~ PASSMARK 2000, 1:1 | `hpc.*ephem` |
| `r3.*` | compute HPC, ephemeral storage only | No | Yes, not guaranteed `(1)` | No | Yes | ~ PASSMARK 2000, 1:1 | `hpc.*ephem` |
| `a3.*` | compute HPC, top performance on ephemeral storage | No | No | Yes | Yes | ~ PASSMARK 2000, 1:1 | `hpc.*gpu` |
Notes:
......@@ -49,65 +50,104 @@ Notes:
## Most frequently used flavors
| Flavor name | Is public | vCPU [-] | RAM [GB] | HPC | SSD | GPU | Disc throughput [MB/s] | IOPS [op/s]| Average throughput [MB/s] |
|---------------|-----------|----------|----------|-----|-----|-----|------------------------|------------|----------------------------|
| e1.tiny | Yes | 2 | 2048 | No | No | No | 105 | 400 | 128 |
| e1.small | Yes | 2 | 4096 | No | No | No | 105 | 400 | 128 |
| e1.medium | Yes | 4 | 4096 | No | No | No | 105 | 400 | 128 |
| e1.large | Yes | 4 | 8192 | No | No | No | 105 | 400 | 128 |
| e1.1xlarge | Yes | 8 | 8192 | No | No | No | 105 | 400 | 128 |
| e1.2xlarge | Yes | 8 | 16384 | No | No | No | 105 | 400 | 128 |
| g2.tiny | Yes | 2 | 8192 | No | No | No | 1049 | 1000 | 256 |
| g2.small | Yes | 4 | 8192 | No | No | No | 1049 | 1000 | 256 |
| g2.medium | Yes | 4 | 16384 | No | No | No | 1049 | 1000 | 256 |
| g2.large | No | 8 | 16384 | No | No | No | 1049 | 1000 | 256 |
| g2.1xlarge | No | 8 | 24576 | No | No | No | 1049 | 1000 | 256 |
| g2.2xlarge | No | 16 | 32768 | No | No | No | 1049 | 1000 | 256 |
| g2.3xlarge | No | 16 | 65536 | No | No | No | 1049 | 1000 | 256 |
| c2.2core-8ram | No | 2 | 8192 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.2core-16ram | No | 2 | 16384 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.2core-30ram | No | 2 | 30720 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.4core-8ram | No | 4 | 8192 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.4core-16ram | No | 4 | 16384 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.4core-30ram | No | 4 | 30720 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.8core-16ram | No | 8 | 16384 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.8core-30ram | No | 8 | 30720 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.16core-30ram | No | 16 | 30720 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.16core-60ram | No | 16 | 61440 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.24core-30ram | No | 24 | 30720 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.24core-60ram | No | 24 | 61440 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.30core-30ram | No | 30 | 30720 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.30core-60ram | No | 30 | 61440 | Yes | No | No | 2097 | 1000 | 2560 |
| c2.30core-120ram | No | 30 | 122880 | Yes | No | No | 2097 | 1000 | 2560 |
| c3.2core-8ram | No | 2 | 8192 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.2core-16ram | No | 2 | 16384 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.2core-30ram | No | 2 | 30720 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.4core-8ram | No | 4 | 8192 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.4core-16ram | No | 4 | 16384 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.4core-30ram | No | 4 | 30720 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.8core-16ram | No | 8 | 16384 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.8core-30ram | No | 8 | 30720 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.8core-60ram | No | 8 | 61440 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.16core-30ram | No | 16 | 30720 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.16core-60ram | No | 16 | 61440 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.24core-30ram | No | 24 | 30720 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.24core-60ram | No | 24 | 61440 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.30core-30ram | No | 30 | 30720 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.30core-60ram | No | 30 | 61440 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.30core-120ram | No | 30 | 122880 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.60core-60ram | No | 60 | 61440 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.60core-120ram | No | 60 | 122880 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.60core-240ram | No | 60 | 245760 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.120core-120ram | No | 120 | 122880 | Yes | No | No | 2097 | 2000 | 10240 |
| c3.120core-240ram | No | 120 | 245760 | Yes | No | No | 2097 | 2000 | 10240 |
| a3.4core-8ram-nvidia-2080 `(1)` | No | 4 | 8192 | Yes | Yes | Yes | 2097 | 2000 | 10240 |
| a3.4core-16ram-nvidia-2080 `(1)`| No | 4 | 16384 | Yes | Yes | Yes | 2097 | 2000 | 10240 |
| a3.4core-30ram-nvidia-2080 `(1)`| No | 4 | 30720 | Yes | Yes | Yes | 2097 | 2000 | 10240 |
| a3.8core-16ram-nvidia-2080 `(1)`| No | 8 | 16384 | Yes | Yes | Yes | 2097 | 2000 | 10240 |
| a3.8core-30ram-nvidia-2080 `(1)`| No | 8 | 30720 | Yes | Yes | Yes | 2097 | 2000 | 10240 |
| a3.8core-60ram-nvidia-2080 `(1)`| No | 8 | 61440 | Yes | Yes | Yes | 2097 | 2000 | 10240 |
| a3.16core-30ram-nvidia-2080 `(1)`| No | 16 | 30720 | Yes | Yes | Yes | 2097 | 2000 | 10240 |
| a3.16core-60ram-nvidia-2080 `(1)`| No | 16 | 61440 | Yes | Yes | Yes | 2097 | 2000 | 10240 |
| a3.24core-30ram-nvidia-2080 `(1)`| No | 24 | 30720 | Yes | Yes | Yes | 2097 | 2000 | 10240 |
| a3.24core-60ram-nvidia-2080 `(1)`| No | 24 | 61440 | Yes | Yes | Yes | 2097 | 2000 | 10240 |
| e1.1core-2ram | Yes | 1 | 2048 | No | No | No | 262 | 2000 | 256 |
| e1.tiny | Yes | 2 | 2048 | No | No | No | 262 | 2000 | 256 |
| e1.small | Yes | 2 | 4096 | No | No | No | 262 | 2000 | 256 |
| e1.medium | Yes | 4 | 4096 | No | No | No | 262 | 2000 | 256 |
| e1.large | Yes | 4 | 8192 | No | No | No | 262 | 2000 | 256 |
| e1.1xlarge | Yes | 8 | 8192 | No | No | No | 262 | 2000 | 256 |
| e1.2xlarge | Yes | 8 | 16384 | No | No | No | 262 | 2000 | 256 |
| g2.tiny | Yes | 2 | 8192 | No | No | No | 1049 | 2000 | 524 |
| g2.small | Yes | 4 | 8192 | No | No | No | 1049 | 2000 | 524 |
| g2.medium | Yes | 4 | 16384 | No | No | No | 1049 | 2000 | 524 |
| g2.large | No | 8 | 16384 | No | No | No | 1049 | 2000 | 524 |
| g2.1xlarge | No | 8 | 24576 | No | No | No | 1049 | 2000 | 524 |
| g2.2xlarge | No | 16 | 30720 | No | No | No | 1049 | 2000 | 524 |
| g2.3xlarge | No | 16 | 61440 | No | No | No | 1049 | 2000 | 524 |
| c2.2core-8ram | No | 2 | 8192 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.2core-16ram | No | 2 | 16384 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.2core-30ram | No | 2 | 30720 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.4core-8ram | No | 4 | 8192 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.4core-16ram | No | 4 | 16384 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.4core-30ram | No | 4 | 30720 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.8core-16ram | No | 8 | 16384 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.8core-30ram | No | 8 | 30720 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.16core-30ram | No | 16 | 30720 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.16core-60ram | No | 16 | 61440 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.18core-45ram | No | 18 | 46080 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.20core-240ram | No | 20 | 245760 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.24core-30ram | No | 24 | 30720 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.24core-60ram | No | 24 | 61440 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.30core-30ram | No | 30 | 30720 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.30core-60ram | No | 30 | 61440 | Yes | No | No | 2097 | 3000 | 2560 |
| c2.30core-120ram | No | 30 | 122880 | Yes | No | No | 2097 | 3000 | 2560 |
| c3.2core-8ram | No | 2 | 8192 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.2core-16ram | No | 2 | 16384 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.2core-30ram | No | 2 | 30720 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.4core-8ram | No | 4 | 8192 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.4core-16ram | No | 4 | 16384 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.4core-30ram | No | 4 | 30720 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.8core-16ram | No | 8 | 16384 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.8core-30ram | No | 8 | 30720 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.8core-60ram | No | 8 | 61440 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.8core-120ram | No | 8 | 122880 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.16core-30ram | No | 16 | 30720 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.16core-60ram | No | 16 | 61440 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.16core-120ram | No | 16 | 122880 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.16core-240ram | No | 16 | 245760 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.18core-45ram | No | 18 | 46080 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.24core-30ram | No | 24 | 30720 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.24core-60ram | No | 24 | 61440 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.24core-90ram | No | 24 | 92160 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.24core-240ram | No | 24 | 245760 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.30core-30ram | No | 30 | 30720 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.30core-60ram | No | 30 | 61440 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.30core-120ram | No | 30 | 122880 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.30core-240ram | No | 30 | 245760 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.60core-60ram | No | 60 | 61440 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.60core-120ram | No | 60 | 122880 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.60core-240ram | No | 60 | 245760 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.120core-120ram | No | 120 | 122880 | Yes | No | No | 2097 | 3000 | 10240 |
| c3.120core-240ram | No | 120 | 245760 | Yes | No | No | 2097 | 3000 | 10240 |
| p3.2core-4ram | No | 2 | 4096 | Yes | Yes | No | -- | -- | 20480 |
| p3.2core-8ram | No | 2 | 8192 | Yes | Yes | No | -- | -- | 20480 |
| p3.2core-16ram | No | 2 | 16384 | Yes | Yes | No | -- | -- | 20480 |
| p3.2core-30ram | No | 2 | 30720 | Yes | Yes | No | -- | -- | 20480 |
| p3.2core-30ram | No | 2 | 30720 | Yes | Yes | No | -- | -- | 20480 |
| p3.4core-8ram | No | 4 | 8192 | Yes | Yes | No | -- | -- | 20480 |
| p3.4core-16ram | No | 4 | 16384 | Yes | Yes | No | -- | -- | 20480 |
| p3.4core-30ram | No | 4 | 30720 | Yes | Yes | No | -- | -- | 20480 |
| p3.8core-16ram | No | 8 | 16384 | Yes | Yes | No | -- | -- | 20480 |
| p3.8core-16ram | No | 8 | 16384 | Yes | Yes | No | -- | -- | 20480 |
| p3.8core-30ram | No | 8 | 30720 | Yes | Yes | No | -- | -- | 20480 |
| p3.8core-60ram | No | 8 | 61440 | Yes | Yes | No | -- | -- | 20480 |
| p3.16core-30ram | No | 16 | 30720 | Yes | Yes | No | -- | -- | 20480 |
| p3.16core-60ram | No | 16 | 61440 | Yes | Yes | No | -- | -- | 20480 |
| p3.24core-30ram | No | 24 | 30720 | Yes | Yes | No | -- | -- | 20480 |
| p3.24core-60ram | No | 24 | 61440 | Yes | Yes | No | -- | -- | 20480 |
| p3.30core-120ram | No | 30 | 122880 | Yes | Yes | No | -- | -- | 20480 |
| r3.4core-8ram | No | 4 | 8192 | Yes | Yes | No | -- | -- | 20480 |
| r3.8core-16ram | No | 8 | 16384 | Yes | Yes | No | -- | -- | 20480 |
| a3.4core-8ram-nvidia-2080 `(1)` | No | 4 | 8192 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.4core-16ram-nvidia-2080 `(1)`| No | 4 | 16384 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.4core-30ram-nvidia-2080 `(1)`| No | 4 | 30720 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.8core-16ram-nvidia-2080 `(1)`| No | 8 | 16384 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.8core-30ram-nvidia-2080 `(1)`| No | 8 | 30720 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.8core-60ram-nvidia-2080 `(1)`| No | 8 | 61440 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.16core-30ram-nvidia-2080 `(1)`| No | 16 | 30720 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.16core-60ram-nvidia-2080 `(1)`| No | 16 | 61440 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.24core-30ram-nvidia-2080 `(1)`| No | 24 | 30720 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.24core-60ram-nvidia-2080 `(1)`| No | 24 | 61440 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.4core-8ram-nvidia-t4 `(1)` | No | 4 | 8192 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.4core-16ram-nvidia-t4 `(1)`| No | 4 | 16384 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.4core-30ram-nvidia-t4 `(1)`| No | 4 | 30720 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.8core-16ram-nvidia-t4 `(1)`| No | 8 | 16384 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.8core-30ram-nvidia-t4 `(1)`| No | 8 | 30720 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.8core-60ram-nvidia-t4 `(1)`| No | 8 | 61440 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.16core-30ram-nvidia-t4 `(1)`| No | 16 | 30720 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.16core-60ram-nvidia-t4 `(1)`| No | 16 | 61440 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.24core-30ram-nvidia-t4 `(1)`| No | 24 | 30720 | Yes | Yes | Yes | -- | -- | 20480 |
| a3.24core-60ram-nvidia-t4 `(1)`| No | 24 | 61440 | Yes | Yes | Yes | -- | -- | 20480 |
Notes:
......
......@@ -51,6 +51,7 @@ nav:
- technical-reference/brno-g2-site/faq.md
- technical-reference/brno-g2-site/flavors.md
- technical-reference/brno-g2-site/get-access.md
- technical-reference/brno-g2-site/metacentrum.md
- technical-reference/brno-g2-site/get-support.md
- technical-reference/brno-g2-site/index.md
- technical-reference/brno-g2-site/networking.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment