Skip to content

Commit dcd0abd

Browse files
committed
Add secret store choice input
1 parent 4118a4b commit dcd0abd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/stackhpc-multinode.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
@@ -63,6 +70,7 @@ jobs:
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

0 commit comments

Comments
 (0)