This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ groupings:
8
8
- ${ssh_public_key}
9
9
- ${ssh_private_key}
10
10
- ${availability_domain}
11
+ - ${log_volume_size_in_gbs}
12
+ - ${cloudera_volume_size_in_gbs}
11
13
- title : " CDH Options"
12
14
variables :
13
15
- ${cm_version}
@@ -46,6 +48,7 @@ groupings:
46
48
- ${tenancy_ocid}
47
49
- ${InstanceImageOCID}
48
50
- ${oci_service_gateway}
51
+ - ${AD}
49
52
visible : false
50
53
51
54
variables :
@@ -200,7 +203,24 @@ variables:
200
203
nn_volume_size_in_gbs :
201
204
type : integer
202
205
title : " Block Volume Size for NameNode Metadata"
203
- description : " 500 to 32,768 "
206
+ description : " 500 to 32,768"
204
207
minimum : 500
205
208
maximum : 32768
206
209
required : true
210
+
211
+ log_volume_size_in_gbs :
212
+ type : integer
213
+ title : " Volume size in GB for CDH Logs"
214
+ description : " 50 to 32,768"
215
+ minimum : 50
216
+ maximum : 32768
217
+ required : true
218
+
219
+ cloudera_volume_size_in_gbs :
220
+ type : integer
221
+ title : " Volume size in GB for CDH Data (Parcels)"
222
+ description : " 150 to 32,768"
223
+ minimum : 150
224
+ maximum : 32768
225
+ required : true
226
+
You can’t perform that action at this time.
0 commit comments