Create 4.20 cluster pool with 3 nodes#80515
Conversation
This patch creates a new 4.20 cluster pool using previously idle cluster deployment customizations (CDC-20, 21 and 22). The cluster pool is initially configured with size: 0 to defer provisioning until needed. Standardized CDC-21 and CDC-22 to use default c1.memory.large flavor for consistency across all pool clusters. Signed-off-by: Enrique Vallespi Gil <evallesp@redhat.com>
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (2)
WalkthroughA new Hive ChangesVexxhost ClusterPool and CDC updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @evallesp. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: evallesp The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This patch creates a new 4.20 cluster pool using previously idle cluster deployment customizations (CDC-20, 21 and 22).
The cluster pool is initially configured with size: 0 to defer provisioning until needed.
Standardized CDC-21 and CDC-22 to use default c1.memory.large flavor for consistency across all pool clusters.
Summary by CodeRabbit
This PR establishes a new OpenShift 4.20 cluster pool for the OpenStack Kubernetes Operators testing infrastructure and standardizes the underlying cluster deployment customizations.
Changes to OpenShift CI infrastructure:
New 4.20 Cluster Pool Created: A new
ClusterPoolresource (oko-op-09) has been added to support OpenShift 4.20 testing in the Vexxhost environment. The pool is configured with zero initial size to defer cluster provisioning until needed, and references three cluster deployment customizations (CDC-20, CDC-21, and CDC-22).CDC-21 and CDC-22 Standardization: Both customizations have been simplified by removing custom OpenStack compute flavor overrides. This allows them to default to the standard
c1.memory.largeflavor, ensuring consistency across the cluster pool. The customizations retain their network configuration (floating IP and external network patches) and cluster naming patches.These changes enable efficient resource utilization by consolidating previously idle cluster deployments into a unified 4.20 cluster pool while maintaining standardized compute configurations.