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

Align CPU types b/w SCS and Gaia-X #13

Closed
garloff opened this issue Jun 20, 2022 · 2 comments
Closed

Align CPU types b/w SCS and Gaia-X #13

garloff opened this issue Jun 20, 2022 · 2 comments
Assignees
Labels
SCS-VP10 Related to tender lot SCS-VP10

Comments

@garloff
Copy link
Contributor

garloff commented Jun 20, 2022

https://github.com/SovereignCloudStack/standards/blob/main/Standards/scs-0100-v3-flavor-naming.md
has this table for CPUs

Generation i (Intel x86-64) z (AMD x86-64) a (AArch64) r (RISC-V)
0 pre Skylake pre Zen pre Cortex A76 TBD
1 Skylake Zen-1 (Naples) A76/NeoN1 class TBD
2 Cascade Lake Zen-2 (Rome) A78/x1/NeoV1 class TBD
3 Ice Lake Zen-3 (Milan) Anext/NeoN2 class TBD

while the flavor spec in Gaia-X has
exampleValues: [ 'Skylake-Server-v4', 'Icelake-Server-v4', 'Cascadelake-Server-v4', 'EPYC-Milan-v1', 'EPYC-Rome-v2' ]

We can translate this except for the -vN suffix in Gaia-X.

@garloff
Copy link
Contributor Author

garloff commented Jun 21, 2022

Obviously, the Gaia-X values don't necessarily need to match the SCS classification literally, but a unique 1:1 relationship would be nice.
E.g. -i1 = Skylake, -i3 = Icelake, -z2 = Rome, -a2 = Cortex-A78.

exampleValues: ['Skylake', 'Cascadelake', 'Icelake', 'Cascadelake', 'Naples', 'Rome', 'Milan', 'Cortex-A78']

The question is whether we need to disallow variants (like CometLake -> Skylake and Rocketlake -> Icelake)?

@anjastrunk anjastrunk added the SCS-VP10 Related to tender lot SCS-VP10 label Sep 20, 2023
@anjastrunk anjastrunk changed the title Align CPU types b/w SCS and Gaia-X Align flaver names b/w SCS and Gaia-X Sep 20, 2023
@anjastrunk anjastrunk changed the title Align flaver names b/w SCS and Gaia-X Align CPU types b/w SCS and Gaia-X Sep 20, 2023
@anjastrunk
Copy link
Contributor

duplicate to #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SCS-VP10 Related to tender lot SCS-VP10
Projects
Status: Done
Development

No branches or pull requests

3 participants