Skip to content

[CVP-4420] Add clusterpool configurations for OCP 4.20 #65377

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

Merged
Merged
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
@@ -0,0 +1,43 @@
apiVersion: hive.openshift.io/v1
kind: ClusterPool
metadata:
creationTimestamp: null
labels:
architecture: amd64
cloud: aws
owner: cvp
product: ocp
region: eu-central-1
variant: fips
version: "4.20"
version_lower: 4.20.0-0
version_stream: 4-dev-preview
version_upper: 4.21.0-0
name: cvp-fips-ocp-4-20-amd64-aws-eu-central-1
namespace: cvp-cluster-pool
spec:
baseDomain: cpaas-ci.devcluster.openshift.com
hibernationConfig:
resumeTimeout: 15m0s
imageSetRef:
name: ocp-release-4.20.0-ec.0-x86-64-for-4.20.0-0-to-4.21.0-0
installAttemptsLimit: 1
installConfigSecretTemplateRef:
name: fips-install-config-aws-eu-central-1
labels:
tp.openshift.io/owner: cvp
maxSize: 20
platform:
aws:
credentialsSecretRef:
name: cvp-aws-credentials
region: eu-central-1
pullSecretRef:
name: pull-secret
runningCount: 10
size: 10
skipMachinePools: true
status:
ready: 0
size: 0
standby: 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
apiVersion: hive.openshift.io/v1
kind: ClusterPool
metadata:
creationTimestamp: null
labels:
architecture: amd64
cloud: aws
owner: cvp
product: ocp
region: eu-central-1
version: "4.20"
version_lower: 4.20.0-0
version_stream: 4-dev-preview
version_upper: 4.21.0-0
name: cvp-ocp-4-20-amd64-aws-eu-central-1
namespace: cvp-cluster-pool
spec:
baseDomain: cpaas-ci.devcluster.openshift.com
hibernationConfig:
resumeTimeout: 15m0s
imageSetRef:
name: ocp-release-4.20.0-ec.0-x86-64-for-4.20.0-0-to-4.21.0-0
installAttemptsLimit: 1
installConfigSecretTemplateRef:
name: install-config-aws-eu-central-1
labels:
tp.openshift.io/owner: cvp
maxSize: 20
platform:
aws:
credentialsSecretRef:
name: cvp-aws-credentials
region: eu-central-1
pullSecretRef:
name: pull-secret
runningCount: 10
size: 10
skipMachinePools: true
status:
ready: 0
size: 0
standby: 0
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stringData:
hostPrefix: 23
machineNetwork:
- cidr: 10.0.0.0/16
networkType: OpenShiftSDN
networkType: OVNKubernetes
serviceNetwork:
- 172.30.0.0/16
platform:
Expand Down