File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ flavor = " en1.xsmall"
2+ use_blockstorage_volume = true
3+ volume_size = 12 # GB. Compatible with SMS-lab's general.v1.tiny
4+ image_disk_format = " qcow2"
5+ networks = [" 909e49e8-6911-473a-bf88-0495ca63853c" ] # slurmapp-ci
6+ source_image_name = " openhpc-230804-1754-80b8d714" # https://github.com/stackhpc/ansible-slurm-appliance/pull/298
7+ fatimage_source_image_name = " Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qcow2"
8+ ssh_keypair_name = " slurm-app-ci"
9+ ssh_private_key_file = " ~/.ssh/id_ed25519"
10+ security_groups = [" default" , " SSH" ]
11+ floating_ip_network = " external"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ bastion_config:
44 user : slurm-app-ci
55 ip : 128.232.222.183
66 LEAFCLOUD :
7- user : rocky
7+ user : slurm-app-ci
88 ip : 195.114.30.222
99# NB: The bastion_{user,ip} variables are used directly in the CI workflow too
1010bastion_user : " {{ bastion_config[ci_cloud].user }}"
Original file line number Diff line number Diff line change 11cluster_net = " slurmapp-ci"
22cluster_subnet = " slurmapp-ci"
33control_node_flavor = " ec1.medium" # small ran out of memory, medium gets down to ~100Mi mem free on deployment
4- other_node_flavor = " ec1.small "
4+ other_node_flavor = " en1.xsmall "
55state_volume_type = " unencrypted"
66home_volume_type = " unencrypted"
You can’t perform that action at this time.
0 commit comments