feat: bring back 3p setup infrastructure module at telescope#1062
Open
vittoriasalim wants to merge 3 commits intomainfrom
Open
feat: bring back 3p setup infrastructure module at telescope#1062vittoriasalim wants to merge 3 commits intomainfrom
vittoriasalim wants to merge 3 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request introduces infrastructure-as-code modules for setting up the Telescope test framework's third-party dependencies and automation. The PR adds Terraform modules under modules/terraform/setup/ that automate the creation of Azure and AWS resources, Azure DevOps pipelines, and Kusto database connections required to run Telescope benchmarks.
Changes:
- Adds infrastructure setup module to create Azure/AWS resources, service connections, and IAM users
- Adds pipeline setup module to create and configure Azure DevOps pipelines
- Adds table-data-connections module to create Kusto tables and Event Grid data connections
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 22 comments.
Show a summary per file
| File | Description |
|---|---|
| modules/terraform/setup/infrastructure/main.tf | Main infrastructure provisioning including Azure resources, Kusto cluster, AWS IAM, and service connections |
| modules/terraform/setup/infrastructure/variables.tf | Variable definitions for infrastructure configuration |
| modules/terraform/setup/infrastructure/infrastructure.tfvars | Sample configuration values for infrastructure setup |
| modules/terraform/setup/pipeline/main.tf | Azure DevOps pipeline creation and authorization |
| modules/terraform/setup/pipeline/variables.tf | Variable definitions with validation rules for pipeline configuration |
| modules/terraform/setup/pipeline/pipeline.tfvars | Sample pipeline configuration |
| modules/terraform/setup/table-data-connections/main.tf | Kusto table and Event Grid data connection setup |
| modules/terraform/setup/table-data-connections/variables.tf | Variable definitions for table and data connection setup |
| modules/terraform/setup/table-data-connections/table-data-connections.tfvars | Sample configuration for table setup |
| modules/terraform/setup/table-data-connections/bash/script.sh | Script to determine EventHub namespace creation requirements |
| modules/terraform/setup/table-data-connections/result.json | Sample JSON data for testing table schema generation |
| modules/terraform/setup/README.md | Documentation for setup modules including prerequisites and usage |
| modules/terraform/setup/Makefile | Automation for running setup modules |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or 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
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.
as title