-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsandbox-hpc.tfvars
54 lines (47 loc) · 2.99 KB
/
sandbox-hpc.tfvars
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
is_staging = false
is_production = false
deployment_env = "sandbox-hpc"
terraform_remote_state_bucket_name = "obi-tfstate-sandbox-hpc"
cell_svc_bucket_name = "sbo-cell-svc-perf-test-sandbox-hpc"
ml_paper_bucket_name = "ml-paper-bucket-sandbox-hpc-test"
ml_neuroagent_bucket_name = "ml-neuroagent-staging"
nexus_domain_name = "sandbox-hpc.openbluebrain.com"
nexus_obp_bucket_name = "nexus-obp-sandbox-hpc-test"
nexus_ship_bucket_name = "nexus-ship-sandbox-hpc-test"
nexus_openscience_bucket_name = "nexus-openscience-sandbox-hpc-test"
nexus_az_letter_id = "a"
core_web_app_docker_image_url = "bluebrain/sbo-core-web-app:2025.1.0-prod"
virtual_lab_manager_docker_image_url = "public.ecr.aws/openbraininstitute/virtual-lab-api:20250226.1"
thumbnail_generation_api_docker_image_url = "bluebrain/thumbnail-generation-api:latest"
cell_svc_docker_image_url = "public.ecr.aws/openbraininstitute/sonata-cell-position:2025.1.1-prod"
accounting_svc_docker_image_url = "public.ecr.aws/openbraininstitute/accounting-service:latest"
me_model_analysis_docker_image_url = "public.ecr.aws/openbraininstitute/me-model-analysis:staging"
is_nexus_openscience_running = false
is_nexus_obp_running = true
bluenaas_docker_image_url = "bluebrain/blue-naas-single-cell:staging"
bluenaas_task_size = {
cpu = 4096
memory = 8192
}
virtual_lab_manager_task_size = {
cpu = 512
memory = 1024
}
keycloak_task_size = {
cpu = 1024
memory = 2048
}
coreservices_public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCy8UW1JdUjIuiiaI+xFId3smXFe6iwxdn6Klqi8y4E+cFHP/uQxW4AuCfJVoOjOQ2CNU0UIGRlCkw3IwUmZvwGjFZS1Vs6jt+KjWiDRdFzQQrz5+vuqPX2576wXlT+EHe0W6r7Qla5i1L6cjz6/E4u5yFZ3MJQSBYjLqXjT7Da4R72gPx9oiIoSH2JBu3vHyfkTEo3l6C+WJlYnUGOLnUxGGGnhJrBKmIRNMmtRNgQlBkPR4mnCAFABJfgpzgNf4bpqLbma5DabQGbvpX6qCLSAV5Zdd4gBQLIAJfS/a5pMWaIy9qDTWB2vy4Z39HI45k6efrLL+xgo+XYSRqn5jDT heeren@Mac"
hpc_resource_provisioner_container_version = "latest-dev"
core_web_app_deployment_env = "staging"
core_web_app_next_public_matomo_site_id = "3"
# Sandbox placeholders
nise_dockerhub_password = "placeholder"
ec_apikey2 = "placeholder"
hpc_resource_provisioner_sbo_nexusdata_bucket = "s3://sbonexusdata-sandbox"
hpc_resource_provisioner_containers_bucket = "s3://sboinfrastructureassets-sandbox/containers"
hpc_resource_provisioner_scratch_bucket = "s3://sbosandbox-lec3cn"
entitycore_svc_s3_bucket_name = "entitycore-data-staging"
entitycore_svc_image_url = "public.ecr.aws/openbraininstitute/entitycore:2025.4.1"
obi_one_docker_image_url = "public.ecr.aws/openbraininstitute/obi-one:2025.4.2"
obi_generative_gui_docker_image_url = "public.ecr.aws/openbraininstitute/obi-generative-gui:2025.4.5"