Use existing bodhi.fp.o dns entry

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-11-23 14:54:57 +00:00
parent 940076e8d4
commit 5393398816

View file

@ -48,15 +48,15 @@
owner_user: apache owner_user: apache
owner_group: apache owner_group: apache
service: bodhi service: bodhi
# We use a fake name here so that we can share the same name between both backends # We use a generic name here so that we can share the same name between both backends
host: "bodhi-backend.phx2.fedoraproject.org" host: "bodhi.fedoraproject.org"
when: env == "production" when: env == "production"
- role: keytab/service - role: keytab/service
owner_user: apache owner_user: apache
owner_group: apache owner_group: apache
service: bodhi service: bodhi
# We use a fake name here so that we can share the same name between both backends # We use a generic name here so that we can share the same name between both backends
host: "bodhi-backend.stg.phx2.fedoraproject.org" host: "bodhi.stg.fedoraproject.org"
when: env == "staging" when: env == "staging"
- bodhi2/backend - bodhi2/backend