Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: IBM Cloud ROKS RDR changes #10977

Open
wants to merge 13 commits into
base: release-4.16
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'eu-de'
zone: 'eu-de-3'
worker_availability_zone: 'eu-de-3'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
Expand All @@ -26,5 +26,6 @@ ENV_DATA:
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
#DEPLOYMENT:
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
7 changes: 4 additions & 3 deletions conf/deployment/ibmcloud/ibm_cloud_vpc_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'eu-de'
zone: 'eu-de-3'
worker_availability_zone: 'eu-de-3'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
Expand All @@ -24,5 +24,6 @@ ENV_DATA:
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
#DEPLOYMENT:
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@

# This is the basic config for IBM cloud usage with HPCS.
DEPLOYMENT:
kms_deployment: true
---
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'eu-de'
zone: 'eu-de-3'
worker_availability_zone: 'eu-de-3'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
Expand All @@ -28,5 +26,7 @@ ENV_DATA:
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
#DEPLOYMENT:
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
DEPLOYMENT:
kms_deployment: true
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
7 changes: 4 additions & 3 deletions conf/deployment/ibmcloud/ibm_cloud_vpc_cluster_stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'us-south'
zone: 'us-south-1'
worker_availability_zone: 'us-south-1'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
Expand All @@ -23,5 +23,6 @@ AUTH:
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
#DEPLOYMENT:
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@

# This is the basic config for IBM cloud usage without COS secret created.
---
DEPLOYMENT:
create_ibm_cos_secret: False
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'eu-de'
zone: 'eu-de-3'
worker_availability_zone: 'eu-de-3'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
Expand All @@ -24,5 +22,7 @@ ENV_DATA:
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
#DEPLOYMENT:
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
DEPLOYMENT:
create_ibm_cos_secret: False
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
# This is the basic config for IBM cloud usage without COS secret created for
# stage env.
---
DEPLOYMENT:
create_ibm_cos_secret: False
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'us-south'
zone: 'us-south-1'
worker_availability_zone: 'us-south-1'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
Expand All @@ -26,5 +24,7 @@ AUTH:
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
#DEPLOYMENT:
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
DEPLOYMENT:
create_ibm_cos_secret: False
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

# This is the basic config for IBM cloud usage
---
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'eu-de'
worker_availability_zone: 'eu-de-1'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
worker_replicas: 3
worker_availability_zones:
- 'eu-de-1'
rhel_workers: true
# Following values needs to be set in separate config and passed to ocs-ci in
# order to deploy OCP/OCS cluster on IBM Cloud
# vpc_id: VPC ID PLACEHOLDER
# subnet_id: SUBNET ID PLACEHOLDER
# cos_instance: COS INSTANCE PLACEHOLDER
#AUTH:
# ibmcloud:
# api_key: IBM CLOUD API KEY PLACEHOLDER
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

# This is the basic config for IBM cloud usage
---
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'eu-de'
worker_availability_zone: 'eu-de-2'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
worker_replicas: 3
worker_availability_zones:
- 'eu-de-2'
rhel_workers: true
# Following values needs to be set in separate config and passed to ocs-ci in
# order to deploy OCP/OCS cluster on IBM Cloud
# vpc_id: VPC ID PLACEHOLDER
# subnet_id: SUBNET ID PLACEHOLDER
# cos_instance: COS INSTANCE PLACEHOLDER
#AUTH:
# ibmcloud:
# api_key: IBM CLOUD API KEY PLACEHOLDER
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

# This is the basic config for IBM cloud usage
---
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'eu-de'
worker_availability_zone: 'eu-de-3'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
worker_replicas: 3
worker_availability_zones:
- 'eu-de-3'
rhel_workers: true
# Following values needs to be set in separate config and passed to ocs-ci in
# order to deploy OCP/OCS cluster on IBM Cloud
# vpc_id: VPC ID PLACEHOLDER
# subnet_id: SUBNET ID PLACEHOLDER
# cos_instance: COS INSTANCE PLACEHOLDER
#AUTH:
# ibmcloud:
# api_key: IBM CLOUD API KEY PLACEHOLDER
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

# This is the basic config for IBM cloud usage
---
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'jp-tok'
worker_availability_zone: 'jp-tok-1'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
worker_replicas: 3
worker_availability_zones:
- 'jp-tok-1'
rhel_workers: true
# Following values needs to be set in separate config and passed to ocs-ci in
# order to deploy OCP/OCS cluster on IBM Cloud
# vpc_id: VPC ID PLACEHOLDER
# subnet_id: SUBNET ID PLACEHOLDER
# cos_instance: COS INSTANCE PLACEHOLDER
#AUTH:
# ibmcloud:
# api_key: IBM CLOUD API KEY PLACEHOLDER
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

# This is the basic config for IBM cloud usage
---
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'jp-tok'
worker_availability_zone: 'jp-tok-2'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
worker_replicas: 3
worker_availability_zones:
- 'jp-tok-2'
rhel_workers: true
# Following values needs to be set in separate config and passed to ocs-ci in
# order to deploy OCP/OCS cluster on IBM Cloud
# vpc_id: VPC ID PLACEHOLDER
# subnet_id: SUBNET ID PLACEHOLDER
# cos_instance: COS INSTANCE PLACEHOLDER
#AUTH:
# ibmcloud:
# api_key: IBM CLOUD API KEY PLACEHOLDER
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

# This is the basic config for IBM cloud usage
---
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'jp-tok'
worker_availability_zone: 'jp-tok-3'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
worker_replicas: 3
worker_availability_zones:
- 'jp-tok-3'
rhel_workers: true
# Following values needs to be set in separate config and passed to ocs-ci in
# order to deploy OCP/OCS cluster on IBM Cloud
# vpc_id: VPC ID PLACEHOLDER
# subnet_id: SUBNET ID PLACEHOLDER
# cos_instance: COS INSTANCE PLACEHOLDER
#AUTH:
# ibmcloud:
# api_key: IBM CLOUD API KEY PLACEHOLDER
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

# This is the basic config for IBM cloud usage
---
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'us-east'
worker_availability_zone: 'us-east-1'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
worker_replicas: 3
worker_availability_zones:
- 'us-east-1'
rhel_workers: true
# Following values needs to be set in separate config and passed to ocs-ci in
# order to deploy OCP/OCS cluster on IBM Cloud
# vpc_id: VPC ID PLACEHOLDER
# subnet_id: SUBNET ID PLACEHOLDER
# cos_instance: COS INSTANCE PLACEHOLDER
#AUTH:
# ibmcloud:
# api_key: IBM CLOUD API KEY PLACEHOLDER
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

# This is the basic config for IBM cloud usage
---
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'us-east'
worker_availability_zone: 'us-east-2'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
worker_replicas: 3
worker_availability_zones:
- 'us-east-2'
rhel_workers: true
# Following values needs to be set in separate config and passed to ocs-ci in
# order to deploy OCP/OCS cluster on IBM Cloud
# vpc_id: VPC ID PLACEHOLDER
# subnet_id: SUBNET ID PLACEHOLDER
# cos_instance: COS INSTANCE PLACEHOLDER
#AUTH:
# ibmcloud:
# api_key: IBM CLOUD API KEY PLACEHOLDER
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

# This is the basic config for IBM cloud usage
---
ENV_DATA:
platform: 'ibm_cloud'
deployment_type: 'managed'
region: 'us-east'
worker_availability_zone: 'us-east-3'
provider: "vpc-gen2"
worker_instance_type: "bx2.16x64"
master_replicas: 0
worker_replicas: 3
worker_availability_zones:
- 'us-east-3'
rhel_workers: true
# Following values needs to be set in separate config and passed to ocs-ci in
# order to deploy OCP/OCS cluster on IBM Cloud
# vpc_id: VPC ID PLACEHOLDER
# subnet_id: SUBNET ID PLACEHOLDER
# cos_instance: COS INSTANCE PLACEHOLDER
#AUTH:
# ibmcloud:
# api_key: IBM CLOUD API KEY PLACEHOLDER
# account_id: ACCOUNT ID PLACEHOLDER
# ibm_cos_access_key_id: KEY PLACEHOLDER
# ibm_cos_secret_access_key: SECRET PLACEHOLDER
DEPLOYMENT:
cnv_latest_stable: true
# ocs_secret_dockerconfigjson: BASE64 OF QUAY SECRET PLACEHOLDER
Loading
Loading