-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: add ansible config to make backend-hel
as the primary test server
#117
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
Ansible Run Output 🤖Ansible Playbook Recap 🔍
Ansible playbook output 📖
|
Pusher | @DecFox |
Action | pull_request |
Working Directory | |
Workflow | .github/workflows/check_ansible.yml |
Last updated | Fri, 06 Dec 2024 20:56:07 GMT |
* Split playbooks into tiers * Add support for clickhouse cluster monitoring
* oonidata: (23 commits) rollback node job name Align job_name Re-organization of monitoring Don't setup node_exporter as part of bootstrap role Add more schema updates Add scripts related to migrating backend-fsn tables over to cluster Add ssm permission to service task Use readonly user password Bump up size of ecs_cluster Fix typo Fix labeling of reverse proxy Add extra path rules for oonidata endpoint Add clickhouse proxy nftable rules Add clickhouseproxy setup Point oonifindings to oonidata branch Drop backendproxy Fix duplicate service name Change default task memory Add support for deploying oonibackend proxy nginx proxy Change ECS cluster instance sizes ...
Terraform Run Output 🤖Format and Style 🖌
|
Pusher | @DecFox |
Action | pull_request |
Environment | dev |
Workflow | .github/workflows/check_terraform.yml |
Last updated | Fri, 06 Dec 2024 20:56:30 GMT |
Closed
hellais
approved these changes
Dec 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We discussed this with @DecFox in person and have deployed all the terraform stuff. Few changes will be applied additionally and then we land it.
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.
This PR adds configuration files to setup
backend-hel
as the main test server for our backend services.Closes #110