Skip to content
Snippets Groups Projects
Unverified Commit d920b4c8 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

cleanup prado reference from infra

That container has been removed after migration on belvedere

This should have the benefit to stop the cron failure backups, icinga
alerts (if any), prometheus update failure (if any) when deployed.

Related T1744
parent 5569db2b
No related branches found
No related tags found
1 merge request!180cleanup prado reference from infra
dar::backup::exclude:
- srv/softwareheritage/postgres
- srv/softwareheritage/postgres-hdd
icinga2::host::vars:
load: high
prometheus::sql::config_snippets:
- swh-scheduler
- swh-storage
pgbouncer::auth_hba_file: /etc/postgresql/10/secondary/pg_hba.conf
pgbouncer::listen_addr: 192.168.100.100
pgbouncer::databases:
# swh
- source_db: "%{hiera('swh::deploy::storage::db::dbname')}"
host: prado.internal.softwareheritage.org
auth_user: "%{hiera('swh::deploy::db::pgbouncer::user::login')}"
port: "%{hiera('swh::deploy::db::main::port')}"
......@@ -27,12 +27,7 @@ node 'saatchi.internal.softwareheritage.org' {
include role::swh_scheduler
}
node /^(prado|somerset).(internal.)?softwareheritage.org$/ {
include role::swh_database
include profile::pgbouncer
}
node 'belvedere.internal.softwareheritage.org' {
node /^(belvedere|somerset).(internal.)?softwareheritage.org$/ {
include role::swh_database
include profile::pgbouncer
}
......
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T1744 is now infra/sysadm-environment#1744
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment