Skip to content

Commit 9c6d808

Browse files
Change agent box position and default disk size
1 parent 8cc0422 commit 9c6d808

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

schema.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ variableGroups:
5656
- ${node_count}
5757
- ${hyperthreading}
5858
- ${boot_volume_size}
59+
- ${use_compute_agent}
5960
- ${use_marketplace_image}
6061
- ${compute_username}
6162
- ${marketplace_listing}
6263
- ${unsupported}
63-
- ${use_compute_agent}
6464
- ${compute_image_compartment}
6565
- ${image}
6666
- ${image_ocid}
@@ -446,7 +446,7 @@ variables:
446446
required: true
447447
minimum: 50
448448
title: "Size of the boot volume in GB"
449-
default: 50
449+
default: 100
450450

451451
bastion_boot_volume_backup:
452452
type: boolean
@@ -706,7 +706,7 @@ variables:
706706
required: true
707707
minimum: 50
708708
title: "Size of the boot volume in GB"
709-
default: 50
709+
default: 100
710710
description: "Boot volume size in GB of each compute node"
711711

712712
use_marketplace_image:
@@ -731,8 +731,8 @@ variables:
731731
use_compute_agent:
732732
type: boolean
733733
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."
735+
default: true
736736

737737
compute_image_compartment:
738738
title: "compute image compartment"

0 commit comments

Comments
 (0)