-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathvars.json
More file actions
executable file
·30 lines (29 loc) · 1.9 KB
/
vars.json
File metadata and controls
executable file
·30 lines (29 loc) · 1.9 KB
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
{
"environment":{"host":"XXX.XXX.XXX.XXX",
"UES_URI":"",
"bucket":"vantagecloud-lake-demo-data"},
"hierarchy":{
"DBC":{"username":"DBC","password":"demo_dbc"},
"SYSDBA":{"username":"SYSDBA", "password":"password", "perm":"8E11", "spool":"8E11"},
"users":{"perm":"3E10", "spool":"1E11",
"support_users":[{"username":"cgadmin", "password":"password"}],
"business_users":[{"username":"data_engineer",
"password":"password",
"role":"CR_BusGrpA_STD",
"compute_group":"CG_BUSGRPA_STD"},
{"username":"data_scientist",
"password":"password",
"role":"CR_BusGrpA_ANL",
"compute_group":"CG_BUSGRPA_ANL"}]},
"compute_groups":[{"name":"CG_BusGrpA_STD", "type":"STANDARD", "profiles":
[{"name":"CP_BusGrpA_STD_2_XSM","type":"STANDARD", "size":"TD_COMPUTE_XSMALL", "min":"1", "max":"2"}]},
{"name":"CG_BusGrpA_ANL", "type":"ANALYTIC", "profiles":
[{"name":"CP_BusGrpA_ANL_1_SML","type":"ANALYTIC","size":"TD_COMPUTE_SMALL", "min":"1", "max":"1"}]}],
"compute_group_roles":[{"name":"CR_BusGrpA_STD", "type":"STANDARD", "compute_group":"CG_BusGrpA_STD"},
{"name":"CR_BusGrpA_ANL", "type":"ANALYTIC", "compute_group":"CG_BusGrpA_ANL"}],
"repositories":{"name":"Repositories",
"perm":"3e11",
"databases":[{"name":"demo", "perm":"1e11", "default_storage":"TD_NDSSTORAGE"},
{"name":"demo_ofs", "perm":"1e11", "default_storage":"TD_OFSSTORAGE"}],
"iam_authorizations":[]}}
}