diff --git a/data/common/common.yaml b/data/common/common.yaml --- a/data/common/common.yaml +++ b/data/common/common.yaml @@ -1540,6 +1540,23 @@ swh::deploy::group: swhdeploy swh::deploy::public_key: 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWrJX/uUss/EYZaTp2EIsZgg3ZSH8JcNZV5gBdNZ7EHcQcqxYUCqmwv9Ss3xT8n9kIrH6iz/vquqf84XR+keoZK3bsp50tMOY8LJWpcl/JK2XD6ovoJrHPu+iAroLkE59RdTa1Vz+jF67Q2UuG9f0nKwL4rnkeWTyuK/zAbyHyYKFQntkkwMr5/YTU8sjl/4aNF/2Ww8hitdi2GORlCjav2bB0wyPBA2e8sMt8Hp9O4TIWg/RD6vPX+ZvuFaB/Lw/Hv21622QGTHoZiO92/8/W9/t24il6SU4z96ZGfXqdUZkpPYKBGwyIkZkS4dN6jb4CcRlyXTObphyu3dAlABRt swhworker@worker01' +swh::deploy::storage::sentry_dsn: https://%{lookup('swh::deploy::storage::sentry_token')}@sentry.softwareheritage.org/3 +swh::deploy::objstorage::sentry_dsn: https://%{lookup('swh::deploy::objstorage::sentry_token')}@sentry.softwareheritage.org/4 +swh::deploy::indexer::sentry_dsn: https://%{lookup('swh::deploy::indexer::sentry_token')}@sentry.softwareheritage.org/5 +swh::deploy::indexer::storage::sentry_dsn: "%{alias('swh::deploy::indexer::sentry_dsn')}" +swh::deploy::lister::sentry_dsn: https://%{lookup('swh::deploy::lister::sentry_token')}@sentry.softwareheritage.org/6 +swh::deploy::scheduler::sentry_dsn: https://%{lookup('swh::deploy::scheduler::sentry_token')}@sentry.softwareheritage.org/7 +swh::deploy::scheduler::remote::sentry_dsn: "%{alias('swh::deploy::scheduler::sentry_dsn')}" +swh::deploy::vault::sentry_dsn: https://%{lookup('swh::deploy::vault::sentry_token')}@sentry.softwareheritage.org/11 +swh::deploy::deposit::sentry_dsn: https://%{lookup('swh::deploy::deposit::sentry_token')}@sentry.softwareheritage.org/12 +swh::deploy::webapp::sentry_dsn: https://%{lookup('swh::deploy::webapp::sentry_token')}@sentry.softwareheritage.org/13 +swh::deploy::search::sentry_dsn: https://%{lookup('swh::deploy::search::sentry_token')}@sentry.softwareheritage.org/15 + +swh::deploy::loader_core::sentry_dsn: https://%{lookup('swh::deploy::loader_core::sentry_token')}@sentry.softwareheritage.org/9 +swh::deploy::loader_git::sentry_dsn: https://%{lookup('swh::deploy::loader_git::sentry_token')}@sentry.softwareheritage.org/8 +swh::deploy::loader_mercurial::sentry_dsn: https://%{lookup('swh::deploy::loader_mercurial::sentry_token')}@sentry.softwareheritage.org/10 +swh::deploy::loader_svn::sentry_dsn: https://%{lookup('swh::deploy::loader_svn::sentry_token')}@sentry.softwareheritage.org/14 + swh::deploy::storage::sentry_swh_package: swh.storage swh::deploy::storage::sentry_environment: "%{alias('swh::deploy::environment')}" swh::deploy::storage::conf_directory: "%{hiera('swh::conf_directory')}/storage"