Skip to content

Commit

Permalink
Merge pull request #10879 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-10875-to-release-4.16

[release-4.16] Change AWS instance type to m4.2xlarge
  • Loading branch information
petr-balogh authored Nov 18, 2024
2 parents 76fbb0f + cf79fd9 commit 8891cf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions conf/ocsci/aws_ipi.yaml
Original file line number Diff line number Diff line change
@@ -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'
8 changes: 3 additions & 5 deletions conf/ocsci/aws_upi.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8891cf4

Please sign in to comment.