Skip to content

Commit

Permalink
Add local storage flavors & extra spec (#90)
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 d8b19e2 commit 97e7eb8
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
44 changes: 44 additions & 0 deletions flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,128 +16,172 @@ mandatory:
ram: 1024
disk: 0
scs:cpu-type: crowded-core
local_storage: "false"
- name: SCS-1L-1-5
cpus: 1
ram: 1024
disk: 5
scs:cpu-type: crowded-core
local_storage: "false"
- name: SCS-1V-2
cpus: 1
ram: 2048
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-1V-2-5
cpus: 1
ram: 2048
disk: 5
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-1V-4
cpus: 1
ram: 4096
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-1V-4-10
cpus: 1
ram: 4096
disk: 10
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-1V-8
cpus: 1
ram: 8192
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-1V-8-20
cpus: 1
ram: 8192
disk: 20
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-2V-4
cpus: 2
ram: 4096
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-2V-4-10
cpus: 2
ram: 4096
disk: 10
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-2V-8
cpus: 2
ram: 8192
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-2V-8-20
cpus: 2
ram: 8192
disk: 20
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-2V-16
cpus: 2
ram: 16384
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-2V-16-50
cpus: 2
ram: 16384
disk: 50
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-4V-8
cpus: 4
ram: 8192
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-4V-8-20
cpus: 4
ram: 8192
disk: 20
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-4V-16
cpus: 4
ram: 16384
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-4V-16-50
cpus: 4
ram: 16384
disk: 50
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-4V-32
cpus: 4
ram: 32768
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-4V-32-100
cpus: 4
ram: 32768
disk: 100
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-8V-16
cpus: 8
ram: 16384
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-8V-16-50
cpus: 8
ram: 16384
disk: 50
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-8V-32
cpus: 8
ram: 32768
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-8V-32-100
cpus: 8
ram: 32768
disk: 100
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-16V-32
cpus: 16
ram: 32768
disk: 0
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-16V-32-100
cpus: 16
ram: 32768
disk: 100
scs:cpu-type: shared-core
local_storage: "false"
- name: SCS-2V-4-20s
cpus: 2
ram: 4096
disk: 20
scs:cpu-type: shared-core
local_storage: "true"
- name: SCS-4V-8-50s
cpus: 4
ram: 8192
disk: 50
scs:cpu-type: shared-core
local_storage: "true"
- name: SCS-8V-32-100s
cpus: 8
ram: 32768
disk: 100
scs:cpu-type: shared-core
local_storage: "true"
5 changes: 5 additions & 0 deletions releasenotes/notes/local-storage-417e151981fc9383.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Add flavors with local storage and add `local_storage` extra spec
to all flavors.

0 comments on commit 97e7eb8

Please sign in to comment.