Skip to content
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

Closed
ewdurbin opened this issue Aug 30, 2022 · 4 comments
Closed

Terraform test.pypi.org and associated fastly services #95

ewdurbin opened this issue Aug 30, 2022 · 4 comments

Comments

@ewdurbin
Copy link
Member

ewdurbin commented Aug 30, 2022

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.

@ewdurbin
Copy link
Member Author

Successfully migrated test-files.pythonhosted.org to terraform management with #96

@cegerhardson
Copy link
Contributor

Successfully migrated test.pythonhosted.org to terraform with #98

@cegerhardson
Copy link
Contributor

Successfully migrated test.pypi.org to terraform with #99

@ewdurbin
Copy link
Member Author

Thanks for your work on this @cegerhardson!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants