Changeset View
Changeset View
Standalone View
Standalone View
data/hostname/vangogh.euwest.azure.internal.softwareheritage.org.yaml
# open vault api | # open vault api | ||||
swh::deploy::vault::backend::listen::host: 0.0.0.0 | swh::deploy::vault::backend::listen::host: 0.0.0.0 | ||||
# vault's cache backend is an azure objstorage | # vault's cache backend is an azure objstorage | ||||
swh::deploy::vault::config::cache: | swh::deploy::vault::config::cache: | ||||
cls: azure | cls: azure | ||||
args: | |||||
account_name: "%{hiera('swh::azure::credentials::vaultstorage::account')}" | account_name: "%{hiera('swh::azure::credentials::vaultstorage::account')}" | ||||
api_secret_key: "%{hiera('swh::azure::credentials::vaultstorage::key')}" | api_secret_key: "%{hiera('swh::azure::credentials::vaultstorage::key')}" | ||||
container_name: contents | container_name: contents | ||||
swh::remote_service::storage::config: "%{alias('swh::remote_service::storage::config::azure')}" | swh::remote_service::storage::config: "%{alias('swh::remote_service::storage::config::azure')}" | ||||
# No workers | # No workers | ||||
swh::deploy::worker::instances: [] | swh::deploy::worker::instances: [] |