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