Maksym Shalamov | 56bab2e | 2018-12-20 13:23:10 +0200 | [diff] [blame^] | 1 | parameters: |
| 2 | _param: |
| 3 | artifactory_user: artifactory_user |
| 4 | artifactory_password: artifactory_password |
| 5 | runtest_artifact_collector_artifactory_endpoint: /oscore-local/${_param:cluster_domain}/${linux:system:name} |
| 6 | runtest: |
| 7 | artifact_collector: |
| 8 | enabled: true |
| 9 | artifactory: |
| 10 | enabled: true |
| 11 | user: ${_param:artifactory_user} |
| 12 | password: ${_param:artifactory_password} |
| 13 | host: artifactory.mcp.mirantis.net |
| 14 | port: 443 |
| 15 | proto: https |
| 16 | endpoint: ${_param:runtest_artifact_collector_artifactory_endpoint} |
| 17 | artifacts: |
| 18 | sys_logs: |
| 19 | path: /var/log |
| 20 | etc: |
| 21 | path: /etc |
| 22 | innobackup: |
| 23 | path: /var/lib/mysql/innobackup.backup.log |
| 24 | reclass: |
| 25 | path: /srv/salt/reclass |
| 26 | jenkins_jobs: |
| 27 | path: /var/lib/jenkins/jobs |