From 9944a9cc076f6ba47b433f8a7a8f727276db4fa2 Mon Sep 17 00:00:00 2001 From: Petr Balogh Date: Mon, 18 Nov 2024 10:25:00 +0100 Subject: [PATCH] Change AWS instance type to m4.2xlarge Signed-off-by: Petr Balogh --- conf/ocsci/aws_ipi.yaml | 8 +++----- conf/ocsci/aws_upi.yaml | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/conf/ocsci/aws_ipi.yaml b/conf/ocsci/aws_ipi.yaml index be387487a86..6a09d1c1348 100644 --- a/conf/ocsci/aws_ipi.yaml +++ b/conf/ocsci/aws_ipi.yaml @@ -1,11 +1,9 @@ --- -# This configuration file is for development purpose only and allow you to -# install OCS on nodes with lower then required resources. This can lead to -# some issues and should be used only for development purpose only. +# This configuration file is for AWS IPI deployment DEPLOYMENT: - allow_lower_instance_requirements: true + allow_lower_instance_requirements: false ENV_DATA: platform: 'aws' deployment_type: 'ipi' region: 'us-east-2' - worker_instance_type: 'm4.xlarge' + worker_instance_type: 'm4.2xlarge' diff --git a/conf/ocsci/aws_upi.yaml b/conf/ocsci/aws_upi.yaml index 1bb4d2e7ab4..20f81ca5009 100644 --- a/conf/ocsci/aws_upi.yaml +++ b/conf/ocsci/aws_upi.yaml @@ -1,12 +1,10 @@ --- -# This configuration file is for development purpose only and allow you to -# install OCS on nodes with lower then required resources. This can lead to -# some issues and should be used only for development purpose only. +# This configuration file is for AWS UPI deployment DEPLOYMENT: - allow_lower_instance_requirements: true + allow_lower_instance_requirements: false ENV_DATA: platform: 'aws' deployment_type: 'upi' region: 'us-east-2' - worker_instance_type: 'm4.xlarge' + worker_instance_type: 'm4.2xlarge' rhel_workers: false