Changeset View
Changeset View
Standalone View
Standalone View
data/deployments/staging/common.yaml
| Show All 21 Lines | |||||
| swh::deploy::vault::db::host: db1.internal.staging.swh.network | swh::deploy::vault::db::host: db1.internal.staging.swh.network | ||||
| swh::deploy::vault::db::user: swh-vault | swh::deploy::vault::db::user: swh-vault | ||||
| swh::deploy::vault::db::dbname: swh-vault | swh::deploy::vault::db::dbname: swh-vault | ||||
| swh::deploy::worker::lister::db::host: db1.internal.staging.swh.network | swh::deploy::worker::lister::db::host: db1.internal.staging.swh.network | ||||
| swh::deploy::worker::lister::db::user: swh-lister | swh::deploy::worker::lister::db::user: swh-lister | ||||
| swh::deploy::worker::lister::db::name: swh-lister | swh::deploy::worker::lister::db::name: swh-lister | ||||
| swh::deploy::webapp::db::host: db1.internal.staging.swh.network | |||||
| # swh::deploy::webapp::db::password in private data | |||||
| swh::deploy::worker::instances: | swh::deploy::worker::instances: | ||||
| - checker_deposit | - checker_deposit | ||||
| - loader_archive | - loader_archive | ||||
| - loader_cran | - loader_cran | ||||
| - loader_debian | - loader_debian | ||||
| - loader_deposit | - loader_deposit | ||||
| - loader_nixguix | - loader_nixguix | ||||
| - loader_git | - loader_git | ||||
| ▲ Show 20 Lines • Show All 160 Lines • ▼ Show 20 Lines | indexer::storage: | ||||
| user: swh-indexer | user: swh-indexer | ||||
| clearly_defined: | clearly_defined: | ||||
| name: clearly-defined | name: clearly-defined | ||||
| user: clearly-defined | user: clearly-defined | ||||
| clearly_defined_full: | clearly_defined_full: | ||||
| name: clearly-defined-full | name: clearly-defined-full | ||||
| user: clearly-defined | user: clearly-defined | ||||
| password: "%{lookup('swh::deploy::clearly_defined::db::password')}" | password: "%{lookup('swh::deploy::clearly_defined::db::password')}" | ||||
| webapp: | |||||
| name: swh-web | |||||
| user: swh-web | |||||
| pgbouncer::auth_hba_file: "/etc/postgresql/%{lookup('swh::postgresql::cluster_name')}/pg_hba.conf" | pgbouncer::auth_hba_file: "/etc/postgresql/%{lookup('swh::postgresql::cluster_name')}/pg_hba.conf" | ||||
| pgbouncer::common::listen_addresses: | pgbouncer::common::listen_addresses: | ||||
| - 0.0.0.0 | - 0.0.0.0 | ||||
| pgbouncer::databases: | pgbouncer::databases: | ||||
| - source_db: swh | - source_db: swh | ||||
| host: localhost | host: localhost | ||||
| auth_user: postgres | auth_user: postgres | ||||
| Show All 29 Lines | - source_db: clearly-defined | ||||
| auth_user: postgres | auth_user: postgres | ||||
| port: 5433 | port: 5433 | ||||
| alias: staging-clearly-defined | alias: staging-clearly-defined | ||||
| - source_db: clearly-defined-full | - source_db: clearly-defined-full | ||||
| host: localhost | host: localhost | ||||
| auth_user: postgres | auth_user: postgres | ||||
| port: 5433 | port: 5433 | ||||
| alias: staging-clearly-defined-full | alias: staging-clearly-defined-full | ||||
| - source_db: swh-web | |||||
| host: localhost | |||||
| auth_user: postgres | |||||
| port: 5433 | |||||
| alias: staging-swh-web | |||||
| # open objstorage api | # open objstorage api | ||||
| swh::deploy::objstorage::backend::listen::host: 0.0.0.0 | swh::deploy::objstorage::backend::listen::host: 0.0.0.0 | ||||
| swh::deploy::objstorage::backend::workers: 4 | swh::deploy::objstorage::backend::workers: 4 | ||||
| swh::deploy::objstorage::directory: "%{hiera('swh::deploy::storage::directory')}" | swh::deploy::objstorage::directory: "%{hiera('swh::deploy::storage::directory')}" | ||||
| swh::deploy::objstorage::slicing: 0:1/1:5 | swh::deploy::objstorage::slicing: 0:1/1:5 | ||||
| # Deploy the storage server as a public resource | # Deploy the storage server as a public resource | ||||
| ▲ Show 20 Lines • Show All 60 Lines • Show Last 20 Lines | |||||