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 disk types between SCS and Gaia-X #14

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

Align disk types between SCS and Gaia-X #14

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

Comments

@garloff
Copy link
Contributor

garloff commented Jun 20, 2022

The flavor spec doc (https://github.com/SovereignCloudStack/Docs/blob/main/Design-Docs/flavor-naming.md) has this list for disk types

Disk type Meaning
n Network shared storage (ceph/cinder)
h Local disk (HDD: SATA/SAS class)
s Local SSD disk
p Local high-perf NVMe

whereas the Gaia-X flavor def (https://gitlab.com/gaia-x/technical-committee/service-characteristics/-/blob/76-brainstorming-on-infrastructure-service-offering-attribtues/single-point-of-truth/yaml/validation/flavor.yaml) has

exampleValues: [ 'ssd', 'hdd', 'NVMe']

We can translate this except that we lack the network characterization.

@garloff
Copy link
Contributor Author

garloff commented Jun 21, 2022

My suggestion is

exampleValues: [ 'network', 'hdd', 'ssd', 'nvme', '3dxpoint' ]

@anjastrunk
Copy link
Contributor

Added @garloff proposes to Gaia-X upstream. See !190.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants