Switch staging koji to db-koji02

This commit is contained in:
Mikolaj Izdebski 2018-02-28 18:38:15 +00:00
parent 698ede0787
commit 58609c0644

View file

@ -4,7 +4,11 @@
DBName = koji
DBUser = koji
{% if inventory_hostname.startswith('koji') %}
{% if env == "staging" %}
DBHost = db-koji02
{% else %}
DBHost = db-koji01
{% endif %}
DBPass = {{ kojiPassword }}
AuthPrincipal = host/koji{{env_suffix}}.fedoraproject.org
{% if env == "staging" %}