-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9229 from vavuthu/conf_for_ibm_cloud_3m_3w
config file IBM cloud 3M-6W
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 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
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 |