diff options
author | Adam Williamson <awilliam@redhat.com> | 2016-04-06 09:19:37 -0700 |
---|---|---|
committer | Adam Williamson <awilliam@redhat.com> | 2016-04-06 09:19:37 -0700 |
commit | 871473e257f6c0bfdaba3a5754c066574387d421 (patch) | |
tree | 72d5152008d5768a6b7451d8a5c573ee03f90786 | |
parent | c2919b2f33cb4c3511fcae91dbb3944e5337b6ae (diff) | |
download | ansible-871473e257f6c0bfdaba3a5754c066574387d421.tar.gz ansible-871473e257f6c0bfdaba3a5754c066574387d421.tar.xz ansible-871473e257f6c0bfdaba3a5754c066574387d421.zip |
add openqa databases to db-qa01 backup list
-rw-r--r-- | inventory/host_vars/db-qa01.qa.fedoraproject.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inventory/host_vars/db-qa01.qa.fedoraproject.org b/inventory/host_vars/db-qa01.qa.fedoraproject.org index bc62331a8..f6614450a 100644 --- a/inventory/host_vars/db-qa01.qa.fedoraproject.org +++ b/inventory/host_vars/db-qa01.qa.fedoraproject.org @@ -15,6 +15,7 @@ databases: - postgres - buildmaster - execdb +- openqa - resultsdb # This is a more strict list, to be made publicly available @@ -26,6 +27,10 @@ dbs_to_backup: - execdb - execdb_stg - execdb_dev +# these names are also stored as host vars 'openqa_dbname', +# make sure to keep in sync +- openqa +- openqa-stg - resultsdb - resultsdb_stg - resultsdb_dev |