adoptium / infrastructure

This repo contains all information about machine maintenance.
Apache License 2.0
85 stars 101 forks source link

ansible: Replace https://api.adoptopenjdk.net with https://api.adoptium.net #2880

Closed fredg02 closed 1 year ago

fredg02 commented 1 year ago

URL path/parameters might need to be adjusted.

sxa commented 1 year ago

The first two of those are to ci.adoptopenjdk.net/userContent - a directory on our jenkins server - so we have no alternative to adjust them to (ci.adoptium.net does not exist)

The third is called for JDK10 and 16 (amongst others) in order to bootstrap 11 and 17, and those are not, and will not be, available through the adoptium API so changing that would cause the playbook execution to fail, so we'd need to either split the role to download from a different location for each, or leave it as-is. (The adoptopenjdk API redirects to adoptium for the later versions which we ship at adoptium)

fredg02 commented 1 year ago

OK, disregard then.