Oleksandr Shyshko | a76b974 | 2018-05-22 18:53:25 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.salt.minion.cert.libvirtd |
| 3 | parameters: |
Vasyl Saienko | f89a75a | 2018-10-02 20:21:17 +0300 | [diff] [blame^] | 4 | _param: |
| 5 | nova_compute_libvirt_allowed_dn_list: |
| 6 | all: |
| 7 | enabled: true |
| 8 | value: '*CN=cmp*.${_param:cluster_domain}*' |
Oleksandr Shyshko | a76b974 | 2018-05-22 18:53:25 +0300 | [diff] [blame] | 9 | nova: |
| 10 | compute: |
| 11 | libvirt: |
Oleksandr Shyshko | 9687e23 | 2018-08-14 15:39:36 +0300 | [diff] [blame] | 12 | uri: qemu+tls://${linux:system:name}.${_param:cluster_domain}/system |
Oleksandr Shyshko | a76b974 | 2018-05-22 18:53:25 +0300 | [diff] [blame] | 13 | tls: |
| 14 | enabled: True |
| 15 | key_file: ${_param:libvirtd_server_ssl_key_file} |
| 16 | cert_file: ${_param:libvirtd_server_ssl_cert_file} |
| 17 | ca_file: ${_param:libvirtd_ssl_ca_file} |
Vasyl Saienko | f89a75a | 2018-10-02 20:21:17 +0300 | [diff] [blame^] | 18 | allowed_dn_list: ${_param:nova_compute_libvirt_allowed_dn_list} |
Oleksandr Shyshko | a76b974 | 2018-05-22 18:53:25 +0300 | [diff] [blame] | 19 | client: |
| 20 | key_file: ${_param:libvirtd_client_ssl_key_file} |
| 21 | cert_file: ${_param:libvirtd_client_ssl_cert_file} |