feat: add basic QEMU and task vertical slice
This commit is contained in:
@@ -61,6 +61,13 @@ def small_profile() -> SeedProfile:
|
||||
SeedResource(
|
||||
stable_id("qemu:100"), first.id, "qemu", "100", {"name": "demo", "status": "stopped"}
|
||||
),
|
||||
SeedResource(
|
||||
stable_id("qemu:101"),
|
||||
first.id,
|
||||
"qemu",
|
||||
"101",
|
||||
{"name": "worker", "status": "stopped"},
|
||||
),
|
||||
SeedResource(
|
||||
stable_id("storage:local"), first.id, "storage", "local", {"content": ["iso", "backup"]}
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user