From 8c507cfa063d21e3f5c7a85e75dc923fa11e8404 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 10 Apr 2017 19:18:09 +0200 Subject: [PATCH] Allow Koschei backend to emit new fedmsg topic Upstream links: - issue: https://github.com/msimacek/koschei/issues/17 - pull request: https://github.com/msimacek/koschei/pull/136 --- inventory/group_vars/koschei-backend | 1 + inventory/group_vars/koschei-backend-stg | 1 + 2 files changed, 2 insertions(+) diff --git a/inventory/group_vars/koschei-backend b/inventory/group_vars/koschei-backend index a6e637ed68..2d3cd0a591 100644 --- a/inventory/group_vars/koschei-backend +++ b/inventory/group_vars/koschei-backend @@ -42,6 +42,7 @@ fedmsg_certs: owner: root group: koschei can_send: + - koschei.collection.state.change - koschei.package.state.change - koschei.update diff --git a/inventory/group_vars/koschei-backend-stg b/inventory/group_vars/koschei-backend-stg index 02adf9c6e2..02e4f6e823 100644 --- a/inventory/group_vars/koschei-backend-stg +++ b/inventory/group_vars/koschei-backend-stg @@ -40,6 +40,7 @@ fedmsg_certs: owner: root group: koschei can_send: + - koschei.collection.state.change - koschei.package.state.change - koschei.update