Skip to content

Commit

Permalink
Add hw_rng:allowed extra spec (#91)
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 97e7eb8 commit 716dfc1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
29 changes: 29 additions & 0 deletions flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,171 +17,200 @@ mandatory:
disk: 0
scs:cpu-type: crowded-core
local_storage: "false"
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
- name: SCS-1V-2
cpus: 1
ram: 2048
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-1V-4
cpus: 1
ram: 4096
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-1V-8
cpus: 1
ram: 8192
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-2V-4
cpus: 2
ram: 4096
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-2V-8
cpus: 2
ram: 8192
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-2V-16
cpus: 2
ram: 16384
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-4V-8
cpus: 4
ram: 8192
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-4V-16
cpus: 4
ram: 16384
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-4V-32
cpus: 4
ram: 32768
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-8V-16
cpus: 8
ram: 16384
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-8V-32
cpus: 8
ram: 32768
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-16V-32
cpus: 16
ram: 32768
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
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
- name: SCS-2V-4-20s
cpus: 2
ram: 4096
disk: 20
scs:cpu-type: shared-core
local_storage: "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
- name: SCS-8V-32-100s
cpus: 8
ram: 32768
disk: 100
scs:cpu-type: shared-core
local_storage: "true"
hw_rng:allowed: True
5 changes: 5 additions & 0 deletions releasenotes/notes/hw_rng-allowed-c0e142170a2814d4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Add extra spec `hw_rng:allowed: True` to all flavors.
https://docs.scs.community/standards/scs-0101-v1-entropy

0 comments on commit 716dfc1

Please sign in to comment.