Skip to content

Commit

Permalink
config file IBM cloud 3M-6W
Browse files Browse the repository at this point in the history
Signed-off-by: vavuthu <[email protected]>
  • Loading branch information
vavuthu committed Jan 24, 2024
1 parent f970f93 commit 960ad0b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions conf/deployment/ibmcloud/ipi_3az_rhcos_3m_6w.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
DEPLOYMENT:
openshift_install_timeout: 4800
allow_lower_instance_requirements: false
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'ipi'
region: 'us-south'
base_domain: 'ibmcloud2.qe.rh-ocs.com'
worker_instance_type: 'bx2-16x64'
worker_availability_zones:
- 'us-south-1'
- 'us-south-2'
- 'us-south-3'
master_availability_zones:
- 'us-south-1'
- 'us-south-2'
- 'us-south-3'
worker_replicas: 6
master_replicas: 3

# The following values need to be set in a separate config and passed to ocs-ci in
# order to deploy OCP/OCS cluster on IBM Cloud using IPI.
#
#AUTH:
# ibmcloud:
# account_id: ACCOUNT ID PLACEHOLDER
# api_key: IBM CLOUD API KEY PLACEHOLDER

0 comments on commit 960ad0b

Please sign in to comment.