From 80d97a84b54443a3b2a736bc88683ab782fa3a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Thu, 30 Nov 2017 07:43:08 +0000 Subject: [PATCH] Allow jscotka to access ODCS, so he is able to develop ODCS integration for modules testing. --- inventory/group_vars/odcs-frontend | 3 +++ inventory/group_vars/odcs-frontend-stg | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/inventory/group_vars/odcs-frontend b/inventory/group_vars/odcs-frontend index 55413f4944..bb9b350dfb 100644 --- a/inventory/group_vars/odcs-frontend +++ b/inventory/group_vars/odcs-frontend @@ -37,6 +37,9 @@ fedmsg_certs: - odcs.compose.state-changed odcs_target_dir_url: https://odcs.fedoraproject.org/composes +# Give access to jscotka to be able to develop module testing integration +# for taskotron. +odcs_allowed_clients_users: ["jscotka"] # For the MOTD csi_security_category: Low diff --git a/inventory/group_vars/odcs-frontend-stg b/inventory/group_vars/odcs-frontend-stg index 9ba52f0562..082abef659 100644 --- a/inventory/group_vars/odcs-frontend-stg +++ b/inventory/group_vars/odcs-frontend-stg @@ -38,6 +38,10 @@ fedmsg_certs: odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes +# Give access to jscotka to be able to develop module testing integration +# for taskotron. +odcs_allowed_clients_users: ["jscotka"] + # For the MOTD csi_security_category: Low csi_primary_contact: Factory 2 factory2-members@fedoraproject.org