-
Notifications
You must be signed in to change notification settings - Fork 1
/
broad-singlecellportal-eaugust.json
52 lines (51 loc) · 1.51 KB
/
broad-singlecellportal-eaugust.json
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
{
"name": "singlecellportal",
"owner": "broad-singlecellportal-eaugust",
"intent": "Developer MongoDB VM for Single Cell Portal",
"production": false,
"stability": "volatile",
"environment": "development",
"project": "broad-singlecellportal-eaugust",
"region": "us-central1",
"resource_zone_name": "us-central1-a",
"dns_zone_name": "none",
"dns_zone": "none",
"global_vars": {
"vault": {
"policy": "kdux-scp-write"
},
"env": {
"NETWORK_NAME": "singlecell-network"
},
"terraform": {
"docker_image": "us.gcr.io/broad-dsp-gcr-public/config-render:7c6c57f6",
"providers": {
"google": {
"default": {
"project": "broad-singlecellportal-eaugust",
"vault_sa_path": "secret/kdux/scp/development/eaugusti/scp_service_account.json",
"region": "us-central1"
},
"dns": {
"project": "broad-singlecellportal-eaugust",
"vault_sa_path": "secret/kdux/scp/development/eaugusti/scp_service_account.json",
"region": "us-central1"
}
}
},
"backend": {
"vault_sa_path": "secret/dsp/service-accts/dsp-techops/terraform-state-service-account.json",
"state_path_prefix":"terra",
"state_bucket": "broad-dsp-terraform-state"
}
}
},
"profile_vars": {
"singlecell-mongo": {
"env": {
"SCP_VAULT_PATH": "development/eaugusti",
"SCP_MONGODB_DB_NAME": "single_cell_portal_development"
}
}
}
}