Skip to content
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
4 changes: 2 additions & 2 deletions Standards/scs-0100-v1-flavor-naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Extensions need to be specified in the above-mentioned order.
These are flavors expected to exist on standard SCS clouds (x86-64).

We expect disk sizes to be 5, 10, 20, 50, 100, 200, 500, 1000GB, 2000GB.
We expect a typical CPU:Mem[GiB] ratio of 1:4.
We expect a typical CPU\:Mem[GiB] ratio of 1:4.

| vCPU:RAM ratio | Mandatory Flavors |
| -------------- | -------------------------- |
Expand Down Expand Up @@ -422,7 +422,7 @@ considered broken by the SCS team.

## Validation

There is a script in [flavor_name_check.py](https://github.com/SovereignCloudStack/standards/blob/main/Tests/iaas/flavor-naming/flavor-name-check.py)
There is a script in [flavor-name-check.py](https://github.com/SovereignCloudStack/standards/blob/main/Tests/iaas/scs_0100_flavor_naming/flavor-name-check.py)
which can be used to decode, validate and construct flavor names.
This script must stay in sync with the specification text.

Expand Down
4 changes: 2 additions & 2 deletions Standards/scs-0100-v2-flavor-naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ so users can expect some level of parallelism and independence.
These are flavors that must exist on standard SCS clouds (x86-64).

We expect disk sizes to be 5, 10, 20, 50, 100, 200, 500, 1000GB, 2000GB.
We expect a typical CPU:Mem[GiB] ratio of 1:4.
We expect a typical CPU to Mem[GiB] ratio of 1 to 4.

| vCPU:RAM ratio | Mandatory Flavors |
| -------------- | -------------------------- |
Expand Down Expand Up @@ -295,7 +295,7 @@ to suggest extensions that we can discuss and add to the official scheme.

## Validation

There is a script in [`flavor_name_check.py`](https://github.com/SovereignCloudStack/standards/blob/main/Tests/iaas/flavor-naming/flavor-name-check.py)
There is a script in [`flavor-name-check.py`](https://github.com/SovereignCloudStack/standards/blob/main/Tests/iaas/scs_0100_flavor_naming/flavor-name-check.py)
which can be used to decode, validate and construct flavor names.
This script must stay in sync with the specification text.

Expand Down
2 changes: 1 addition & 1 deletion Standards/scs-0103-v1-standard-flavors.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ In addition, the following properties must be set (in the `extra_specs`):

### Remarks

We expect the most used vCPU:RAM[GiB] ratio to be 1:4.
We expect the most used vCPU\:RAM[GiB] ratio to be 1:4.

Note that all vCPUs of SCS standard flavors are oversubscribed — the smallest `1L-1`
flavor allows for heavy oversubscription (note the `L`), and thus can be offered very
Expand Down