Skip to content

Commit

Permalink
Add deployment config of AWS control plane hosting cluster (#9692)
Browse files Browse the repository at this point in the history
AWS controle plan hosting cluster is required for onboarding
ODF on AWS HCP cluster

Signed-off-by: suchita-g <[email protected]>
  • Loading branch information
suchita-g authored Apr 17, 2024
1 parent b8b3f7a commit cce65cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions conf/deployment/aws/ipi_3az_rhcos_3m_3w_ctrplane_hosting.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
DEPLOYMENT:
allow_lower_instance_requirements: false
ENV_DATA:
platform: 'aws'
deployment_type: 'ipi'
region: 'us-east-2'
worker_availability_zones:
- 'us-east-2a'
- 'us-east-2b'
- 'us-east-2c'
master_availability_zones:
- 'us-east-2a'
- 'us-east-2b'
- 'us-east-2c'
worker_replicas: 3
master_replicas: 3
worker_instance_type: 'm6i.xlarge'
master_instance_type: 'm6i.xlarge'

0 comments on commit cce65cc

Please sign in to comment.