Mykyta Karpin | 504489e | 2018-04-11 14:16:06 +0000 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | tempest_ca_hostname: ${linux:system:name} |
| 4 | tempest_ca_host: ${_param:tempest_ca_hostname}.${_param:cluster_domain} |
| 5 | tempest_ca_authority: salt_master_ca |
| 6 | tempest_cert_key: /tmp/test.key |
| 7 | tempest_cert_file: /tmp/test.crt |
| 8 | salt: |
| 9 | minion: |
| 10 | cert: |
| 11 | tempest: |
| 12 | host: ${_param:tempest_ca_host} |
| 13 | authority: ${_param:tempest_ca_authority} |
| 14 | common_name: tempest_test |
| 15 | signing_policy: cert_server |
| 16 | key_usage: "digitalSignature,nonRepudiation,keyEncipherment" |
| 17 | key_file: ${_param:tempest_cert_key} |
| 18 | cert_file: ${_param:tempest_cert_file} |