-
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.16.z] Add network type option for Host checkout #16681
[6.16.z] Add network type option for Host checkout #16681
Conversation
Add network type option for Host checkout (cherry picked from commit 6eb87cc)
trigger: test-robottelo |
PRT Result
|
The failure in tests/foreman/ui/test_errata.py ::test_positive_apply_for_all_hosts is unrelated to the change. |
@shweta83 But in this cherrypicks tests/foreman/ui/test_errata.py ::test_positive_apply_for_all_hosts is passed, and leapp test is failing instead |
Yes. Leapp failures seems intermittent so I re-ran the PRT on it. |
PRT Result
|
PRT Result
|
PRT Result
|
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