Actions
Story #5891
closedStory #5890: [Epic] The ansible-pulp installer needs to handle multiple versions of Pulp
As a user, I can use ansible-pulp to perform a micro update to Pulp 3
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 64
Quarter:
Description
This task is to cover the use-case of a user having say Pulp 3.0.0 installed, but running ansible-pulp to update it to 3.0.1.
Required changes that have been identified:
1. Providing a variable on whether to update pulp or not during pip / pypi install.
2. Making sure the handlers are attached to all the necessary tasks, such as pip install/update tasks:
example of 1 handler: https://github.com/pulp/ansible-pulp/search?q=%22Restart+pulpcore-api.service%22&unscoped_q=%22Restart+pulpcore-api.service%22
Actions
Story: As a user, I can use ansible-pulp to perform a micro update to Pulp 3
Implementation includes:
fixes: #5891 As a user, I can use ansible-pulp to perform a micro update to Pulp 3 https://pulp.plan.io/issues/5891
Fix handlers