Drop no longer running scheduler_archive_tasks service
The service has long been stopped. The code is now being phased out. So cleaning this up.
Related to T3782
Test Plan
octo diff on both scheduler nodes (scheduler0.staging and saatchi):
$SWH_PUPPET_ENVIRONMENT_HOME/bin/octocatalog-diff --octocatalog-diff-args --no-truncate-details --to staging scheduler0.internal.staging.swh.network
*** Running octocatalog-diff on host scheduler0.internal.staging.swh.network
I, [2021-12-09T10:59:07.568854 #1174458] INFO -- : Catalogs compiled for scheduler0.internal.staging.swh.network
I, [2021-12-09T10:59:07.892598 #1174458] INFO -- : Diffs computed for scheduler0.internal.staging.swh.network
diff origin/production/scheduler0.internal.staging.swh.network current/scheduler0.internal.staging.swh.network
*******************************************
- Concat_file[profile::cron::default]
*******************************************
- Concat_fragment[profile::cron::default::_header]
*******************************************
- Concat_fragment[profile::cron::scheduler_archive_tasks]
*******************************************
- Cron[archive_completed_oneshot_and_disabled_recurring_tasks]
*******************************************
- File[/etc/cron.d/puppet-default]
*******************************************
File[/etc/softwareheritage/scheduler/elastic.yml] =>
parameters =>
ensure =>
- present
+ absent
*******************************************
- Profile::Cron::D[scheduler_archive_tasks]
*******************************************
- Profile::Cron::File[default]
*******************************************
*** End octocatalog-diff on scheduler0.internal.staging.swh.network
Migrated from D6807 (view on Phabricator)