From 296f4058d05c01a0806bf5ebd8721715e2373ea2 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 10 Feb 2020 14:10:48 -0800 Subject: [PATCH] Add gcp-authdaemon to Zuul This is a new project to create a container-based authorization helper for Google Cloud-based deployments of Zuul. (GCP stands for Google Cloud Platform). Change-Id: I9caaff0b432f09e900a21dbbda8a99dad70e543b --- gerrit/projects.yaml | 6 ++++++ gerritbot/channels.yaml | 3 +++ zuul/main.yaml | 1 + 3 files changed, 10 insertions(+) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 0ac993695e..5561a32423 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -7860,6 +7860,12 @@ - project: x/zmq-event-publisher description: RETIRED, Jenkins plugin to publish build events via ZMQ PUB SUB. acl-config: /home/gerrit2/acls/openstack/retired.config +- project: zuul/gcp-authdaemon + description: A Zuul authorization helper for Google Cloud + acl-config: /home/gerrit2/acls/zuul/zuul.config + use-storyboard: true + groups: + - zuul - project: zuul/nodepool use-storyboard: true groups: diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 9bd0c7f051..b962040552 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -251,6 +251,7 @@ opendev: - x/gearman-plugin - x/gitdm - x/infra-ansible + - zuul/gcp-authdaemon - zuul/nodepool - zuul/zuul - zuul/zuul-base-jobs @@ -937,6 +938,7 @@ openstack-infra: - x/gearman-plugin - x/gitdm - x/infra-ansible + - zuul/gcp-authdaemon - zuul/nodepool - zuul/zuul - zuul/zuul-base-jobs @@ -2181,6 +2183,7 @@ zuul: projects: - opendev/zone-zuul-ci.org - x/pbrx + - zuul/gcp-authdaemon - zuul/nodepool - zuul/project-config - zuul/zuul diff --git a/zuul/main.yaml b/zuul/main.yaml index 5584849d32..601b62c1b7 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1541,6 +1541,7 @@ - zuul/zuul-sphinx - zuul/zuul-website - zuul/zuul-website-media + - zuul/gcp-authdaemon # Include some projects without config for use in # required-projects - include: []