From cce65cc22ea3bc160d0515d8c2e32fe58a3ea0bc Mon Sep 17 00:00:00 2001 From: Suchita Gatfane Date: Wed, 17 Apr 2024 14:44:38 +0530 Subject: [PATCH] Add deployment config of AWS control plane hosting cluster (#9692) AWS controle plan hosting cluster is required for onboarding ODF on AWS HCP cluster Signed-off-by: suchita-g --- .../ipi_3az_rhcos_3m_3w_ctrplane_hosting.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf/deployment/aws/ipi_3az_rhcos_3m_3w_ctrplane_hosting.yaml diff --git a/conf/deployment/aws/ipi_3az_rhcos_3m_3w_ctrplane_hosting.yaml b/conf/deployment/aws/ipi_3az_rhcos_3m_3w_ctrplane_hosting.yaml new file mode 100644 index 00000000000..6531e9be9de --- /dev/null +++ b/conf/deployment/aws/ipi_3az_rhcos_3m_3w_ctrplane_hosting.yaml @@ -0,0 +1,18 @@ +DEPLOYMENT: + allow_lower_instance_requirements: false +ENV_DATA: + platform: 'aws' + deployment_type: 'ipi' + region: 'us-east-2' + worker_availability_zones: + - 'us-east-2a' + - 'us-east-2b' + - 'us-east-2c' + master_availability_zones: + - 'us-east-2a' + - 'us-east-2b' + - 'us-east-2c' + worker_replicas: 3 + master_replicas: 3 + worker_instance_type: 'm6i.xlarge' + master_instance_type: 'm6i.xlarge'