File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments