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
25
25
options :
26
26
- ovn
27
27
- 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
28
35
upgrade :
29
36
description : Whether to perform an upgrade
30
37
default : none
63
70
os_release : ${{ inputs.os_distribution == 'rocky' && '9' || 'noble' }}
64
71
ssh_username : ${{ inputs.os_distribution == 'rocky' && 'cloud-user' || 'ubuntu' }}
65
72
neutron_plugin : ${{ inputs.neutron_plugin }}
73
+ secret_store : ${{ inputs.secret_store }}
66
74
upgrade : ${{ inputs.upgrade }}
67
75
break_on : ${{ inputs.break_on }}
68
76
# 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