Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Add tls certs to neutron ovn agent
Browse files Browse the repository at this point in the history
These are required for tls enabled setup
to connect to ovn dbs.

Related-Issue: OSPRH-6499
  • Loading branch information
karelyatin committed Apr 22, 2024
1 parent e0e7412 commit c4ddc05
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,15 @@ spec:
playbook: osp.edpm.neutron_ovn
secrets:
- neutron-ovn-agent-neutron-config
tlsCert:
contents:
- dnsnames
- ips
networks:
- ctlplane
issuer: osp-rootca-issuer-ovn
keyUsages:
- digital signature
- key encipherment
- client auth
caCerts: combined-ca-bundle

0 comments on commit c4ddc05

Please sign in to comment.