Actions
Feature #17145
openCandlepin 2.0: Add in rollback support for failed manifest imports and refreshes
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Before removing the old orchestration code, we had a way to rollback failed imports. See my PR here:
https://github.com/Katello/katello/pull/6414/files#diff-17c58a600ab07af9fd58f9c4ccb66be4L217
Dynflow didn't have this yet but there is a PR open to add support for rolling back actions:
https://github.com/Dynflow/dynflow/pull/194
Have the Owner::Import action rollback and call del_owner_import in Provider.
Actions