From 63e27662bbed22f0f03ba3f7f4a2e577f863d0ef Mon Sep 17 00:00:00 2001 From: Matt Peters Date: Thu, 7 Mar 2024 11:46:51 -0500 Subject: [PATCH] Add Distributed Cloud App to StarlingX Introduce the Distributed Cloud FluxCD application to StarlingX. Change-Id: Ib97bdda5d4e86714b674f560bec6bb7f288ff4e1 Signed-off-by: Matt Peters --- .../starlingx/app-distributed-cloud.config | 18 ++++++++++++++++++ gerrit/projects.yaml | 5 +++++ zuul/main.yaml | 1 + 3 files changed, 24 insertions(+) create mode 100644 gerrit/acls/starlingx/app-distributed-cloud.config diff --git a/gerrit/acls/starlingx/app-distributed-cloud.config b/gerrit/acls/starlingx/app-distributed-cloud.config new file mode 100644 index 0000000000..c7a400c997 --- /dev/null +++ b/gerrit/acls/starlingx/app-distributed-cloud.config @@ -0,0 +1,18 @@ +[access "refs/for/refs/*"] + pushMerge = group starlingx-release + +[access "refs/heads/*"] + abandon = group starlingx-app-distributed-cloud-core + create = group starlingx-release + label-Code-Review = -2..+2 group starlingx-app-distributed-cloud-core + label-Workflow = -1..+1 group starlingx-app-distributed-cloud-core + +[access "refs/tags/*"] + createSignedTag = group starlingx-release + +[receive] + requireChangeId = true + requireContributorAgreement = true + +[submit] + mergeContent = True diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 51fb054bc8..8523968c93 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6406,6 +6406,11 @@ use-storyboard: true groups: - starlingx +- project: starlingx/app-distributed-cloud + description: StarlingX Distributed Cloud App + use-storyboard: true + groups: + - starlingx - project: starlingx/app-gen-tool description: StarlingX Application Generator Tool use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index cb66306206..76088e1263 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1031,6 +1031,7 @@ - sardonic/sardonic - starlingx/ansible-playbooks - starlingx/app-dell-storage + - starlingx/app-distributed-cloud - starlingx/app-gen-tool - starlingx/app-harbor - starlingx/app-intel-device-plugins