Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-4.14] Change AWS instance type to m4.2xlarge #10881

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading