Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7066440
D5933.id21305.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D5933.id21305.diff
View Options
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
#####################################################################################################
diff --git a/data/hostname/vangogh.euwest.azure.internal.softwareheritage.org.yaml b/data/hostname/vangogh.euwest.azure.internal.softwareheritage.org.yaml
--- a/data/hostname/vangogh.euwest.azure.internal.softwareheritage.org.yaml
+++ b/data/hostname/vangogh.euwest.azure.internal.softwareheritage.org.yaml
@@ -13,3 +13,15 @@
# No workers
swh::deploy::worker::instances: []
+
+swh::deploy::vault::config:
+ graph: "%{alias('swh::remote_service::graph::config')}"
+ objstorage: "%{alias('swh::remote_service::objstorage::config')}"
+ storage:
+ cls: retry
+ storage: "%{alias('swh::remote_service::storage::config')}"
+ scheduler: "%{alias('swh::remote_service::scheduler::config::writable')}"
+ cache: "%{alias('swh::deploy::vault::config::cache')}"
+ vault:
+ cls: local
+ db: "host=%{hiera('swh::deploy::vault::db::host')} port=%{hiera('swh::deploy::vault::db::port')} user=%{hiera('swh::deploy::vault::db::user')} dbname=%{hiera('swh::deploy::vault::db::dbname')} password=%{hiera('swh::deploy::vault::db::password')}"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Nov 5 2024, 9:10 AM (11 w, 17 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3227322
Attached To
D5933: Adapt production vault server configuration to use graph and objstorage
Event Timeline
Log In to Comment