Actions
Bug #5096
closedFailed repository creation is not easily corrected
Status:
Closed
Priority:
Normal
Assignee:
Category:
Orchestration
Target version:
Difficulty:
hard
Triaged:
Yes
Bugzilla link:
Pull request:
Description
When trying to create a repository, if an error occurs due to some user error the dynflow process cannot be corrected.
For example:
Create a puppet repo with a feed url starting with 'https'
The repository creation process will start but the dynflow task will fail when it tries to create it in pulp. Since the user cannot re-submit the task and update the feed url, he is forced to go into the rails console and delete the repository.
Actions