Project

Profile

Help

Task #2879

Updated by bmbouter over 6 years ago

h2. Problem: 

 In Pulp2 /var/lib/pulp was owned by the apache user. apache. For Pulp3 we want to be able to serve content with any user supplied web server.  

 h2. Solution 

 Our Pulp devel pulp/devel environment should create a <code>pulp</code> pulp user to own /var/lib/pulp and the running own celery processes. 

 <code>vagrant ssh</code> tasks. 
 Vagrant up should switch to using be upped with the 'pulp' pulp user automatically by configuring instead of the Vagrantfile with <code>config.ssh.username</code>. vagrant user for ease of use. 

Back