diff --git a/gerrit/acls/airship/hostconfig-operator.config b/gerrit/acls/airship/hostconfig-operator.config new file mode 100644 index 0000000000..a4f537bb92 --- /dev/null +++ b/gerrit/acls/airship/hostconfig-operator.config @@ -0,0 +1,16 @@ +[access "refs/heads/*"] +abandon = group hostconfig-operator-core +create = group airship-release +label-Code-Review = -2..+2 group hostconfig-operator-core +label-Verified = -1..+1 group airship-ci +label-Workflow = -1..+1 group hostconfig-operator-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 b0df87066c..9650d31e9e 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -52,6 +52,11 @@ use-storyboard: true groups: - airship +- project: airship/hostconfig-operator + description: A Day-2 host management interface for Kubernetes + groups: + - airship + upstream: https://github.com/SirishaGopigiri/airship-host-config.git - project: airship/images description: Collection of supplementary Airship images use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index c4c2d81d3b..ad33347fed 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -111,6 +111,7 @@ - airship/election - airship/go-redfish - airship/governance + - airship/hostconfig-operator - airship/images - airship/kubernetes-entrypoint - airship/maas