diff options
| author | Ralph Bean <rbean@redhat.com> | 2016-01-13 19:45:31 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2016-01-13 19:45:36 +0000 |
| commit | fa9ae87f228ac281c83fed709dabc65ba0e78c21 (patch) | |
| tree | 17f6f7492abb28286b2b6fe61079a5c83d6d7f91 | |
| parent | df1c89c470b6b4b90d6c45379d287d20d43944a3 (diff) | |
Some releng fedmsg cert juggling.
| -rw-r--r-- | inventory/group_vars/composers | 2 | ||||
| -rw-r--r-- | inventory/host_vars/compose-x86-01.phx2.fedoraproject.org | 24 |
2 files changed, 24 insertions, 2 deletions
diff --git a/inventory/group_vars/composers b/inventory/group_vars/composers index 3e1c90f83..240c3d94f 100644 --- a/inventory/group_vars/composers +++ b/inventory/group_vars/composers @@ -33,7 +33,7 @@ fedmsg_certs: group: root can_send: - logger.log -- service: bodhi +- service: releng owner: root group: masher can_send: diff --git a/inventory/host_vars/compose-x86-01.phx2.fedoraproject.org b/inventory/host_vars/compose-x86-01.phx2.fedoraproject.org index 0a61a76cf..04c54fe28 100644 --- a/inventory/host_vars/compose-x86-01.phx2.fedoraproject.org +++ b/inventory/host_vars/compose-x86-01.phx2.fedoraproject.org @@ -46,10 +46,32 @@ fedmsg_certs: # two-week-atomic stuff (ask maxamillion) - releng.atomic.twoweek.begin - releng.atomic.twoweek.complete - # pungi-koji stuff (ask dgilmore) + # new school pungi-koji stuff (ask dgilmore) - pungi.compose.phase.start - pungi.compose.phase.stop - pungi.compose.status.change - pungi.compose.createiso.targets - pungi.compose.createiso.imagefail - pungi.compose.createiso.imagedone + # traditional old school compose stuff + - compose.branched.complete + - compose.branched.mash.complete + - compose.branched.mash.start + - compose.branched.image.complete + - compose.branched.image.start + - compose.branched.pungify.complete + - compose.branched.pungify.start + - compose.branched.rsync.complete + - compose.branched.rsync.start + - compose.branched.start + - compose.epelbeta.complete + - compose.rawhide.complete + - compose.rawhide.mash.complete + - compose.rawhide.mash.start + - compose.rawhide.image.complete + - compose.rawhide.image.start + - compose.rawhide.pungify.complete + - compose.rawhide.pungify.start + - compose.rawhide.rsync.complete + - compose.rawhide.rsync.start + - compose.rawhide.start |
