moving taskotron-stg and resultsdb-stg to f22, more refactoring for consistency

This commit is contained in:
Tim Flink 2015-10-12 23:03:44 +00:00
parent fce822051a
commit ae89d70c92
6 changed files with 94 additions and 28 deletions

View file

@ -20,6 +20,7 @@ extra_enablerepos: ''
# the db_host_machine bits are so that delegation continues to work, even if
# that db is localhost relative to resultsdb
#
resultsdb_db_host_machine: db-qa01.qa.fedoraproject.org
resultsdb_db_host: "{{ resultsdb_db_host_machine }}"
resultsdb_db_port: 5432
@ -33,6 +34,7 @@ resultsdb_secret_key: "{{ dev_resultsdb_secret_key }}"
allowed_hosts:
- 10.5.124
############################################################
# execdb details
############################################################