Skip to content

Commit 08e73dd

Browse files
committed
Use volume-backed instances for testing
1 parent a6d8108 commit 08e73dd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/extra_vars/arcus.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ openhpc_slurm_partitions:
88
cluster_run_validation: true
99
cluster_user_ssh_public_key: ""
1010
home_volume_size: 20
11+
cluster_use_root_volumes: true
1112

1213
# Cloud vars
1314
cluster_external_network: "CUDN-Internet"
@@ -17,9 +18,14 @@ metrics_db_maximum_size: 5
1718

1819
# Image build
1920
image_build_manage_infra: false
21+
image_build_use_blockstorage_volume: true
22+
image_build_image_disk_format: "raw"
23+
image_build_volume_size: 10
24+
image_build_metadata:
25+
hw_vif_multiqueue_enabled: "yes"
2026
image_build_flavor_name: "vm.ska.cpu.general.small"
2127
image_build_network_id: "4b6b2722-ee5b-40ec-8e52-a6610e14cc51"
2228
image_build_attach_floating_ip: true
2329
image_build_floating_ip_network: "CUDN-Internet"
24-
image_build_source_image_id: "519c4a1a-efdd-494e-929b-05dce43e1011"
30+
image_build_source_image_id: "2a77064b-be40-4065-b0f4-4d5417a4460a"
2531
image_build_security_group_id: "486dfc85-099b-4bbb-9375-60f320a7de18"

0 commit comments

Comments
 (0)