diff --git a/data/common/common.yaml b/data/common/common.yaml --- a/data/common/common.yaml +++ b/data/common/common.yaml @@ -1387,6 +1387,7 @@ swh::remote_service::deposit::port: 5006 swh::remote_service::indexer::port: 5007 swh::remote_service::scheduler::port: 5008 +swh::remote_service::graph::port: 5009 swh::remote_service::search::port: 5010 swh::remote_service::counters::port: 5011 @@ -1600,6 +1601,9 @@ cls: remote url: "%{alias('swh::remote_service::counters::url')}" +swh::remote_service::graph::config: + url: "http://graph.internal.softwareheritage.org:%{hiera('swh::remote_service::graph::port')}/" + # End remote service configurations ##################################################################################################### @@ -1814,6 +1818,7 @@ - localhost - "::1" swh::deploy::vault::config: + objstorage: "%{alias('swh::remote_service::objstorage::config')}" storage: cls: retry storage: "%{alias('swh::remote_service::storage::config')}"