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
1919 - rocky
2020 - ubuntu-jammy
2121 - ubuntu-noble
22+ host_image_override :
23+ description : Image name to override SKC defined default image
24+ type : string
2225 neutron_plugin :
2326 description : Neutron ML2 plugin
2427 type : choice
6467 os_release : ${{ inputs.os_distribution == 'rocky' && '9' || 'jammy' }}
6568 ssh_username : ${{ inputs.os_distribution == 'rocky' && 'cloud-user' || 'ubuntu' }}
6669 neutron_plugin : ${{ inputs.neutron_plugin }}
70+ multinode_image_override : ${{ inputs.host_image_override }}
6771 upgrade : ${{ inputs.upgrade }}
6872 break_on : ${{ inputs.break_on }}
6973 # 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