Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
---

Check warning on line 1 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check page meta

minimum_tags

'tags' property in meta is missing or malformed.

Check warning on line 1 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_missing_description

Missing 'description' from front matter.

Check warning on line 1 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta.siblings

Parent category 'user-guides' has too many children (9). Try to keep number of items in a category under '8', maybe add some new categories?
hidden: false

Check warning on line 2 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'hidden'
label_names:

Check warning on line 3 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'label_names'
- flavors
position: 1

Check warning on line 5 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'position'
title: Understanding RDC Flavors

Check warning on line 6 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'RDC' is misspelled.
vote_count: 1

Check warning on line 7 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'vote_count'
vote_sum: 1

Check warning on line 8 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'vote_sum'
---

## Compute Flavors

Check warning on line 11 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check page meta

walk_toc

Header 'Compute Flavors' is a useless only-child. Give it siblings or remove it.

The compute flavor defines the CPU, memory and disk specifications of a compute instance profile.

<figure markdown>
![Screenshot of the flavors list in the RDC dashboard](../../assets/images/flexi/flavors-list.png)

Check warning on line 16 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'RDC' is misspelled.
</figure>

### Public
These compute flavors are for automated testing on OpenStack and are **not intended for general user workloads**.

Check warning on line 20 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'OpenStack' is misspelled.

### RDC Flavors

Check warning on line 22 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'RDC' is misspelled.
We are providing a range of pre-defined compute flavors for RDC users. Flavors follow the naming convention:

Check warning on line 23 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'RDC' is misspelled.

Check warning on line 23 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'pre' is misspelled.

`categoryX.YcpuZram`

Where:
- **category** describes the type of RDC flavor

Check warning on line 28 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'RDC' is misspelled.
- **X** represents the compute generation
- **Y** is the number of vCPUs

Check warning on line 30 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'vCPUs' is misspelled.
- **Z** is the amount of memory (RAM) in gigabytes

Compute flavors define the amount of virtual CPU and memory available to an instance. vCPUs are provided as scheduled resources, meaning they are time-shared across the underlying physical CPUs and performance can vary depending on overall system load. Memory, on the other hand, is allocated to the instance as a fixed amount and is more tightly constrained by the platform to provide predictable availability for running workloads. This design allows efficient use of shared infrastructure while ensuring applications have reliable access to the memory they request.

Check warning on line 33 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'vCPUs' is misspelled.

By default, you have access to the **balanced** category.

| flavor name | vCPUs | RAM (in MB) | Disk (GB) |

Check warning on line 37 in docs/user-guides/launch-and-manage-instances/information-about-flavors.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'vCPUs' is misspelled.
| ----------------- | ---- | ------------------- | --------- |
| balanced1.1cpu2ram | 1 | 2048 | 30 |
| balanced1.2cpu4ram | 2 | 4096 | 30 |
Expand All @@ -50,5 +50,5 @@
- small flavors for development and testing
- GPU-enabled workloads

If you have any questions or would like to request access to a specific flavor, please contact the REANNZ support.
If you have any questions or would like to request access to a specific flavor, please [contact Support](mailto:support@nesi.org.nz).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The email address [email protected] is inconsistent with other support links in this repository (e.g., in overrides/partials/nav_support_request.html), which use [email protected]. For consistency and to ensure requests are routed to the correct support queue for the Research Developer Cloud, please use the cloud.nesi.org.nz domain.

Suggested change
If you have any questions or would like to request access to a specific flavor, please [contact Support](mailto:[email protected]).
If you have any questions or would like to request access to a specific flavor, please [contact Support](mailto:support@cloud.nesi.org.nz).


Loading