Skip to content

Commit

Permalink
Add required configuration file for regressions execution on aws hcp …
Browse files Browse the repository at this point in the history
…cluster (#9862)

The hcp aws deployment is not yet automated hence may be new parameter
can be updated as per need of deployment automation.
For now deployment is done with default parameter in custom namespace
Signed-off-by: suchita-g <[email protected]>
  • Loading branch information
suchita-g authored May 28, 2024
1 parent 7dbbe29 commit 6b56278
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions conf/deployment/aws/hcp_ipi_3az_3w_m5.4x.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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'
worker_replicas: 3
worker_instance_type: 'm5.4xlarge'
cluster_namespace: "odf-storage"

0 comments on commit 6b56278

Please sign in to comment.