-
Notifications
You must be signed in to change notification settings - Fork 0
/
view_instances.json
21 lines (20 loc) · 1.21 KB
/
view_instances.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"default": { "DBSReader": ["dev/global", "dev/phys03"],
"DBSWriter": ["dev/global", "dev/phys03"],
"DBSMigrate": ["dev/global", "dev/phys03"]},
"prod": { "DBSReader": ["prod/global", "prod/phys01", "prod/phys02", "prod/phys03", "prod/test"],
"DBSWriter" : ["prod/global", "prod/phys03", "prod/test"],
"DBSMigrate": ["prod/global", "prod/phys03", "prod/test"]},
"k8s": { "DBSReader": ["int/global", "int/phys03"],
"DBSWriter" : ["int/global", "int/phys03"],
"DBSMigrate": ["int/global", "int/phys03"]},
"k8s-dev": { "DBSReader": ["dev/global", "dev/phys03"],
"DBSWriter" : ["dev/global", "dev/phys03"],
"DBSMigrate": ["dev/global", "dev/phys03"]},
"preprod": { "DBSReader": ["int/global", "int/phys03"],
"DBSWriter" : ["int/global", "int/phys03"],
"DBSMigrate": ["int/global", "int/phys03"]},
"dev": { "DBSReader": ["dev/global", "dev/phys01", "dev/phys02", "dev/phys03"],
"DBSWriter" : ["dev/global", "dev/phys01", "dev/phys02", "dev/phys03"],
"DBSMigrate": ["dev/global", "dev/phys01", "dev/phys02", "dev/phys03"]}
}