Conversation
This commit adds support for the AWS European Sovereign Cloud (EUSC)
cluster profile for QE testing. The profile targets the eusc-de-east-1
region in AWS EUSC partition.
Changes:
- Add ClusterProfileAWSEUSCQE constant ("aws-eusc-qe")
- Add profile to ClusterProfiles() list
- Add profile to ClusterType() aws case
- Add LeaseType() mapping to "aws-eusc-qe"
Region Details:
- Region: eusc-de-east-1 (Brandenburg, Germany)
- Partition: aws-eusc
- Availability zones: eusc-de-east-1a, eusc-de-east-1b
Dependencies:
- Release repo PR for boskos/secret configuration
- Installer support: openshift/installer#10303
EUSC Service Endpoints (for reference):
- EC2: https://ec2.eusc-de-east-1.amazonaws.eu
- ELB: https://elasticloadbalancing.eusc-de-east-1.amazonaws.eu
- S3: https://s3.eusc-de-east-1.amazonaws.eu
- Route53: https://route53.amazonaws.eu
- IAM: https://iam.eusc-de-east-1.amazonaws.eu
- STS: https://sts.eusc-de-east-1.amazonaws.eu
- Tagging: https://tagging.eusc-de-east-1.amazonaws.eu
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📒 Files selected for processing (1)
WalkthroughA new AWS cluster profile variant, ClusterProfileAWSEUSCQE, is introduced with the identifier "aws-eusc-qe". The new profile is registered across type definitions, cluster classification mappings, and lease type resolution functions. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: liweinan 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 |
|
@liweinan: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
This commit adds support for the AWS European Sovereign Cloud (EUSC) cluster profile for QE testing. The profile targets the eusc-de-east-1 region in AWS EUSC partition.
Changes:
Region Details:
Dependencies:
EUSC Service Endpoints (for reference):
Summary by CodeRabbit