Page MenuHomeSoftware Heritage

worker/instance: Refactor worker systemd initialization
ClosedPublic

Authored by ardumont on Feb 19 2019, 9:14 PM.

Details

Summary

Related T1531
Depends on D1154

Test Plan
bin/octocatalog ... uffiziarchiver
bin/octocatalog ... worker01loader/lister
bin/octocatalog ... worker01.euwest.azureindexer
bin/octocatalog ... worker11.euwest.azurecooker

all went fine, as is, it wants to do the same things as in D1153/D1154
(depending on the targets)

Diff Detail

Repository
rSPSITE puppet-swh-site
Branch
refactor-worker-systemd-initialization
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 4325
Build 5712: arc lint + arc unit

Event Timeline

Looks fine.

There's some inconsistency in the package declarations ('present'/'latest') that we may want to fix; I'm not sure which way though.

This revision is now accepted and ready to land.Feb 20 2019, 8:55 AM

There's some inconsistency in the package declarations ('present'/'latest') that we may want to fix; I'm not sure which way though.

We exchanged already on this matter a little while back.
We concluded to stop having services upgrade itself for now.
So that means, everything should be fixed to 'present'.
I'll do it after merging this.

Thanks for the heads up.