bodhi: use fqdn for database. it seems to not resolve sometimes in openshift
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
581f7feec9
commit
6480a0dac4
1 changed files with 4 additions and 2 deletions
|
@ -697,8 +697,10 @@ debugtoolbar.hosts = 127.0.0.1 ::1
|
||||||
# suitable for a production environment. You can encode a username and password in the URL. For
|
# suitable for a production environment. You can encode a username and password in the URL. For
|
||||||
# example, postgresql://username:password@hostname/database_name
|
# example, postgresql://username:password@hostname/database_name
|
||||||
# sqlalchemy.url = sqlite:////var/cache/bodhi.db
|
# sqlalchemy.url = sqlite:////var/cache/bodhi.db
|
||||||
{% if env == 'production' %}
|
{% if env == 'production' and datacenter == 'phx2' %}
|
||||||
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2Password }}@db-bodhi/bodhi2
|
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2Password }}@db-bodhi.phx2.fedoraproject.org/bodhi2
|
||||||
|
{% elif env == 'production' and datacenter == 'iad2' %}
|
||||||
|
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2Password }}@db-bodhi.iad2.fedoraproject.org/bodhi2
|
||||||
{% elif env == 'staging' %}
|
{% elif env == 'staging' %}
|
||||||
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2PasswordSTG }}@pgbdr.stg.phx2.fedoraproject.org/bodhi2
|
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2PasswordSTG }}@pgbdr.stg.phx2.fedoraproject.org/bodhi2
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue