bodhi2: Setup fedmsg certs for bodhi02.stg

This commit is contained in:
Luke Macken 2015-07-21 17:33:02 +00:00
parent 39e3e62bd3
commit 30be6d60cf
2 changed files with 23 additions and 2 deletions

View file

@ -8,3 +8,25 @@ volgroup: /dev/vg_guests
eth0_ip: 10.5.126.169
vmhost: virthost10.phx2.fedoraproject.org
datacenter: phx2
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: shell
owner: root
group: root
- service: copr
owner: root
group: bodhi
can_send:
- bodhi.mashtask.mashing
- bodhi.mashtask.complete
- bodhi.mashtask.sync.wait
- bodhi.mashtask.sync.done
- bodhi.update.eject
- bodhi.update.complete.testing
- bodhi.update.complete.stable
- bodhi.update.request.testing
- bodhi.update.request.stable
- bodhi.update.comment
- bodhi.stack.save
- bodhi.stack.delete

View file

@ -38,8 +38,7 @@
- { role: openvpn/client,
when: env != "staging" }
- apache
# TODO:
#- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
- { role: bodhi2/base, when: "inventory_hostname.startswith('bodhi0')" }
tasks: