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