Skip to content

Commit 6107863

Browse files
committed
WIP of configuration
Signed-off-by: Webster Mudge <[email protected]>
1 parent 656dd59 commit 6107863

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

roles/data/config-wip.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
3+
# Potential configuration for cloudera.exe.data
4+
5+
data:
6+
storage:
7+
# A list of lists of locations (read/[only|write]) defined in a policy and assigned to a role
8+
- read_only: bool
9+
locations:
10+
aws:
11+
- bucket:
12+
azure:
13+
- resource_group: # Default to data__azure_metagroup_uri
14+
storage_account:
15+
container:
16+
policy:
17+
aws:
18+
name:
19+
suffix:
20+
delete: bool
21+
role:
22+
aws:
23+
datalake_admin: bool
24+
name:
25+
suffix:
26+
delete: bool
27+
assignment:
28+
azure:
29+
suffix:
30+
delete: bool
31+
policy:
32+
suffix:
33+
aws:
34+
suffix:
35+
read_only:
36+
suffix:
37+
url:
38+
read_write:
39+
suffix:
40+
url:
41+
role:
42+
suffix:
43+
aws:
44+
suffix:
45+
assignment:
46+
suffix:
47+
azure:
48+
suffix:
49+
teardown:
50+
delete_policies:
51+
delete_roles:

0 commit comments

Comments
 (0)