Skip to content
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

Use Ansible playbooks for handling hosts #16

Merged
merged 1 commit into from
Jan 11, 2022

Conversation

antoniotorresm
Copy link
Collaborator

Use Ansible playbooks instead of commands list sent through SSH. Some
commands are still kept as SSH commands since we need to seek their
progress (e.g. the client installation in EnrollmentTest). Playbooks
templates are added and these are filled during tests executions with
the data needed. The Ansible runs are done through a new dependency,
ansible-runner.

Signed-off-by: Antonio Torres antorres@redhat.com

@rcritten
Copy link
Contributor

In general this looks good but I want to do some hands-on testing with the changes before fully acking.

Use Ansible playbooks instead of commands list sent through SSH. Some
commands are still kept as SSH commands since we need to seek their
progress (e.g. the client installation in EnrollmentTest). Playbooks
templates are added and these are filled during tests executions with
the data needed. The Ansible runs are done through a new dependency,
ansible-runner.

Signed-off-by: Antonio Torres <antorres@redhat.com>
@rcritten
Copy link
Contributor

Works for me, ack.

@rcritten rcritten added the ack label Jan 11, 2022
@rcritten rcritten merged commit e508fed into freeipa:master Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants