Page MenuHomeSoftware Heritage

Enable vault cookers to access swh-graph
Closed, MigratedEdits Locked

Description

  1. install python3-swh.graph.client
  2. add this to the config of the vault worker:
graph:
  url: http://graph.internal.softwareheritage.org:5009/graph/

Event Timeline

vlorentz triaged this task as Normal priority.Aug 27 2021, 5:35 PM
vlorentz created this task.

might be related to T3168 for the packaging part.

Discussing with the sysadm team, it's unnecessary to actually go up to package py4j.
What's required here for the vault the python3-swh.vault.client package with only the module swh.vault.client and swh.vault.naive_client.

Dropping the subtask about the full packaging.

ardumont changed the task status from Open to Work in Progress.Sep 1 2021, 4:21 PM
ardumont claimed this task.
ardumont moved this task from Backlog to in-progress on the System administration board.

Dropping the subtask about the full packaging.

And opened a specific one for the packaging of python3-swh.graph.client instead [1]
Done now.

[1] T3543