You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,11 @@ variableGroups:
56
56
- ${node_count}
57
57
- ${hyperthreading}
58
58
- ${boot_volume_size}
59
+
- ${use_compute_agent}
59
60
- ${use_marketplace_image}
60
61
- ${compute_username}
61
62
- ${marketplace_listing}
62
63
- ${unsupported}
63
-
- ${use_compute_agent}
64
64
- ${compute_image_compartment}
65
65
- ${image}
66
66
- ${image_ocid}
@@ -446,7 +446,7 @@ variables:
446
446
required: true
447
447
minimum: 50
448
448
title: "Size of the boot volume in GB"
449
-
default: 50
449
+
default: 100
450
450
451
451
bastion_boot_volume_backup:
452
452
type: boolean
@@ -706,7 +706,7 @@ variables:
706
706
required: true
707
707
minimum: 50
708
708
title: "Size of the boot volume in GB"
709
-
default: 50
709
+
default: 100
710
710
description: "Boot volume size in GB of each compute node"
711
711
712
712
use_marketplace_image:
@@ -731,8 +731,8 @@ variables:
731
731
use_compute_agent:
732
732
type: boolean
733
733
title: "use compute agent"
734
-
description: "Use compute agent"
735
-
default: false
734
+
description: "Select if your image has the OCA agent rather than the oci-cn-auth package. The marketplace image does not use the compute agent for now."
0 commit comments