SovereignCloudStack / gx-credential-generator

Tools for creating Gaia-X Credentials (OpenStack, k8s, ...)
https://scs.community/
Eclipse Public License 2.0
7 stars 4 forks source link

Align IaaS disk types between SCS and Gaia-X #14

Closed garloff closed 11 months ago

garloff commented 2 years ago

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 commented 2 years ago

My suggestion is

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

anjastrunk commented 11 months ago

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