Page MenuHomeSoftware Heritage

staging: Fix object storage configuration for indexers
ClosedPublic

Authored by vsellier on Nov 27 2020, 3:20 PM.

Details

Summary

Related to T2816

Test Plan

octocatalog diff

worker0.staging

iff origin/production/worker0.internal.staging.swh.network current/worker0.internal.staging.swh.network
*******************************************
  File[/etc/softwareheritage/indexer_origin_intrinsic_metadata.yml] =>
   parameters =>
     content =>
      @@ -8,8 +8,10 @@
         url: http://storage1.internal.staging.swh.network:5007/
       objstorage:
      -  cls: pathslicing
      -  args:
      -    root: "/srv/softwareheritage/objects"
      -    slicing: 0:1/1:5
      +  cls: filtered
      +  storage_conf:
      +    cls: remote
      +    url: http://storage1.internal.staging.swh.network:5003/
      +  filters_conf:
      +  - type: readonly
       storage:
         cls: remote
*******************************************
*** End octocatalog-diff on worker0.internal.staging.swh.network

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.