-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase memory and CPU so OPP products will install on vmware
The attempt to install OPP failed because more CPU and Memory was needed. Increasing vmware resources to match what AWS uses. The adjustments to the configmap usage had to be re-organized too, since the configmap needs to exist ahead of time to resolve the template values. Referenced bug: - https://issues.redhat.com/browse/OCPQE-21328 Signed-off-by: Gus Parvin <[email protected]>
- Loading branch information
1 parent
160924e
commit f59e3b5
Showing
3 changed files
with
51 additions
and
36 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
28 changes: 28 additions & 0 deletions
28
policygenerator/policy-sets/community/openshift-plus-setup/opp-settings.yaml
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: opp-settings | ||
namespace: policies | ||
data: | ||
vmwareReplicas: "6" | ||
vmwareCPU: "8" | ||
vmwareMemory: "32768" | ||
awsReplicas: "2" | ||
awsInstanceType: m6a.2xlarge | ||
us-east-1-4.10: ami-0c72f473496a7b1c2 | ||
us-east-1-4.11: ami-0722eb0819717090f | ||
us-east-1-4.12: ami-0fe05b1aa8dacfa90 | ||
us-east-1-4.13: ami-0624891c612b5eaa0 | ||
us-east-1-4.14: ami-0b56cb92505dea7ed | ||
us-east-1-4.15: ami-0b56cb92505dea7ed | ||
us-east-1-4.16: ami-057df4d0cb8cbae0d | ||
us-east-2-4.10: ami-09e637fc5885c13cc | ||
us-east-2-4.11: ami-026e5701f495c94a2 | ||
us-east-2-4.12: ami-0ff64f495c7e977cf | ||
us-east-2-4.13: ami-0dc6c4d1bd5161f13 | ||
us-east-2-4.14: ami-0dc6c4d1bd5161f13 | ||
us-east-2-4.15: ami-0b577c67f5371f6d1 | ||
us-east-2-4.16: ami-0f736c64d5751d7d3 | ||
zone1: a | ||
zone2: b | ||
zone3: c |
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