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

VPC cleanup: use DestinationIpv6CidrBlock when available #345

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

asmorodskyi
Copy link
Collaborator

@asmorodskyi asmorodskyi commented Jan 29, 2024

Fix exception botocore.exceptions.ClientError: An error occurred (MissingParameter) when calling the DeleteRoute operation: The request must contain exactly one of: destinationCidrBlock, destinationIpv6CidrBlock, destinationPrefixListId
Related ticket : https://progress.opensuse.org/issues/154456

NOTE : this PR contains 3 commits (commits 1 and 2 was added to fix failing CI) :
1.) upgrade selenium to fix pytest.PytestUnraisableExceptionWarning
2.) Switch to pip azure-cli install because azure-cli rpm not support python3.11
3.) VPC cleanup: use DestinationIpv6CidrBlock when available

@asmorodskyi asmorodskyi force-pushed the cidr_block branch 4 times, most recently from 57a78db to 5fd7f8e Compare January 29, 2024 16:21
@asmorodskyi asmorodskyi mentioned this pull request Jan 29, 2024
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (46aa248) 78.81% compared to head (1557ff9) 78.59%.
Report is 1 commits behind head on master.

Files Patch % Lines
ocw/lib/ec2.py 57.15% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #345      +/-   ##
==========================================
- Coverage   78.81%   78.59%   -0.22%     
==========================================
  Files          22       22              
  Lines        1647     1653       +6     
==========================================
+ Hits         1298     1299       +1     
- Misses        349      354       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@asmorodskyi asmorodskyi force-pushed the cidr_block branch 2 times, most recently from 2596f36 to c6eddf9 Compare January 29, 2024 21:29
Copy link
Collaborator

@ricardobranco777 ricardobranco777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of suggestions. Otherwise LGTM.

azure-mgmt-resource==23.0.1
azure-storage-blob==12.17.0
azure-identity==1.14.0
azure-mgmt-resource==23.1.0b2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure you want to include a beta version?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I gave you extend answer in PM . Here I will give short answer - it is choice of MS developers

requirements_k8s.txt Show resolved Hide resolved
Copy link
Collaborator

@pdostal pdostal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe at least mention that Azure issue you're dealing with here as well.

@asmorodskyi
Copy link
Collaborator Author

Maybe at least mention that Azure issue you're dealing with here as well.

PR description updated please check if it is ok now

@asmorodskyi asmorodskyi merged commit 8542270 into SUSE:master Jan 30, 2024
12 checks passed
@asmorodskyi asmorodskyi deleted the cidr_block branch February 8, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants