Lets try and cut down on invalid fedmsg senders.
This commit is contained in:
parent
43acb9144f
commit
d3f892291c
6 changed files with 24 additions and 0 deletions
|
@ -68,6 +68,9 @@ fedmsg_certs:
|
|||
- bodhi.update.eject
|
||||
- bodhi.update.complete.testing
|
||||
- bodhi.update.complete.stable
|
||||
- bodhi.update.request.testing
|
||||
- bodhi.update.request.stable
|
||||
- bodhi.update.request.batched
|
||||
- bodhi.buildroot_override.untag
|
||||
- service: ftpsync
|
||||
owner: root
|
||||
|
|
11
inventory/group_vars/librariesio2fedmsg-stg
Normal file
11
inventory/group_vars/librariesio2fedmsg-stg
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
# XXX - this is not really a group of real hosts.
|
||||
# Instead, it represents an application in openshift.
|
||||
# See playbooks/openshift-apps/waiverdb.yml
|
||||
|
||||
fedmsg_env: stg
|
||||
|
||||
fedmsg_certs:
|
||||
- service: librariesio2fedmsg
|
||||
can_send:
|
||||
- sse2fedmsg.librariesio
|
|
@ -37,6 +37,7 @@ fedmsg_certs:
|
|||
- pungi.compose.phase.stop
|
||||
- pungi.compose.status.change
|
||||
- pungi.compose.createiso.targets
|
||||
- pungi.compose.ostree
|
||||
- releng.atomic.twoweek.begin
|
||||
- releng.atomic.twoweek.complete
|
||||
# These are certs for the masher to publish its own messages as it progresses.
|
||||
|
@ -56,7 +57,9 @@ fedmsg_certs:
|
|||
- bodhi.update.eject
|
||||
- bodhi.update.complete.testing
|
||||
- bodhi.update.complete.stable
|
||||
- bodhi.update.request.testing
|
||||
- bodhi.update.request.stable
|
||||
- bodhi.update.request.batched
|
||||
- bodhi.update.karma.threshold.reach
|
||||
- bodhi.buildroot_override.untag
|
||||
- service: ftpsync
|
||||
|
|
|
@ -45,6 +45,7 @@ fedmsg_certs:
|
|||
- pungi.compose.createiso.targets
|
||||
- pungi.compose.createiso.imagefail
|
||||
- pungi.compose.createiso.imagedone
|
||||
- pungi.compose.ostree
|
||||
# traditional old school compose stuff
|
||||
- compose.branched.complete
|
||||
- compose.branched.mash.complete
|
||||
|
|
|
@ -25,6 +25,7 @@ fedmsg_certs:
|
|||
- pungi.compose.createiso.targets
|
||||
- pungi.compose.createiso.imagefail
|
||||
- pungi.compose.createiso.imagedone
|
||||
- pungi.compose.ostree
|
||||
- compose.rawhide.complete
|
||||
- compose.rawhide.mash.complete
|
||||
- compose.rawhide.mash.start
|
||||
|
|
|
@ -1476,10 +1476,12 @@ bodhi-backend01.phx2.fedoraproject.org
|
|||
[openshift-pseudohosts:children]
|
||||
greenwave
|
||||
waiverdb
|
||||
#librariesio2fedmsg
|
||||
|
||||
[openshift-pseudohosts-stg:children]
|
||||
greenwave-stg
|
||||
waiverdb-stg
|
||||
librariesio2fedmsg-stg
|
||||
|
||||
[greenwave]
|
||||
greenwave-web-greenwave.app.os.fedoraproject.org
|
||||
|
@ -1492,3 +1494,6 @@ waiverdb-web-waiverdb.app.os.fedoraproject.org
|
|||
|
||||
[waiverdb-stg]
|
||||
waiverdb-web-waiverdb.app.os.stg.fedoraproject.org
|
||||
|
||||
[librariesio2fedmsg-stg]
|
||||
librariesio2fedmsg-librariesio2fedmsg.app.os.stg.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue