Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions osdc/clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,3 +320,73 @@ clusters:
- harbor-cache-recovery
- monitoring
- logging

lf-prod-aws-ue1:
region: us-east-1
cluster_name: lf-prod-aws-ue1
state_bucket: lf-osdc-tfstate-prod-ue1
access_config:
authentication_mode: API_AND_CONFIG_MAP
cluster_admin_role_names:
- lf_osdc_admin
base:
base_node_count: 4
vpc_cidr: "10.12.0.0/16"
node_compactor:
min_node_age_seconds: 900
arc-runners:
github_config_url: "https://github.com/pytorch"
github_secret_name: lf-prod-aws-ue1
runner_name_prefix: "lf-"
Comment thread
zxiiro marked this conversation as resolved.
runner_group: lf-prod-aws-ue1
buildkit:
replicas_per_arch: 8
pypi_cache:
replicas: 6
modules:
- karpenter
- arc
- nodepools
- arc-runners
- buildkit
- pypi-cache
- cache-enforcer
- zombie-cleanup
- harbor-cache-recovery
- monitoring
- logging

lf-prod-aws-ue2:
region: us-east-2
cluster_name: lf-prod-aws-ue2
state_bucket: lf-osdc-tfstate-prod-ue2
access_config:
authentication_mode: API_AND_CONFIG_MAP
cluster_admin_role_names:
- lf_osdc_admin
base:
base_node_count: 4
vpc_cidr: "10.16.0.0/16"
node_compactor:
min_node_age_seconds: 900
arc-runners:
github_config_url: "https://github.com/pytorch"
github_secret_name: lf-prod-aws-ue2
runner_name_prefix: "lf-"
runner_group: lf-prod-aws-ue2
buildkit:
replicas_per_arch: 8
pypi_cache:
replicas: 6
modules:
- karpenter
- arc
- nodepools
- arc-runners
- buildkit
- pypi-cache
Comment thread
zxiiro marked this conversation as resolved.
- cache-enforcer
- zombie-cleanup
- harbor-cache-recovery
- monitoring
- logging
Loading