-
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
The hostgroup Ansible job schedule along with host provisioning. #15488
The hostgroup Ansible job schedule along with host provisioning. #15488
Conversation
50608ef
to
4c7c535
Compare
trigger: test-robottelo |
trigger: test-robottelo |
1165d34
to
7f2e945
Compare
7f2e945
to
906a31d
Compare
906a31d
to
e44eaf8
Compare
e44eaf8
to
d206f3a
Compare
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 with non-blocking comment
407245b
to
053e9ee
Compare
trigger: test-robottelo |
"trigger": "test-robottelo" |
PRT Result
|
053e9ee
to
e55a34a
Compare
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.
Great job @amolpati30 🚀
) job schedule with hostgroup anible role for host after provisioning (cherry picked from commit 8727a24)
) job schedule with hostgroup anible role for host after provisioning (cherry picked from commit 8727a24)
…elliteQE#15488) job schedule with hostgroup anible role for host after provisioning
Problem Statement
After provisioning a new host the assigned Ansible roles from hostgroups
are not executed on the new host
Solution
The method below assigns a role to a hostgroup, then assigns the same hostgroup to a host, and provisions the host to verify that the role is correctly assigned.
Dependent PR: SatelliteQE/airgun#1439