From b830c377745796e7e13dcc3d8f8f92305154f299 Mon Sep 17 00:00:00 2001 From: Dmitry Ukov Date: Thu, 22 Aug 2019 13:44:37 +0400 Subject: [PATCH] New project request: airship/images This repo will contain scripts and Dockerfiles for building Airship supplementary images. Some Airship sub-projects may run utility containers. These utilities may not fit to particular project in terms of implementation therefore container image artifacts should be moved to separate repository. Change-Id: I8b3e13a83deb4a6acf25bca961ef57bd5090ee5f --- gerrit/acls/airship/images.config | 16 ++++++++++++++++ gerrit/projects.yaml | 5 +++++ zuul/main.yaml | 1 + 3 files changed, 22 insertions(+) create mode 100644 gerrit/acls/airship/images.config diff --git a/gerrit/acls/airship/images.config b/gerrit/acls/airship/images.config new file mode 100644 index 0000000000..6c2e7fa416 --- /dev/null +++ b/gerrit/acls/airship/images.config @@ -0,0 +1,16 @@ +[access "refs/heads/*"] +abandon = group airship-images-core +create = group airship-release +label-Code-Review = -2..+2 group airship-images-core +label-Verified = -1..+1 group airship-ci +label-Workflow = -1..+1 group airship-images-core + +[access "refs/tags/*"] +pushSignedTag = group airship-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 22fc372c87..0fb5ed63b8 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -52,6 +52,11 @@ acl-config: /home/gerrit2/acls/airship/airship.config groups: - airship +- project: airship/images + description: Collection of supplementary Airship images + use-storyboard: true + groups: + - airship - project: airship/kubernetes-entrypoint description: Pod sequencing functionality for Kubernetes use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index 151665d43a..47020a1780 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -100,6 +100,7 @@ - airship/drydock - airship/election - airship/governance + - airship/images - airship/kubernetes-entrypoint - airship/maas - airship/pegleg