simpleinfra icon indicating copy to clipboard operation
simpleinfra copied to clipboard

Rust Infrastructure automation

Results 91 simpleinfra issues
Sort by recently updated
recently updated
newest added

`crater-azure-1.infra.rust-lang.org` and `crater-azure-2.infra.rust-lang.org` don't exist anymore. We can delete them from this repo. context on [zulip](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/Crater.20ubuntu.2024.20update/near/475587995)

Bastion lives in a separate vpc (the legacy one) compared to the rds (the "new") one, so the security group is needed to allow access to rds from outside the...

Not trying to bump a closed issue thread, but I'm also not sure if this is related. I'm being served a stale version of the dump when I don't provide...

## Testing I didn't test this, I'm not sure how to do so. ## Rationale for `stable` I decided that a redirect to `//doc.rust-lang.org/stable/*` makes the most sense. While the...

### What needs to be fixed? Old docs, with "master" in the URL, are accessible from static.rust-lang.org. This may show up in web search results, older forum posts, etc. ###...

When running ansible [version 8](https://github.com/rust-lang/simpleinfra/pull/560), the apply script shows a warning: `[WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details` This is because...

The crates-io bucket contain many directories: However the fallback contains just `crates`: I think we should replicate the entire content of the bucket, so I'm removing the filter 👍 What...

We use a few deprecated resources or attributes. This might be a good opportunity to also install a tool like [tflint](https://github.com/terraform-linters/tflint) to follow best practices. ## Context This issue was...

The versioning field is deprecated as shown [here](https://registry.terraform.io/providers/hashicorp/aws/4.67.0/docs/resources/s3_bucket): Docs: - [s3_bucket_versioning](https://registry.terraform.io/providers/hashicorp/aws/4.67.0/docs/resources/s3_bucket_versioning) Tasks: - [ ] when ready to merge, update crates-io prod deployed ref

Move the crates-io infra from the [legacy](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/accounts/legacy) account to the [crates-io-prod](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/accounts/crates-io-prod) and [crates-io-staging](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/accounts/crates-io-staging) accounts. Requirements: - Minimize downtime (ideally zero) Tasks: - [x] Create a plan: https://hackmd.io/Ykq6SXteRIiyC9OfNhfj3w - [x] Share...