Bodhi frontends also need access to koji, so give them keytabs too
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
5393398816
commit
29ecff4c36
2 changed files with 14 additions and 2 deletions
|
@ -48,14 +48,12 @@
|
||||||
owner_user: apache
|
owner_user: apache
|
||||||
owner_group: apache
|
owner_group: apache
|
||||||
service: bodhi
|
service: bodhi
|
||||||
# We use a generic name here so that we can share the same name between both backends
|
|
||||||
host: "bodhi.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 generic name here so that we can share the same name between both backends
|
|
||||||
host: "bodhi.stg.fedoraproject.org"
|
host: "bodhi.stg.fedoraproject.org"
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,20 @@
|
||||||
when: env != "staging" }
|
when: env != "staging" }
|
||||||
- apache
|
- apache
|
||||||
- mod_wsgi
|
- mod_wsgi
|
||||||
|
|
||||||
|
- role: keytab/service
|
||||||
|
owner_user: apache
|
||||||
|
owner_group: apache
|
||||||
|
service: bodhi
|
||||||
|
host: "bodhi.fedoraproject.org"
|
||||||
|
when: env == "production"
|
||||||
|
- role: keytab/service
|
||||||
|
owner_user: apache
|
||||||
|
owner_group: apache
|
||||||
|
service: bodhi
|
||||||
|
host: "bodhi.stg.fedoraproject.org"
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
- { role: bodhi2/base, when: "inventory_hostname.startswith('bodhi0')" }
|
- { role: bodhi2/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||||
- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
|
- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue