Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 17444fe

Browse files
committed
Updated Schema.yaml
1 parent ba4ef38 commit 17444fe

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

schema.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ groupings:
88
- ${ssh_public_key}
99
- ${ssh_private_key}
1010
- ${availability_domain}
11+
- ${log_volume_size_in_gbs}
12+
- ${cloudera_volume_size_in_gbs}
1113
- title: "CDH Options"
1214
variables:
1315
- ${cm_version}
@@ -46,6 +48,7 @@ groupings:
4648
- ${tenancy_ocid}
4749
- ${InstanceImageOCID}
4850
- ${oci_service_gateway}
51+
- ${AD}
4952
visible: false
5053

5154
variables:
@@ -200,7 +203,24 @@ variables:
200203
nn_volume_size_in_gbs:
201204
type: integer
202205
title: "Block Volume Size for NameNode Metadata"
203-
description: "500 to 32,768 "
206+
description: "500 to 32,768"
204207
minimum: 500
205208
maximum: 32768
206209
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+

0 commit comments

Comments
 (0)