-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pkg.jenkins.io] migrate the pkg.origin.jenkins.io service from AWS VM to Azure publick8s
#3705
Comments
First pass of analysis shows that we might want to keep Apache (httpd) for this webservice to avoid introducing too much changes:
=> It means we'll need an Apache helm chart, not sure if we can reuse the existing "files" service in our custom mirrorbits helm chart (chart inheritance/split seems quite needed here) |
Continuing prerequisites analysis to determine:
The Core release of Jenkins have a packaging pipeline defined here: https://github.com/jenkins-infra/release/blob/master/Jenkinsfile.d/core/package
|
Considering #3636, #3338 and #3183, it looks like that the strategy of splitting index and package creates unexpected problems:
|
Service(s)
pkg.jenkins.io
Summary
The service pkg.jenkins.io serves the Jenkins distribution packages: Linux, Windows, WAR files.
It's merely a webserver serving the package manager index (or HTML index files which are listing directories):
We want to move the service pkg.origin.jenkins.io out from AWS:
The obvious choice is to set up the webservice in Azure:
publick8s
would host the webservice with the azure file mounted in read-only => it would allows adding HA to the serviceReproduction steps
No response
The text was updated successfully, but these errors were encountered: