Add Metrics Server App to StarlingX

Change-Id: I3289659f7f961a05c927f8ba40c8daa9217562f6
This commit is contained in:
Pedro Sliuzas 2021-02-03 09:37:29 -03:00
parent 42aa4cc84c
commit 516aaafe3f
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,18 @@
[access "refs/for/refs/*"]
pushMerge = group starlingx-metrics-server-armada-app-core
[access "refs/heads/*"]
abandon = group starlingx-metrics-server-armada-app-core
create = group starlingx-metrics-server-armada-app-core
label-Code-Review = -2..+2 group starlingx-metrics-server-armada-app-core
label-Workflow = -1..+1 group starlingx-metrics-server-armada-app-core
[access "refs/tags/*"]
pushSignedTag = group starlingx-metrics-server-armada-app-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = True

View File

@ -6134,6 +6134,11 @@
use-storyboard: true use-storyboard: true
groups: groups:
- starlingx - starlingx
- project: starlingx/metrics-server-armada-app
description: StarlingX Metrics Server App
use-storyboard: true
groups:
- starlingx-metrics-server-armada-app-core
- project: starlingx/monitor-armada-app - project: starlingx/monitor-armada-app
description: StarlingX Monitor Armada App description: StarlingX Monitor Armada App
use-storyboard: true use-storyboard: true

View File

@ -1025,6 +1025,7 @@
- starlingx/manifest - starlingx/manifest
- starlingx/meta-starlingx - starlingx/meta-starlingx
- starlingx/metal - starlingx/metal
- starlingx/metrics-server-armada-app
- starlingx/monitor-armada-app - starlingx/monitor-armada-app
- starlingx/monitoring - starlingx/monitoring
- starlingx/nfv - starlingx/nfv