ENT-7923: Removed cfe_internal_update_health_failures bundle#3159
ENT-7923: Removed cfe_internal_update_health_failures bundle#3159larsewi wants to merge 1 commit into
Conversation
|
@cf-bottom Jenkins please :) |
bfb3df0 to
be3c6af
Compare
|
Sure, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/13838/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-13838/ |
craigcomstock
left a comment
There was a problem hiding this comment.
Is this the case for all supported branches?
@craigcomstock, you mean the CI failure? Yes, It looks like it was first reported for CFEngine 3.18 |
When does cf-reactor begin to take over this function? Isn't the bundle still needed until there are no supported versions where cf-reactor is not yet updating the table e.g. while binaries are last version but have started running the next policy version in preparation for upgrade at some point. |
be3c6af to
84a717d
Compare
cf-reactor now schedules the update_health_failures CLI task on its own 1-minute timer. The policy bundle is no longer needed for CFEngine version 3.28 or later. Ticket: ENT-7923 Changelog: Moved update_health_failures CLI task from policy to cf-reactor Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
84a717d to
4359534
Compare
Thanks @nickanderson. Did not even think about that. Added a macro to only exclude it for versions prior to CFEngine 3.28 |
nickanderson
left a comment
There was a problem hiding this comment.
OK maybe a comment about when to remove the bundle completely. I guess that would be the when the first LTS release after 3.28 goes EOL
cf-reactor now schedules the update_health_failures CLI task on its own
1-minute timer. The policy bundle is no longer needed.
Together with: