Oleksandr Shyshko | a76b974 | 2018-05-22 18:53:25 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.salt.minion.cert.libvirtd |
| 3 | parameters: |
| 4 | nova: |
| 5 | compute: |
| 6 | libvirt: |
Oleksandr Shyshko | 9687e23 | 2018-08-14 15:39:36 +0300 | [diff] [blame] | 7 | uri: qemu+tls://${linux:system:name}.${_param:cluster_domain}/system |
Oleksandr Shyshko | a76b974 | 2018-05-22 18:53:25 +0300 | [diff] [blame] | 8 | tls: |
| 9 | enabled: True |
| 10 | key_file: ${_param:libvirtd_server_ssl_key_file} |
| 11 | cert_file: ${_param:libvirtd_server_ssl_cert_file} |
| 12 | ca_file: ${_param:libvirtd_ssl_ca_file} |
| 13 | client: |
| 14 | key_file: ${_param:libvirtd_client_ssl_key_file} |
| 15 | cert_file: ${_param:libvirtd_client_ssl_cert_file} |