-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathreference.conf
34 lines (34 loc) · 1.72 KB
/
reference.conf
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
leonardo {
rImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-r:2.2.6"
pythonImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-python:1.1.5"
hailImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-hail:1.1.12"
gatkImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-gatk:2.3.8"
aouImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-aou:2.2.14"
baseImageUrl = "us.gcr.io/broad-dsp-gcr-public/terra-jupyter-base:1.1.3"
gcrWelderUri = "us.gcr.io/broad-dsp-gcr-public/welder-server"
dockerHubWelderUri = "broadinstitute/welder-server"
rstudioBioconductorImageUrl = "us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.20.1"
//each fiab will have a unique topic name sourced from leonardo.conf, this is never published to in automation tests to ensure pub/sub components can auth properly, but never read from to avoid conflicts.
topicName = "leonardo-pubsub-test"
location = "us-central1-a"
serviceAccountEmail = "leonardo-qa@broad-dsde-qa.iam.gserviceaccount.com"
}
gcs {
leonardoServiceAccountUsername = "sa_106387076428805685843"
}
azure {
bastionName = "static-test-bastion"
defaultBastionPort = 3000
// The below values are placeholders that will get templated into application.conf when the azure e2e tests are ran
// The placeholder needs to exist so the google e2e tests dont error on config load
principalUser = ""
principalPassword = ""
tenantId = ""
leoVmUser = ""
leoVmPassword = ""
}
leonardoClient {
writeTimeout = 600000 //in ms, 10 minutes * 60 sec/min * 1000 ms/sec
readTimeout = 600000 //in ms, 10 minutes * 60 sec/min * 1000 ms/sec
connectionTimeout = 600000 //in ms, 10 minutes * 60 sec/min * 1000 ms/sec
}