Actions
Story #7006
closedAs a user, I can use a single systemd service to restart Pulp
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
After https://pulp.plan.io/issues/7005 is implemented, we should create a single meta service "pulpcore".
It will help with SOA because "pulpcore" will refer to all the pulp services installed on a system, whichever ones they may be.
systemd unit files have a number of possible syntaxes we can use for this; we must determine the best one.
- PartOf
- WantedBy
- RequiredBy
- RequisiteOf
The syntax will be in the individual services, not the meta service "pulpcore".
EDIT:
Related issues
Updated by mdepaulo@redhat.com over 4 years ago
- Blocked by Story #7005: As a user, I can run a single stably-named Ansible role to install Pulp added
Updated by dkliban@redhat.com almost 4 years ago
- Category set to Installer - Moved to GitHub issues
Updated by mdepaulo@redhat.com about 3 years ago
- Description updated (diff)
After much research, we need these 2 lines in each of our regular services:
# When systemd stops or restarts the meta pulpcore.service, the action is propagated to this service
PartOf=pulpcore.service
# Start this service after the pulpcore.service starts
After=pulpcore.service
Updated by fao89 about 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by pulpbot about 3 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar about 3 years ago
Added by Fabricio Aguiar about 3 years ago
Revision bb905586 | View on GitHub
Enable single systemd service for Pulp
closes #7006
Updated by Anonymous about 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp|bb9055868d27a0462e5b199f777bb66bbe01fb7d.
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Enable single systemd service for Pulp
closes #7006