Actions
Story #7038
closedAs a user, I can specify a single role to install Pulp itself
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:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 76
Quarter:
Description
Per the discussion in: https://pulp.plan.io/issues/7005
There should be a single meta role that includes:
- pulp_api
- pulp_content
- pulp_resource_manager
- pulp_workers
- pulp_database_configuration
This role will refer to all of Pulp's 1st party code, not third party code with Pulp config.
I propose the name "pulp_services".
it will benefit users who want to provide their own redis, database, and webserver (but they will still need our webserver snippets.)
pulp_all_services should depend on it, rather than specify the roles in it.
Related issues
Actions
As a user, I can specify a single role to install Pulp itself
It is named "pulp_services", and "pulp_all_services" now depends on it.
fixes: #7038 https://pulp.plan.io/issues/7038 As a user, I can specify a single role to install Pulp itself
Also includes some missing docs updates from previous changes.