-
Notifications
You must be signed in to change notification settings - Fork 16
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
Terraform test.pypi.org and associated fastly services #95
Comments
Successfully migrated test-files.pythonhosted.org to terraform management with #96 |
Successfully migrated test.pythonhosted.org to terraform with #98 |
Successfully migrated test.pypi.org to terraform with #99 |
Thanks for your work on this @cegerhardson! |
ewdurbin
added a commit
that referenced
this issue
Sep 23, 2022
This was disabled while rolling out #95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the following domains are served from Fastly services which are unmanaged by terraform:
Warehouse (Staging)
test-files.pythonhosted.org(Equivalent to "PyPI File Hosting" service)test.pythonhosted.org(Equivalent to "PyPI Docs Hosting" service)test.pypi.org(Equivalent to "PyPI service")test.pypi.io(Equivalent to "PyPI service")warehouse-staging.python.org(Equivalent to "PyPI service")TestPyPI (Legacy)
testpypi.python.org(Equivalent to "PyPI service")Goal is to move all of this to three services that match the production setup (warehouse, files, docs), then abstract any necessary differences to configuration, then build both the test and prod environments from the same Terraform module.
The text was updated successfully, but these errors were encountered: