Skip to content

AN-246 Create prod pools with Batch API enabled #385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 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
6 changes: 6 additions & 0 deletions src/main/resources/config/prod/pool_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ poolConfigs:
- poolId: "cwb_ws_prod_v7"
size: 3000
resourceConfigName: "cwb_ws_prod_v7"
- poolId: "cwb_ws_prod_v8"
size: 3000
resourceConfigName: "cwb_ws_prod_v8"
- poolId: "datarepo_v1"
size: 1000
resourceConfigName: "datarepo_v1"
Expand All @@ -13,3 +16,6 @@ poolConfigs:
- poolId: "vpc_sc_v11"
size: 1000
resourceConfigName: "vpc_sc_v11"
- poolId: "vpc_sc_v12"
size: 1000
resourceConfigName: "vpc_sc_v12"
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Community Workbench buffered workspace template
---
configName: "cwb_ws_prod_v8"
gcpProjectConfig:
projectIdSchema:
prefix: "terra"
scheme: "RANDOM_CHAR"
# firecloud.org/prod/CommunityWorkbench
parentFolderId: "710468670182"
billingAccount: "0106B0-41CAA9-427C96"
enabledApis:
- "bigquery-json.googleapis.com"
- "batch.googleapis.com"
- "compute.googleapis.com"
- "container.googleapis.com"
- "containerregistry.googleapis.com"
- "cloudbilling.googleapis.com"
- "clouderrorreporting.googleapis.com"
- "cloudkms.googleapis.com"
- "cloudtrace.googleapis.com"
- "dataflow.googleapis.com"
- "dataproc.googleapis.com"
- "dns.googleapis.com"
- "lifesciences.googleapis.com"
- "logging.googleapis.com"
- "monitoring.googleapis.com"
- "storage-api.googleapis.com"
- "storage-component.googleapis.com"
network:
enableNetworkMonitoring: "false"
enablePrivateGoogleAccess: "true"
kubernetesEngine:
createGkeDefaultServiceAccount: "true"
42 changes: 42 additions & 0 deletions src/main/resources/config/prod/resource-config/vpc_sc_v12.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Projects with VPC-SC configuration
---
configName: "vpc_sc_v12"
gcpProjectConfig:
projectIdSchema:
prefix: "terra-vpc-sc"
scheme: "RANDOM_CHAR"
# firecloud.org/prod/for_vpc_sc_unclaimed
parentFolderId: "160283235721"
billingAccount: "0106B0-41CAA9-427C96"
enabledApis:
- "bigquery-json.googleapis.com"
- "batch.googleapis.com"
- "compute.googleapis.com"
- "container.googleapis.com"
- "cloudbilling.googleapis.com"
- "clouderrorreporting.googleapis.com"
- "cloudkms.googleapis.com"
- "cloudtrace.googleapis.com"
- "containerregistry.googleapis.com"
- "dataflow.googleapis.com"
- "dataproc.googleapis.com"
- "dns.googleapis.com"
- "lifesciences.googleapis.com"
- "logging.googleapis.com"
- "monitoring.googleapis.com"
- "serviceusage.googleapis.com"
- "storage-api.googleapis.com"
- "storage-component.googleapis.com"
network:
enableNetworkMonitoring: "true"
enablePrivateGoogleAccess: "true"
enableCloudRegistryPrivateGoogleAccess: "true"
enableArtifactRegistryPrivateGoogleAccess: "true"
blockBatchInternetAccess: "true"
kubernetesEngine:
createGkeDefaultServiceAccount: "true"
serviceUsage:
bigQuery:
overrideBigQueryDailyUsageQuota: true
bigQueryDailyUsageQuotaOverrideValueMebibytes: 38146972 # 40 TB
securityGroup: "high"
Loading