diff --git a/data/deployments/staging/common.yaml b/data/deployments/staging/common.yaml --- a/data/deployments/staging/common.yaml +++ b/data/deployments/staging/common.yaml @@ -319,3 +319,4 @@ swh::deploy::deposit::config::authentication: authentication_provider: keycloak keycloak: "%{alias('swh::deploy::deposit::config::keycloak')}" + cache_uri: "%{hiera('memcached::server::bind')}:%{hiera('memcached::server::port')}" diff --git a/site-modules/role/manifests/swh_deposit.pp b/site-modules/role/manifests/swh_deposit.pp --- a/site-modules/role/manifests/swh_deposit.pp +++ b/site-modules/role/manifests/swh_deposit.pp @@ -1,5 +1,6 @@ # Deposit api without reverse proxy class role::swh_deposit inherits role::swh_server { + include profile::memcached # Web UI include profile::swh::deploy::deposit # Apache logs