Project

General

Profile

Bug #28996

Updated by Dennis Kliban about 4 years ago

As part of an SELinux related bugfix[0], the default value of PULP_STATIC_ROOT has changed from /var/lib/pulp/static/ to */var/lib/pulp/assets/*. /var/lib/pulp/assets/.  

 In This means that in order to work with the pulpcore-selinux policy, pulpcore 3.0.1 installations need to: 

   - define PULP_STATIC_ROOT environment variable before running the 'django-admin collectstatic' command.  
  
   - define PULP_STATIC_ROOT in the systemd unit file for pulpcore-api  

 This will not be necessary once pulpcore 3.2.0 is being used.  

 [0] https://pulp.plan.io/issues/5995

Back