Project

Profile

Help

Task #4629

Updated by bmbouter almost 5 years ago

The templates in our docs here ( https://docs.pulpproject.org/en/3.0/nightly/installation/instructions.html#systemd ) could instead refer the users to the pulp-ansible templates. We could have the user link to the ansible-pulp templates for the three systemd files they should be deploying: 

 "pulp-content-app":https://github.com/pulp/ansible-pulp/blob/master/roles/pulp-content/templates/pulp-content-app.service.j2 
 "pulp-worker":https://github.com/pulp/ansible-pulp/blob/master/roles/pulp-workers/templates/pulp-worker%40.service.j2 
 "pulp-resource-manager":https://github.com/pulp/ansible-pulp/blob/master/roles/pulp-resource-manager/templates/pulp-resource-manager.service.j2 

 These should also link to the variable definitions, e.g. https://github.com/pulp/ansible-pulp/blob/master/roles/pulp/README.md#role-variables

Back