Skip to content

Commit d975b38

Browse files
authored
Avoid CPU:Mem which confuses some markdown parsers. (#1023)
Also: Fix link to flavor-name-check.py script. Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 3d15c18 commit d975b38

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Standards/scs-0100-v1-flavor-naming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Extensions need to be specified in the above-mentioned order.
321321
These are flavors expected to exist on standard SCS clouds (x86-64).
322322

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

326326
| vCPU:RAM ratio | Mandatory Flavors |
327327
| -------------- | -------------------------- |
@@ -422,7 +422,7 @@ considered broken by the SCS team.
422422

423423
## Validation
424424

425-
There is a script in [flavor_name_check.py](https://github.com/SovereignCloudStack/standards/blob/main/Tests/iaas/flavor-naming/flavor-name-check.py)
425+
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)
426426
which can be used to decode, validate and construct flavor names.
427427
This script must stay in sync with the specification text.
428428

Standards/scs-0100-v2-flavor-naming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ so users can expect some level of parallelism and independence.
224224
These are flavors that must exist on standard SCS clouds (x86-64).
225225

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

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

296296
## Validation
297297

298-
There is a script in [`flavor_name_check.py`](https://github.com/SovereignCloudStack/standards/blob/main/Tests/iaas/flavor-naming/flavor-name-check.py)
298+
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)
299299
which can be used to decode, validate and construct flavor names.
300300
This script must stay in sync with the specification text.
301301

Standards/scs-0103-v1-standard-flavors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ In addition, the following properties must be set (in the `extra_specs`):
149149

150150
### Remarks
151151

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

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

0 commit comments

Comments
 (0)