-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10879 from openshift-cherrypick-robot/cherry-pick…
…-10875-to-release-4.16 [release-4.16] Change AWS instance type to m4.2xlarge
- Loading branch information
Showing
2 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |