Related to T2816
Details
Details
- Reviewers
ardumont - Group Reviewers
System administrators - Maniphest Tasks
- T2816: Enable the journal-writer for the swh-idx-storage in staging
- Commits
- rSPSITE2e1a65a3e33b: staging: Fix object storage configuration for indexers
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
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.