Skip to content

Commit

Permalink
docs: document the rest of crates-io infra
Browse files Browse the repository at this point in the history
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
  • Loading branch information
marcoieni committed Aug 29, 2024
1 parent c41499c commit 5c9ecf0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions service-catalog/crates-io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@ Here are the details of the crates.io infrastructure managed by the infra team:
- [crates-io-logs](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/modules/crates-io-logs):
the infrastructure that counts crates downloads.
It is deployed in the AWS accounts `crates-io-prod` and `crates-io-staging`.
- [crates-io](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/modules/crates-io): Terraform module for the crates.io infrastructure.
- [crates-io-heroku-metrics](https://github.com/rust-lang/simpleinfra/tree/master/terraform/crates-io-heroku-metrics):
Terraform module that deploys the Heroku metrics [collector](https://github.com/rust-lang/crates-io-heroku-metrics) used to gather crates.io's metrics.

## Versions

These are the versions we need to keep up-to-date:

- Terraform providers in `simpleinfra` repo.
- Rust dependencies in the
[Cargo.toml](https://github.com/rust-lang/simpleinfra/blob/master/terragrunt/modules/crates-io/compute-static/Cargo.toml)
of the fastly CDN (`Compute@Edge`).
- crates-io-heroku-metrics [Dockerfile](https://github.com/rust-lang/crates-io-heroku-metrics/blob/main/Dockerfile):
- Ubuntu.
- Vector.

0 comments on commit 5c9ecf0

Please sign in to comment.