Skip to content

Commit 138bf15

Browse files
authored
Merge pull request #15 from stackhpc/revert-13-ca-choice
Revert "Add input to choose secret store for CA"
2 parents 44166ed + 18883ca commit 138bf15

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/multinode.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ on:
3939
description: Neutron ML2 plugin
4040
type: string
4141
default: ovn
42-
secret_store:
43-
description: Secret store to use as Certificate Authority
44-
type: string
45-
default: openbao
4642
stackhpc_kayobe_config_version:
4743
description: stackhpc-kayobe-config version
4844
type: string
@@ -274,14 +270,12 @@ jobs:
274270
ssh_key_path: ${{ github.workspace }}/terraform-kayobe-multinode/id_rsa
275271
vxlan_vni: ${{ steps.vxlan_vni.outputs.vxlan_vni }}
276272
vault_password_path: ${{ github.workspace }}/terraform-kayobe-multinode/vault-pw
277-
certificate_authority: ${{ inputs.secret_store }}
278273
kayobe_config_custom:
279274
- path: zz-multinode.yml
280275
block: |
281276
os_distribution: ${{ env.OS_DISTRIBUTION }}
282277
os_release: "${{ env.OS_RELEASE }}"
283278
kolla_enable_ovn: ${{ env.ENABLE_OVN }}
284-
stackhpc_enable_openbao: ${{ env.ENABLE_OPENBAO }}
285279
EOF
286280
287281
if [[ "${{ env.SSH_KEY }}" != "" ]]; then
@@ -293,7 +287,6 @@ jobs:
293287
working-directory: ${{ github.workspace }}/terraform-kayobe-multinode
294288
env:
295289
ENABLE_OVN: ${{ inputs.neutron_plugin == 'ovn' }}
296-
ENABLE_OPENBAO: ${{ inputs.secret_store == 'openbao' }}
297290
OS_DISTRIBUTION: ${{ inputs.os_distribution }}
298291
OS_RELEASE: ${{ inputs.os_release }}
299292
SSH_KEY: ${{ inputs.ssh_key }}

0 commit comments

Comments
 (0)