File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ name: Multinode
2525 options :
2626 - ovn
2727 - ovs
28+ secret_store :
29+ description : Secret store to use as Certificate Authority
30+ type : choice
31+ default : openbao
32+ options :
33+ - openbao
34+ - vault
2835 upgrade :
2936 description : Whether to perform an upgrade
3037 default : none
6370 os_release : ${{ inputs.os_distribution == 'rocky' && '9' || 'noble' }}
6471 ssh_username : ${{ inputs.os_distribution == 'rocky' && 'cloud-user' || 'ubuntu' }}
6572 neutron_plugin : ${{ inputs.neutron_plugin }}
73+ secret_store : ${{ inputs.secret_store }}
6674 upgrade : ${{ inputs.upgrade }}
6775 break_on : ${{ inputs.break_on }}
6876 # 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