-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add network type option for Host checkout #16639
Add network type option for Host checkout #16639
Conversation
trigger: test-robottelo |
converting to draft as the subject of the PR states [Test PR]. |
PRT Result
|
cfb74b1
to
378fd9c
Compare
trigger: test-robottelo |
The failure is not related to the change in this PR. |
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.
Ack
378fd9c
to
81b561d
Compare
trigger: test-robottelo |
Add network type option for Host checkout (cherry picked from commit 6eb87cc)
Add network type option for Host checkout (cherry picked from commit 6eb87cc)
Add network type option for Host checkout (#16639) Add network type option for Host checkout (cherry picked from commit 6eb87cc) Co-authored-by: Shweta Singh <[email protected]>
Add network type option for Host checkout
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