removing blockerbugs-stg reliance on hosts file for db host

This commit is contained in:
Tim Flink 2017-08-14 17:09:39 +00:00
parent 0e2222680a
commit 03d02cb39e
2 changed files with 18 additions and 0 deletions

View file

@ -16,3 +16,17 @@ sudoers: "{{ private }}/files/sudo/qadevel-sudoers"
# This gets overridden by whichever node we want to run special cronjobs.
master_blockerbugs_node: False
blockerbugs_secret_key: "{{ stg_blockerbugs_secret_key }}"
############################################################
# blockerbugs db details
############################################################
blockerbugs_db_host_machine: db01.stg.phx2.fedoraproject.org
blockerbugs_db_host: "{{ blockerbugs_db_host_machine }}"
blockerbugs_db_port: 5432
blockerbugs_db_name: blockerbugs
blockerbugs_db_user: "{{ stg_blockerbugs_db_user }}"
blockerbugs_db_password: "{{ stg_blockerbugs_db_password }}"