-
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
[6.15.z] Add network type option for Host checkout #16682
[6.15.z] Add network type option for Host checkout #16682
Conversation
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
@shweta83 Could you investigate the failures, and update the PR? |
Add network type option for Host checkout (cherry picked from commit 6eb87cc)
4593736
to
244e8f0
Compare
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
The changes work and the failure is unrelated to the current changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shweta83 Yes, your changes to the fixture 'custom_leapp_host
' are working. However, it is failing in another fixture 'verify_target_repo_on_satellite
'. If you can resolve that, it’s up to you. In the meantime, this PR looks good to me. Acknowledged.
Cherrypick of PR: #16639
Problem Statement
Host checkout failing for IPv6 because we are missing parameter "deploy_network_type" while checking out host.
Solution
Added parameter "deploy_network_type" while host checkout.
Related Issues