Skip to content

Commit 39d3fab

Browse files
committed
Run image-build+deploy workflow on Arcus
1 parent 2208301 commit 39d3fab

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/extra_vars/arcus.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Cluster instance vars
2+
cluster_id: "{{ cluster_name }}"
3+
openhpc_slurm_partitions:
4+
- name: "small"
5+
count: 2
6+
flavor_name: "vm.ska.cpu.general.small"
7+
default: "YES"
8+
cluster_run_validation: true
9+
cluster_user_ssh_public_key: ""
10+
home_volume_size: 20
11+
cluster_use_root_volumes: true
12+
13+
# Cloud vars
14+
cluster_external_network: "CUDN-Internet"
15+
login_flavor_name: "vm.ska.cpu.general.small"
16+
control_flavor_name: "vm.ska.cpu.general.small"
17+
metrics_db_maximum_size: 5
18+
19+
# Image build
20+
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"
26+
image_build_flavor_name: "vm.ska.cpu.general.small"
27+
image_build_network_id: "4b6b2722-ee5b-40ec-8e52-a6610e14cc51"
28+
image_build_attach_floating_ip: true
29+
image_build_floating_ip_network: "CUDN-Internet"
30+
image_build_source_image_id: "2a77064b-be40-4065-b0f4-4d5417a4460a"
31+
image_build_security_group_id: "486dfc85-099b-4bbb-9375-60f320a7de18"

0 commit comments

Comments
 (0)