mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
bodhi / staging: adjust bodhi staging database to be the correct one.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -698,7 +698,7 @@ sqlalchemy.url = postgresql://bodhi2:{{ bodhi2Password }}@db-bodhi.phx2.fedorapr
|
||||
{% elif env == 'production' and datacenter == 'iad2' %}
|
||||
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2Password }}@db-bodhi.iad2.fedoraproject.org/bodhi2
|
||||
{% elif env == 'staging' %}
|
||||
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2PasswordSTG }}@pgbdr.stg.phx2.fedoraproject.org/bodhi2
|
||||
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2PasswordSTG }}@db01.stg.iad2.fedoraproject.org/bodhi2
|
||||
{% endif %}
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user