From 38e1eb3e4e5f5cdb9ddd809710f766cc9793ccc5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 15 Oct 2020 11:33:08 -0700 Subject: [PATCH] bodhi / staging: adjust bodhi staging database to be the correct one. Signed-off-by: Kevin Fenzi --- roles/bodhi2/base/templates/production.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 1391ee8d2f..2635cc8a33 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -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 %} ##