Add db-qa01 to backups. Set it to backup some dbs.
This commit is contained in:
parent
fe359becaa
commit
5e445ec964
2 changed files with 12 additions and 2 deletions
|
@ -14,10 +14,19 @@ databases:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
# This is a more strict list, to be made publicly available
|
# This is a more strict list, to be made publicly available
|
||||||
#dbs_to_backup:
|
dbs_to_backup:
|
||||||
- postgres
|
- postgres
|
||||||
|
- buildmaster
|
||||||
|
- buildmaster_dev
|
||||||
|
- buildmaster_stg
|
||||||
|
- fakefedorainfra
|
||||||
|
- fakefedorainfra_stg
|
||||||
|
- dev_fakefedorainfra
|
||||||
|
- resultsdb
|
||||||
|
- resultsdb_stg
|
||||||
|
- resultsdb_dev
|
||||||
|
|
||||||
#host_backup_targets: ['/backups']
|
host_backup_targets: ['/backups']
|
||||||
|
|
||||||
# These are normally group variables, but in this case db servers are often different
|
# These are normally group variables, but in this case db servers are often different
|
||||||
lvm_size: 300000
|
lvm_size: 300000
|
||||||
|
|
|
@ -59,6 +59,7 @@ people03.vpn.fedoraproject.org
|
||||||
pkgs01.phx2.fedoraproject.org
|
pkgs01.phx2.fedoraproject.org
|
||||||
log01.phx2.fedoraproject.org
|
log01.phx2.fedoraproject.org
|
||||||
qadevel.cloud.fedoraproject.org
|
qadevel.cloud.fedoraproject.org
|
||||||
|
db-qa01.qa.fedoraproject.org
|
||||||
|
|
||||||
[badges-backend]
|
[badges-backend]
|
||||||
badges-backend01.phx2.fedoraproject.org
|
badges-backend01.phx2.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue