Skip to content

Commit

Permalink
Merge pull request #9229 from vavuthu/conf_for_ibm_cloud_3m_3w
Browse files Browse the repository at this point in the history
config file IBM cloud 3M-6W
  • Loading branch information
petr-balogh authored Jan 30, 2024
2 parents 3a787d9 + 960ad0b commit bf2b7dc
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 bf2b7dc

Please sign in to comment.