diff --git a/data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml b/data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml index 4cee510e..75ea6ada 100644 --- a/data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml +++ b/data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml @@ -1,19 +1,24 @@ swh::deploy::storage::backend::listen::host: 0.0.0.0 swh::deploy::storage::backend::workers: 48 swh::deploy::storage::backend::max_requests: 1000 swh::deploy::storage::backend::max_requests_jitter: 100 swh::deploy::objstorage::backend::listen::host: 0.0.0.0 swh::deploy::objstorage::backend::workers: 8 swh::deploy::storage::db::host: dbreplica0.euwest.azure.internal.softwareheritage.org swh::deploy::storage::db::port: 5433 swh::deploy::indexer::storage::backend::listen::host: 0.0.0.0 swh::deploy::indexer::storage::db::host: dbreplica1.euwest.azure.internal.softwareheritage.org swh::deploy::indexer::storage::db::port: 5434 +swh::deploy::indexer::storage::config: + indexer_storage: + cls: local + args: + db: "host=%{hiera('swh::deploy::indexer::storage::db::host')} port=%{hiera('swh::deploy::indexer::storage::db::port')} user=%{hiera('swh::deploy::indexer::storage::db::user')} dbname=%{hiera('swh::deploy::indexer::storage::db::dbname')} password=%{hiera('swh::deploy::indexer::storage::db::password')}" swh::deploy::objstorage::config: "%{alias('swh::remote_service::objstorage::config::azure_readonly_with_fallback')}" swh::deploy::worker::instances: []