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

Add libselinux-python package on jenkins nodes #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add libselinux-python package on jenkins nodes #39

wants to merge 1 commit into from

Conversation

deepshikhaaa
Copy link
Member

Ansible requires libselinux-python package to be installed on
hosts where Ansible is running file modules in case SELinux is
enabled. It is needed while creating machines using Ansible for
running distributed regression framework.

Signed-off-by: Deepshikha Khandelwal dkhandel@redhat.com

Ansible requires libselinux-python package to be installed on
hosts where Ansible is running file modules in case SELinux is
enabled. It is needed while creating machines using Ansible for
running distributed regression framework.

Signed-off-by: Deepshikha Khandelwal <dkhandel@redhat.com>
@mscherer
Copy link
Contributor

It is already managed by the base playbook:

https://github.com/gluster/gluster.org_ansible_configuration/blob/master/playbooks/deploy_base.yml

Who pull selinux role:

https://github.com/OSAS/ansible-role-selinux/blob/master/tasks/main.yml

Who install it, in case this is not present (and it should be present by default on a Centos/Fedora/RHEL distribution).

So 1) why is it missing ?(e.g., where does the VM come from)
2) why would using the selinux role not be a solution ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants