From d3590fcc5921555fa9e6858649bbad7ad661be1f Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Wed, 31 Jul 2019 14:35:45 -0500 Subject: [PATCH] New project request: airship/porthole This moves the Porthole project, which has been incubating in github, into the Airship namespace. Porthole is a project that provides a collection of utility containers which can be used to access various Airship and OpenStack-Helm component CLIs (e.g. etcdctl, psql...), and can be configured for enterprise use cases that require fine-grained RBAC controls. Change-Id: I40c4c40292bbb9543cbcbd560731d89610f9a99d --- gerrit/acls/airship/porthole.config | 16 ++++++++++++++++ gerrit/projects.yaml | 6 ++++++ zuul/main.yaml | 1 + 3 files changed, 23 insertions(+) create mode 100644 gerrit/acls/airship/porthole.config diff --git a/gerrit/acls/airship/porthole.config b/gerrit/acls/airship/porthole.config new file mode 100644 index 0000000000..61b0ac4409 --- /dev/null +++ b/gerrit/acls/airship/porthole.config @@ -0,0 +1,16 @@ +[access "refs/heads/*"] +abandon = group porthole-core +create = group airship-release +label-Code-Review = -2..+2 group porthole-core +label-Verified = -1..+1 group airship-ci +label-Workflow = -1..+1 group porthole-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 66a72cfe57..8a9a57d9a4 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -63,6 +63,12 @@ use-storyboard: true groups: - airship +- project: airship/porthole + description: Airship utility CLI access + upstream: https://github.com/att-comdev/porthole.git + use-storyboard: true + groups: + - airship - project: airship/promenade description: A declarative framework for resilient Kubernetes deployment. use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index fe34b11242..7db517e317 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -97,6 +97,7 @@ - airship/governance - airship/maas - airship/pegleg + - airship/porthole - airship/promenade - airship/shipyard - airship/specs