From 6b56278e46b95b4fdb97d70b36883914905badb9 Mon Sep 17 00:00:00 2001 From: Suchita Gatfane Date: Tue, 28 May 2024 23:30:03 +0530 Subject: [PATCH] Add required configuration file for regressions execution on aws hcp cluster (#9862) The hcp aws deployment is not yet automated hence may be new parameter can be updated as per need of deployment automation. For now deployment is done with default parameter in custom namespace Signed-off-by: suchita-g --- conf/deployment/aws/hcp_ipi_3az_3w_m5.4x.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/deployment/aws/hcp_ipi_3az_3w_m5.4x.yaml diff --git a/conf/deployment/aws/hcp_ipi_3az_3w_m5.4x.yaml b/conf/deployment/aws/hcp_ipi_3az_3w_m5.4x.yaml new file mode 100644 index 00000000000..d0527423099 --- /dev/null +++ b/conf/deployment/aws/hcp_ipi_3az_3w_m5.4x.yaml @@ -0,0 +1,13 @@ +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' + worker_replicas: 3 + worker_instance_type: 'm5.4xlarge' + cluster_namespace: "odf-storage"