Gleb Zimin | 7d1bb0b | 2018-10-01 18:18:11 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | salt_minion_ca_authority: salt_master_ca |
| 4 | salt_minion_ca_host: cfg01.${_param:cluster_domain} |
| 5 | salt: |
| 6 | minion: |
| 7 | cert: |
| 8 | opencontrail_xmpp: |
| 9 | host: ${_param:salt_minion_ca_host} |
| 10 | authority: ${_param:salt_minion_ca_authority} |
| 11 | common_name: opencontrail_xmpp |
| 12 | key_file: /etc/contrail/ssl/private/server-privkey.pem |
| 13 | cert_file: /etc/contrail/ssl/certs/server.pem |
| 14 | ca_file: /etc/contrail/ssl/certs/ca-cert.pem |
| 15 | signing_policy: cert_open |