-
Notifications
You must be signed in to change notification settings - Fork 115
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
New provisioning cleanup method to workaround BZ:2207698 #13818
Merged
adarshdubey-star
merged 1 commit into
SatelliteQE:master
from
Gauravtalreja1:prov-cleanup
Jan 18, 2024
Merged
New provisioning cleanup method to workaround BZ:2207698 #13818
adarshdubey-star
merged 1 commit into
SatelliteQE:master
from
Gauravtalreja1:prov-cleanup
Jan 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gauravtalreja1
added
CherryPick
PR needs CherryPick to previous branches
6.14.z
Introduced in or relating directly to Satellite 6.14
6.15.z
Introduced in or relating directly to Satellite 6.15
labels
Jan 17, 2024
Signed-off-by: Gaurav Talreja <[email protected]>
Gauravtalreja1
force-pushed
the
prov-cleanup
branch
from
January 17, 2024 20:30
876c8cf
to
78ac5d2
Compare
omkarkhatavkar
approved these changes
Jan 18, 2024
adarshdubey-star
approved these changes
Jan 18, 2024
shubhamsg199
approved these changes
Jan 18, 2024
github-actions bot
pushed a commit
that referenced
this pull request
Jan 18, 2024
Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit 177d566)
github-actions bot
pushed a commit
that referenced
this pull request
Jan 18, 2024
Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit 177d566)
adarshdubey-star
pushed a commit
that referenced
this pull request
Jan 18, 2024
…3826) New provisioning cleanup method to workaround BZ:2207698 (#13818) Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit 177d566) Co-authored-by: Gaurav Talreja <[email protected]>
shubhamsg199
pushed a commit
that referenced
this pull request
Jan 18, 2024
…3827) New provisioning cleanup method to workaround BZ:2207698 (#13818) Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit 177d566) Co-authored-by: Gaurav Talreja <[email protected]>
shubhamsg199
pushed a commit
to shubhamsg199/robottelo
that referenced
this pull request
Feb 26, 2024
…#13818) Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit 177d566) Signed-off-by: Shubham Ganar <[email protected]>
Gauravtalreja1
added a commit
that referenced
this pull request
Feb 26, 2024
…3818) (#14174) New provisioning cleanup method to workaround BZ:2207698 (#13818) (cherry picked from commit 177d566) Signed-off-by: Gaurav Talreja <[email protected]> Signed-off-by: Shubham Ganar <[email protected]> Co-authored-by: Gaurav Talreja <[email protected]>
shweta83
pushed a commit
to shweta83/robottelo
that referenced
this pull request
Apr 10, 2024
…#13818) Signed-off-by: Gaurav Talreja <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.14.z
Introduced in or relating directly to Satellite 6.14
6.15.z
Introduced in or relating directly to Satellite 6.15
CherryPick
PR needs CherryPick to previous branches
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem Statement
Currently provisioning tests fails due to mentioned BZ where there are no new IPs available to offer
Solution
Restarting services after a host is removed from a server seems to work well here, Thanks to @shubhamsg199 to find this workaround. So we're now introducing one new common cleanup method which deletes and restart services for us, and update all on_prem tests to use this new method.
We have tested this with Jenkins jobs on J-MR and the results seem promising!