rvyalov | 3d81c68 | 2017-07-04 15:35:33 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | artifactory: |
| 3 | client: |
| 4 | enabled: True |
| 5 | source: |
| 6 | engine: pip |
| 7 | server: |
| 8 | host: ${_param:artifactory_server_host} |
| 9 | port: ${_param:artifactory_server_port} |
| 10 | user: ${_param:artifactory_client_user} |
| 11 | password: ${_param:artifactory_client_password} |
Roman Vyalov | 94e97bd | 2017-07-31 12:59:31 +0300 | [diff] [blame] | 12 | license_key: ${_param:artifactory_license_key} |
| 13 | ldap_server: ${_param:artifactory_security_ldap_server} |
| 14 | ldap_account_base: ${_param:artifactory_security_ldap_root_dn} |
| 15 | ldap_searchFilter: ${_param:artifactory_security_ldap_searchFilter} |
rvyalov | 3d81c68 | 2017-07-04 15:35:33 +0300 | [diff] [blame] | 16 | ssl_verify: False |
| 17 | repo: |
| 18 | local_artifactory_repo: |
| 19 | name: local_artifactory_repo |
| 20 | package_type: generic |
| 21 | repo_type: local |
| 22 | remote_artifactory_repo: |
| 23 | name: remote_artifactory_repo |
| 24 | package_type: generic |
| 25 | repo_type: remote |
| 26 | url: "http://artifactory.mcp.mirantis.net/" |