-
Notifications
You must be signed in to change notification settings - Fork 1
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
Consolidate dev and prod deployments and switch th back to DO #96
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Terraform Run Output 🤖Format and Style 🖌
|
Pusher | @hellais |
Action | pull_request |
Environment | dev |
Workflow | .github/workflows/check_terraform.yml |
Last updated | Tue, 01 Oct 2024 14:43:25 GMT |
* Fix calling of the backend frontend module in prod
* Add support for passing alternate names to TLS certs
* Add alternative_domains to dev env
* Add stage variable to ooni_th_droplet
* Drop unattended upgrades from config since it comes with the base image
Ansible Run Output 🤖Ansible Playbook Recap 🔍
Ansible playbook output 📖
|
Pusher | @hellais |
Action | pull_request |
Working Directory | |
Workflow | .github/workflows/check_ansible.yml |
Last updated | Tue, 01 Oct 2024 14:43:57 GMT |
hellais
changed the title
Add support for creating digital ocean droplets for test helpers
Consolidate dev and prod deployments and switch th back to DO
Oct 1, 2024
Related: #62 |
hellais
added a commit
that referenced
this pull request
Oct 1, 2024
* 'main' of github.com:ooni/devops: Consolidate dev and prod deployments and switch th back to DO (#96)
hellais
added a commit
that referenced
this pull request
Oct 1, 2024
* main: Consolidate dev and prod deployments and switch th back to DO (#96) Add vasilis to user list
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
Fixes:
Checklist for doing it:
Since AWS costs are too high for the test helpers with IPv6 support, we switch them back to digital ocean.
How this is implemented is by adding a new rule to the oonibackend proxy that acts as a load balancer towards the test helpers on digital ocean. The reason to do this is so that we don't have to complicate the TLS setup by having to do certificate provisioning on the test helpers, but rather are able to keep it in AWS.
Moreover by having a single entry point to the test helpers it means we can implement a cache which works across all the test helper backends, instead of having a per-test helper caching layer.
What is missing is adding the rules that perform routing on a per domain basis to the load balancer config.