Katello - Forklift's centos7-devel box failing

Currently, this box is missing the candlepin-selinux package which is affecting candlepin’s connection to the database. A workaround is to ssh into the centos7-devel box and install the candlepin-selinux package: yum install -y candlepin-selinux, and then run vagrant provision centos7-devel on the hypervisor.

Looks like you have to systemctl restart tomcat before running the vagrant provision.

This PR should fix the issue by installing candlepin-selinux.

2 Likes

And, we’re back in business! Thanks all! centos7-devel should work as expected now; Let us know if you experience any other issues with the environment.

1 Like