Actions
Feature #18757
closedMove foreman-tasks service to Foreman
Difficulty:
Triaged:
Description
As per #18618, the dynflow executor is moving over to Foreman, in order to support ActiveJob. Tasks will provide an UI and persistence layer for Dynflow, but Foreman should be able to run jobs without it too.
Part of this effort includes moving the Dynflow executor over to Foreman, which at the moment is managed by the foreman-tasks service.
Added by Ewoud Kohl van Wijngaarden about 7 years ago
Actions
Fixes #18757 - Handle dynflow service in foreman core
The dynflow service was moved into core with 1.17. That renamed it to
dynflowd and means the service should be started by default.
For compatibility parameters are provided. This means we must move the
service name detection to the jobs.pp file because that's the only place
we know the actual value.