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} |
Alexander Evseev | 6546aff | 2017-09-18 15:47:19 +0300 | [diff] [blame^] | 10 | proto: ${_param:artifactory_server_proto} |
| 11 | ssl_verify: ${_param:artifactory_server_verify_ssl} |
rvyalov | 3d81c68 | 2017-07-04 15:35:33 +0300 | [diff] [blame] | 12 | user: ${_param:artifactory_client_user} |
| 13 | password: ${_param:artifactory_client_password} |
Roman Vyalov | 94e97bd | 2017-07-31 12:59:31 +0300 | [diff] [blame] | 14 | license_key: ${_param:artifactory_license_key} |
| 15 | ldap_server: ${_param:artifactory_security_ldap_server} |
| 16 | ldap_account_base: ${_param:artifactory_security_ldap_root_dn} |
| 17 | ldap_searchFilter: ${_param:artifactory_security_ldap_searchFilter} |
rvyalov | 3d81c68 | 2017-07-04 15:35:33 +0300 | [diff] [blame] | 18 | repo: |
Roman Vyalov | 718e93d | 2017-08-07 13:59:41 +0300 | [diff] [blame] | 19 | _genericRepository-local: |
| 20 | description: "Used by Jimbo" |
rvyalov | 3d81c68 | 2017-07-04 15:35:33 +0300 | [diff] [blame] | 21 | repo_type: local |
rvyalov | 3d81c68 | 2017-07-04 15:35:33 +0300 | [diff] [blame] | 22 | package_type: generic |
Roman Vyalov | 718e93d | 2017-08-07 13:59:41 +0300 | [diff] [blame] | 23 | binary-dev-local: |
| 24 | description: "None" |
| 25 | repo_type: local |
| 26 | package_type: generic |
| 27 | binary-prod-local: |
| 28 | repo_type: local |
| 29 | package_type: generic |
| 30 | docker-dev-local: |
| 31 | repo_type: local |
| 32 | package_type: docker |
| 33 | docker-prod-local: |
| 34 | repo_type: local |
| 35 | package_type: docker |
| 36 | k8s-tests-images: |
| 37 | repo_type: local |
| 38 | package_type: docker |
| 39 | maven-local: |
| 40 | description: "Hosts Java libraries needed to build Docker images" |
| 41 | repo_type: local |
| 42 | package_type: maven |
| 43 | mcp-ci-images: |
| 44 | repo_type: local |
| 45 | package_type: docker |
| 46 | vm-images: |
| 47 | repo_type: local |
| 48 | package_type: generic |
| 49 | _genericRepository-remote: |
| 50 | description: "Used by Jimbo" |
rvyalov | 3d81c68 | 2017-07-04 15:35:33 +0300 | [diff] [blame] | 51 | repo_type: remote |
Roman Vyalov | 718e93d | 2017-08-07 13:59:41 +0300 | [diff] [blame] | 52 | package_type: generic |
| 53 | url: http://localhost |
| 54 | apk-remote: |
| 55 | repo_type: remote |
| 56 | package_type: generic |
| 57 | url: http://dl-cdn.alpinelinux.org/alpine/ |
| 58 | apt-docker-project: |
| 59 | repo_type: remote |
| 60 | package_type: debian |
| 61 | url: https://apt.dockerproject.org/repo |
| 62 | artifactory-pro-debian: |
| 63 | repo_type: remote |
| 64 | package_type: debian |
| 65 | url: https://jfrog.bintray.com/artifactory-pro-debs |
| 66 | debian-mariadb-remote: |
| 67 | repo_type: remote |
| 68 | package_type: debian |
| 69 | url: http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.1/debian/ |
| 70 | debian-nginx: |
| 71 | repo_type: remote |
| 72 | package_type: debian |
| 73 | url: http://nginx.org/packages/debian/ |
| 74 | debian-percona-remote: |
| 75 | repo_type: remote |
| 76 | package_type: debian |
| 77 | url: http://repo.percona.com/apt |
| 78 | debian-rabbitmq-remote: |
| 79 | repo_type: remote |
| 80 | package_type: debian |
| 81 | url: http://www.rabbitmq.com/debian/ |
| 82 | debian-remote: |
| 83 | repo_type: remote |
| 84 | package_type: debian |
| 85 | url: http://ftp.us.debian.org/debian |
| 86 | debian-security-remote: |
| 87 | repo_type: remote |
| 88 | package_type: debian |
| 89 | url: http://security.debian.org/ |
| 90 | docker-remote: |
| 91 | description: "Remote repository for DockerHub" |
| 92 | repo_type: remote |
| 93 | package_type: docker |
| 94 | url: https://registry-1.docker.io/ |
| 95 | gcs-remote: |
| 96 | description: "Has zero downloads. Can be removed." |
| 97 | repo_type: remote |
| 98 | package_type: generic |
| 99 | url: https://storage.googleapis.com |
| 100 | gerrit-plugins: |
| 101 | description: "Overlaps with maven-local. We should resolve overlap and remove this repo." |
| 102 | repo_type: remote |
| 103 | package_type: generic |
| 104 | url: http://builds.quelltextlich.at/gerrit/nightly |
| 105 | jcenter: |
| 106 | repo_type: remote |
| 107 | package_type: maven |
| 108 | url: https://jcenter.bintray.com |
| 109 | jenkins-deb-pkgs: |
| 110 | repo_type: remote |
| 111 | package_type: generic |
| 112 | url: https://pkg.jenkins.io/debian-stable/binary |
| 113 | jenkins-plugins: |
| 114 | repo_type: remote |
| 115 | package_type: generic |
| 116 | url: http://mirrors.jenkins-ci.org/plugins |
| 117 | jenkins-plugins-jars: |
| 118 | repo_type: remote |
| 119 | package_type: maven |
| 120 | url: https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/ |
| 121 | jenkins-updates: |
| 122 | repo_type: remote |
| 123 | package_type: generic |
| 124 | url: https://updates.jenkins.io/ |
| 125 | mysql-connector-java: |
| 126 | repo_type: remote |
| 127 | package_type: maven |
| 128 | url: http://repo.jfrog.org/artifactory/remote-repos/mysql/mysql-connector-java/ |
| 129 | pypi-remote: |
| 130 | repo_type: remote |
| 131 | package_type: pypi |
| 132 | url: https://pypi.python.org |
| 133 | ubuntu-remote: |
| 134 | repo_type: remote |
| 135 | package_type: debian |
| 136 | url: http://us.archive.ubuntu.com/ubuntu/ |