From a73a4b5b521d5deff36aea1a1b5fcdcdc6549553 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 8 Oct 2017 19:59:07 +0000 Subject: [PATCH] Grant mjia and dcallagh appowner access to greenwave Signed-off-by: Patrick Uiterwijk --- playbooks/openshift-apps/greenwave.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/greenwave.yml b/playbooks/openshift-apps/greenwave.yml index 9ddc6829e2..1ca2a0b6ba 100644 --- a/playbooks/openshift-apps/greenwave.yml +++ b/playbooks/openshift-apps/greenwave.yml @@ -11,7 +11,12 @@ roles: # The openshift/project role breaks if the project already exists: # https://pagure.io/fedora-infrastructure/issue/6404 - #- { role: openshift/project, app: greenwave, description: greenwave, fas_owner: codeblock } + - role: openshift/project + app: greenwave + description: greenwave + appowners: + - mjia + - dcallagh - { role: openshift/object, app: greenwave, file: imagestream.yml } - { role: openshift/object, app: greenwave, template: buildconfig.yml } - { role: openshift/start-build, app: greenwave, name: greenwave-docker-build }