-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.dev
30 lines (25 loc) · 1.06 KB
/
config.dev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# PIS config
OTOPS_EFO_RELEASE_VERSION=v3.65.0
OTOPS_ENSEMBL_RELEASE_VERSION=111
OTOPS_CHEMBL_RELEASE_VERSION=34
OTOPS_PIS_RELEASE_VERSION=24.06dev
# --- Unlikely to need to change the variables below --- #
# PIS image config
OTOPS_PIS_DOCKER_IMAGE_NAME=quay.io/opentargets/platform-input-support
OTOPS_PIS_DOCKER_IMAGE_TAG=latest
# local directory config
OTOPS_PATH_PIS_OUTPUT_DIR=output
OTOPS_PATH_PIS_LOGS_DIR=logs
# Google cloud storage config
OTOPS_PATH_GCS_PIS_OUTPUT=open-targets-pre-data-releases/${OTOPS_PIS_RELEASE_VERSION}/input
OTOPS_PATH_GCS_PIS_SESSION_CONFIGS=gs://open-targets-pre-data-releases/${OTOPS_PIS_RELEASE_VERSION}/sessions
# Terraform variables
TF_VAR_resources_prefix=pis
TF_VAR_data_location_source=open-targets-pre-data-releases/${OTOPS_PIS_RELEASE_VERSION}
TF_VAR_project_id=open-targets-eu-dev
TF_VAR_gcp_default_region=europe-west1
TF_VAR_gcp_default_zone=europe-west1-d
TF_VAR_vm_pis_boot_image=debian-11
TF_VAR_vm_pis_boot_disk_size=512
TF_VAR_vm_pis_machine_type=e2-standard-8
TF_VAR_pis_logs_path_root=gs://open-targets-ops/logs/platform-pis