File: ovn-ssl-f41da14a9eaa6fe3.yaml

package info (click to toggle)
puppet-module-neutron 25.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,708 kB
  • sloc: ruby: 12,680; python: 38; sh: 15; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
features:
  - |
    This patch introduce parameters which support SSL to connect to
    OVN_Northbound DB and OVN_Southbound DB. This can be set by:
    * 'ovn_nb_private_key': The PEM file with private key for SSL connection to OVN-NB-DB
    * 'ovn_nb_certificate': The PEM file with certificate that certifies the private
    key specified in ovn_nb_private_key
    * 'ovn_nb_ca_cert': The PEM file with CA certificate that OVN should use to
    verify certificates presented to it by SSL peers
    * 'ovn_sb_private_key': The PEM file with private key for SSL connection to OVN-SB-DBt,
    * 'ovn_sb_certificate': The PEM file with certificate that certifies the
    private key specified in ovn_sb_private_key'
    * 'ovn_sb_ca_cert': The PEM file with CA certificate that OVN should use to
    verify certificates presented to it by SSL peers