-
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.
Signed-off-by: Petr Balogh <[email protected]>
- Loading branch information
1 parent
cd4ff37
commit c174004
Showing
7 changed files
with
240 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
28 changes: 28 additions & 0 deletions
28
conf/deployment/ibmcloud/ipi_1az_us_east1_rhcos_custom_vpc_3m_3w.yaml
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 @@ | ||
--- | ||
# This conifg is for IBM Cloud IPI deployment with custom VPC where we create | ||
# VPC and network stuff on by own in ocs-ci in us-east (Washington DC). | ||
DEPLOYMENT: | ||
openshift_install_timeout: 4800 | ||
allow_lower_instance_requirements: false | ||
ENV_DATA: | ||
platform: 'ibm_cloud' | ||
deployment_type: 'ipi' | ||
region: 'us-east' | ||
base_domain: 'ibmcloud2.qe.rh-ocs.com' | ||
worker_instance_type: 'bx2-16x64' | ||
master_instance_type: 'bx2-4x16' | ||
worker_availability_zones: | ||
- 'us-east-1' | ||
master_availability_zones: | ||
- 'us-east-1' | ||
worker_replicas: 3 | ||
master_replicas: 3 | ||
custom_vpc: true | ||
|
||
# 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 |
28 changes: 28 additions & 0 deletions
28
conf/deployment/ibmcloud/ipi_1az_us_south1_rhcos_custom_vpc_3m_3w.yaml
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 @@ | ||
--- | ||
# This conifg is for IBM Cloud IPI deployment with custom VPC where we create | ||
# VPC and network stuff on by own in ocs-ci in us-south (Dalas). | ||
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' | ||
master_instance_type: 'bx2-4x16' | ||
worker_availability_zones: | ||
- 'us-south-1' | ||
master_availability_zones: | ||
- 'us-south-1' | ||
worker_replicas: 3 | ||
master_replicas: 3 | ||
custom_vpc: true | ||
|
||
# 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 |
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
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
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
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