File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ name: Multinode
19
19
- rocky
20
20
- ubuntu-jammy
21
21
- ubuntu-noble
22
+ host_image_override :
23
+ description : Image name to override SKC defined default image
24
+ type : string
22
25
neutron_plugin :
23
26
description : Neutron ML2 plugin
24
27
type : choice
64
67
os_release : ${{ inputs.os_distribution == 'rocky' && '9' || 'jammy' }}
65
68
ssh_username : ${{ inputs.os_distribution == 'rocky' && 'cloud-user' || 'ubuntu' }}
66
69
neutron_plugin : ${{ inputs.neutron_plugin }}
70
+ multinode_image_override : ${{ inputs.host_image_override }}
67
71
upgrade : ${{ inputs.upgrade }}
68
72
break_on : ${{ inputs.break_on }}
69
73
# Workaround loss of number type using fromJSON: https://github.com/orgs/community/discussions/67182
You can’t perform that action at this time.
0 commit comments