File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 30
30
- image_name : openhpc-extra-RL8
31
31
source_image_name_key : RL8 # key into environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
32
32
inventory_groups : doca,cuda
33
+ volume_size : 30 # needed for cuda
33
34
- image_name : openhpc-extra-RL9
34
35
source_image_name_key : RL9
35
36
inventory_groups : doca,cuda
37
+ volume_size : 30 # needed for cuda
36
38
env :
37
39
ANSIBLE_FORCE_COLOR : True
38
40
OS_CLOUD : openstack
97
99
-var "source_image_name=${{ fromJSON(env.FAT_IMAGES)['cluster_image'][matrix.build.source_image_name_key] }}" \
98
100
-var "image_name=${{ matrix.build.image_name }}" \
99
101
-var "inventory_groups=${{ matrix.build.inventory_groups }}" \
102
+ -var "volume_size=${{ matrix.build.volume_size }}" \
100
103
openstack.pkr.hcl
101
104
102
105
- name : Get created image names from manifest
You can’t perform that action at this time.
0 commit comments