Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Updated schema.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lfeldman committed May 25, 2021
1 parent b740973 commit df21001
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ variables:
type: oci:core:instanceshape:name
title: "Bastion Server Shape"
description: "Bastion Server Shape"
default: "VM.Standard.E3.Flex"
default: "VM.Standard.A1.Flex"
required: false
dependsOn:
compartmentId: ${compartment_ocid}
Expand All @@ -311,7 +311,9 @@ variables:
- eq:
- bastion_shape
- "VM.Optimized3.Flex"

- eq:
- bastion_shape
- "VM.Standard.A1.Flex"
type: integer
default: 1
title: Bastion Server Flex Shape OCPUs
Expand All @@ -332,7 +334,9 @@ variables:
- eq:
- bastion_shape
- "VM.Optimized3.Flex"

- eq:
- bastion_shape
- "VM.Standard.A1.Flex"
type: integer
default: 6
title: Bastion Server Flex Shape Memory
Expand All @@ -345,7 +349,7 @@ variables:
type: oci:core:instanceshape:name
title: "Jenkins Controller Server Shape"
description: "Jenkins Controller Server Shape"
default: "VM.Standard.E3.Flex"
default: "VM.Standard.A1.Flex"
required: false
dependsOn:
compartmentId: ${compartment_ocid}
Expand Down Expand Up @@ -401,7 +405,7 @@ variables:
type: oci:core:instanceshape:name
title: "Jenkins Agent Server Shape"
description: "Jenkins Agent Server Shape"
default: "VM.Standard.E3.Flex"
default: "VM.Standard.A1.Flex"
required: false
dependsOn:
compartmentId: ${compartment_ocid}
Expand Down

0 comments on commit df21001

Please sign in to comment.