Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame^] | 1 | parameters: |
| 2 | _param: |
| 3 | artifactory_user: artifactory_user |
| 4 | artifactory_password: artifactory_password |
| 5 | runtest: |
| 6 | artifact_collector: |
| 7 | enabled: true |
| 8 | artifactory: |
| 9 | enabled: true |
| 10 | user: ${_param:artifactory_user} |
| 11 | password: ${_param:artifactory_password} |
| 12 | host: artifactory.mcp.mirantis.net |
| 13 | port: 443 |
| 14 | proto: https |
| 15 | endpoint: /oscore-local/${_param:cluster_domain}/${_param:infra_config_hostname} |
| 16 | artifacts: |
| 17 | sys_logs: |
| 18 | path: /var/log |
| 19 | etc: |
| 20 | path: /etc |