Add 2 new projects to the airship namespace (armada-go & operator)
The armada-operator is a k8s operator to manage Helm chart releases with Armada charts as k8s manifests. The armada-go project is designed to manage collection of k8s manifests, including Armada charts, to streamline their lifecycle. Change-Id: I8b1527e99198032d0035fea0f454c8ee6848e050 Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
This commit is contained in:
parent
174a17b4db
commit
d35d90c1f3
16
gerrit/acls/airship/armada-go.config
Normal file
16
gerrit/acls/airship/armada-go.config
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group armada-go-core
|
||||||
|
create = group airship-release
|
||||||
|
label-Code-Review = -2..+2 group armada-go-core
|
||||||
|
label-Verified = -1..+1 group airship-ci
|
||||||
|
label-Workflow = -1..+1 group armada-go-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
createSignedTag = group airship-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
16
gerrit/acls/airship/armada-operator.config
Normal file
16
gerrit/acls/airship/armada-operator.config
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group armada-operator-core
|
||||||
|
create = group airship-release
|
||||||
|
label-Code-Review = -2..+2 group armada-operator-core
|
||||||
|
label-Verified = -1..+1 group airship-ci
|
||||||
|
label-Workflow = -1..+1 group armada-operator-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
createSignedTag = group airship-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -13,6 +13,17 @@
|
|||||||
use-storyboard: true
|
use-storyboard: true
|
||||||
groups:
|
groups:
|
||||||
- airship
|
- airship
|
||||||
|
- project: airship/armada-go
|
||||||
|
description: A Golang orchestrator for managing a collection of Kubernetes manifests.
|
||||||
|
use-storyboard: true
|
||||||
|
groups:
|
||||||
|
- airship
|
||||||
|
- project: airship/armada-operator
|
||||||
|
description: A Kubernetes operator for declarative managing
|
||||||
|
Helm chart releases with Armada charts as Kubernetes manifests.
|
||||||
|
use-storyboard: true
|
||||||
|
groups:
|
||||||
|
- airship
|
||||||
- project: airship/berth
|
- project: airship/berth
|
||||||
description: RETIRED, A minimalist VM runner for Kubernetes using Helm.
|
description: RETIRED, A minimalist VM runner for Kubernetes using Helm.
|
||||||
acl-config: /home/gerrit2/acls/opendev/retired.config
|
acl-config: /home/gerrit2/acls/opendev/retired.config
|
||||||
|
@ -176,6 +176,8 @@
|
|||||||
- airship/airshipui
|
- airship/airshipui
|
||||||
- airship/apis
|
- airship/apis
|
||||||
- airship/armada
|
- airship/armada
|
||||||
|
- airship/armada-go
|
||||||
|
- airship/armada-operator
|
||||||
- airship/charts
|
- airship/charts
|
||||||
- airship/deckhand
|
- airship/deckhand
|
||||||
- airship/divingbell
|
- airship/divingbell
|
||||||
|
Loading…
Reference in New Issue
Block a user