Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cost flavor update #139

Merged
merged 2 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/get-started/cost-billing/images/su.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 3 additions & 6 deletions docs/openstack/create-and-connect-to-the-VM/flavors.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,12 @@ wall time.
|gpu-su-a100.2 |2 |2 |48 |190 |20 |$3.606 |

The **"gpu-su-v100"** flavor is provided from Dell R740xd (2x Intel Xeon Gold 6148,
40 core, 768GB memory, 1x NVidia V100) servers. The base unit is 24 vCPU, 96 GB
memory at a rate of $0.902 / hr of wall time. There is also a related "gpu-su-v100.1m"
consumable that provides doubled vCPU and memory in comparision to "gpu-su-v100.1".
Both gpu-su-v100 consumables are available with a 20 GB root disk.
40 core, 768GB memory, 1x NVidia V100) servers. The base unit is 48 vCPU, 192 GB
memory with default of 20 GB root disk at a rate of $1.214 / hr of wall time.

| Flavor | SUs | GPU | vCPU | RAM(GB) | Storage(GB) | Cost / hr |
|---------------|-----|-----|-------|---------|-------------|-----------|
|gpu-su-v100.1 |1 |1 |24 |96 |20 |$0.902 |
|gpu-su-v100.1m |2 |1 |48 |192 |20 |$1.214 |
|gpu-su-v100.1 |1 |1 |48 |192 |20 |$1.214 |

The **"gpu-su-k80"** flavor is provided from Supermicro X10DRG-H (2x Intel
E5-2620 2.40GHz, 24 core, 128GB memory, 4x NVidia K80) servers. The base unit
Expand Down
Loading