Switch staging koji to db-koji02
This commit is contained in:
parent
698ede0787
commit
58609c0644
1 changed files with 4 additions and 0 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue