Skip to content

Commit

Permalink
Remove autoretrieve as a tenant
Browse files Browse the repository at this point in the history
...since it is now replaced by `tornado` tenant.
  • Loading branch information
masih committed Jul 4, 2023
1 parent 94ab435 commit c546cbb
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 286 deletions.
1 change: 0 additions & 1 deletion deploy/infrastructure/common/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module "ecr_ue2" {
repositories = [
"storetheindex/storetheindex",
"index-observer/index-observer",
"autoretrieve/autoretrieve",
"index-provider/index-provider",
"indexstar/indexstar",
"ipni/heyfil",
Expand Down
1 change: 0 additions & 1 deletion deploy/infrastructure/common/github_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ module "github_actions_role" {
"repo:filecoin-project/storetheindex:*",
"repo:filecoin-project/index-provider:*",
"repo:filecoin-shipyard/index-observer:*",
"repo:application-research/autoretrieve:*",
"repo:filecoin-shipyard/indexstar:*",
"repo:ipni/*:*"
]
Expand Down
70 changes: 0 additions & 70 deletions deploy/infrastructure/dev/us-east-2/autoretrieve.tf

This file was deleted.

2 changes: 1 addition & 1 deletion deploy/infrastructure/dev/us-east-2/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module "eks" {
subnet_ids = [data.aws_subnet.ue2c1.id, data.aws_subnet.ue2c2.id]
}

# Node group primarily used by autoretrieve with PVC in us-east2a availability zone.
# Node group primarily used by tornado with PVC in us-east2a availability zone.
dev-ue2a-r5a-2xl = {
min_size = 1
max_size = 7
Expand Down
2 changes: 1 addition & 1 deletion deploy/infrastructure/dev/us-east-2/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ data "aws_iam_policy_document" "kust_ctrlr" {
"kms:DescribeKey",
]

resources = [aws_kms_key.kms_sti.arn, aws_kms_key.kms_cluster.arn, aws_kms_key.kms_autoretrieve.arn, aws_kms_key.kms_index_provider.arn, aws_kms_key.kms_tornado.arn]
resources = [aws_kms_key.kms_sti.arn, aws_kms_key.kms_cluster.arn, aws_kms_key.kms_index_provider.arn, aws_kms_key.kms_tornado.arn]
}
}

Expand Down
4 changes: 0 additions & 4 deletions deploy/infrastructure/dev/us-east-2/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ output "kms_cluster_alias_arn" {
value = aws_kms_alias.kms_cluster.arn
}

output "kms_autoretrieve_alias_arn" {
value = aws_kms_alias.kms_autoretrieve.arn
}

output "kms_tornado_alias_arn" {
value = aws_kms_alias.kms_tornado.arn
}
Expand Down

This file was deleted.

18 changes: 0 additions & 18 deletions deploy/manifests/dev/us-east-2/cluster/autoretrieve/README.md

This file was deleted.

This file was deleted.

92 changes: 0 additions & 92 deletions deploy/manifests/dev/us-east-2/cluster/autoretrieve/flux-cd.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions deploy/manifests/dev/us-east-2/cluster/autoretrieve/flux-rbac.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion deploy/manifests/dev/us-east-2/cluster/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ resources:
- aws-ebs-csi-driver
- promtail
- index-observer
- autoretrieve
- index-provider
- external-snapshotter
- snapshots
Expand Down

0 comments on commit c546cbb

Please sign in to comment.