Skip to content

Commit 44e53b9

Browse files
committed
Add a few more of the recommended SCS image metadata.
Only as far as the upstream ORC schema supports it. Signed-off-by: Kurt Garloff <[email protected]>
1 parent 9629ccc commit 44e53b9

File tree

1 file changed

+11
-1
lines changed
  • providers/openstack/scs/cluster-class/templates

1 file changed

+11
-1
lines changed

providers/openstack/scs/cluster-class/templates/image.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ spec:
1212
properties:
1313
hardware:
1414
diskBus: "scsi"
15-
scsiModel: "virtio-scsi"
15+
scsiModel: "virtio-scsi"
16+
vifModel: virtio
17+
qemuGuestAgent: true
18+
rngModel: virtio
19+
architecture: "x86_64"
20+
minDiskGB: 20
21+
minMemoryMB: 2048
22+
operatingSystem:
23+
distro: "ubuntu"
24+
version: "22.04"
25+
# hypervisorType: kvm
1626
content:
1727
diskFormat: qcow2
1828
download:

0 commit comments

Comments
 (0)