Skip to content

Commit

Permalink
Extra specs has to be a string or an integer (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 19, 2023
1 parent dc73761 commit d0b98d5
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,200 +17,200 @@ mandatory:
disk: 0
scs:cpu-type: crowded-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-1L-1-5
cpus: 1
ram: 1024
disk: 5
scs:cpu-type: crowded-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-1V-2
cpus: 1
ram: 2048
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-1V-2-5
cpus: 1
ram: 2048
disk: 5
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-1V-4
cpus: 1
ram: 4096
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-1V-4-10
cpus: 1
ram: 4096
disk: 10
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-1V-8
cpus: 1
ram: 8192
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-1V-8-20
cpus: 1
ram: 8192
disk: 20
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-2V-4
cpus: 2
ram: 4096
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-2V-4-10
cpus: 2
ram: 4096
disk: 10
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-2V-8
cpus: 2
ram: 8192
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-2V-8-20
cpus: 2
ram: 8192
disk: 20
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-2V-16
cpus: 2
ram: 16384
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-2V-16-50
cpus: 2
ram: 16384
disk: 50
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-4V-8
cpus: 4
ram: 8192
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-4V-8-20
cpus: 4
ram: 8192
disk: 20
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-4V-16
cpus: 4
ram: 16384
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-4V-16-50
cpus: 4
ram: 16384
disk: 50
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-4V-32
cpus: 4
ram: 32768
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-4V-32-100
cpus: 4
ram: 32768
disk: 100
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-8V-16
cpus: 8
ram: 16384
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-8V-16-50
cpus: 8
ram: 16384
disk: 50
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-8V-32
cpus: 8
ram: 32768
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-8V-32-100
cpus: 8
ram: 32768
disk: 100
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-16V-32
cpus: 16
ram: 32768
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-16V-32-100
cpus: 16
ram: 32768
disk: 100
scs:cpu-type: shared-core
local_storage: "false"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-2V-4-20s
cpus: 2
ram: 4096
disk: 20
scs:cpu-type: shared-core
local_storage: "true"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-4V-8-50s
cpus: 4
ram: 8192
disk: 50
scs:cpu-type: shared-core
local_storage: "true"
hw_rng:allowed: True
hw_rng:allowed: "true"
- name: SCS-8V-32-100s
cpus: 8
ram: 32768
disk: 100
scs:cpu-type: shared-core
local_storage: "true"
hw_rng:allowed: True
hw_rng:allowed: "true"

0 comments on commit d0b98d5

Please sign in to comment.