From 737ab039e9f4b03e06ff3245f16ed7d34356e8ca Mon Sep 17 00:00:00 2001 From: Lucas Gomes Date: Tue, 25 May 2021 08:52:26 -0500 Subject: [PATCH] Add support to A1 shape --- schema.yaml | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/schema.yaml b/schema.yaml index dbf683b..5397adb 100644 --- a/schema.yaml +++ b/schema.yaml @@ -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 @@ -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 @@ -361,8 +365,10 @@ variables: - "VM.Standard.E4.Flex" - eq: - controller_shape - - "VM.Optimized3.Flex" - + - "VM.Optimized3.Flex" + - eq: + - controller_shape + - "VM.Standard.A1.Flex" type: integer default: 1 title: Jenkins Controller Server Flex Shape OCPUs @@ -383,8 +389,10 @@ variables: - "VM.Standard.E4.Flex" - eq: - controller_shape - - "VM.Optimized3.Flex" - + - "VM.Optimized3.Flex" + - eq: + - controller_shape + - "VM.Standard.A1.Flex" type: integer default: 6 title: Jenkins Controller Server Flex Shape Memory @@ -414,6 +422,9 @@ variables: - eq: - agent_shape - "VM.Optimized3.Flex" + - eq: + - agent_shape + - "VM.Standard.A1.Flex" type: integer default: 1 title: Jenkins Agent Server Flex Shape OCPUs @@ -435,6 +446,9 @@ variables: - eq: - agent_shape - "VM.Optimized3.Flex" + - eq: + - agent_shape + - "VM.Standard.A1.Flex" type: integer default: 6 title: Jenkins Agent Server Flex Shape Memory