Add SNMP Armada App to StarlingX.
In order to include the new SNMP Armada App we are adding these 3 files: - snmp-armada-app.config: repo definition config - projects.yaml: include the project to StarlingX environment - main.yaml: add reference to new application Story: 2008132 Task: 40857 Change-Id: I0cedc5519d7c56c7b050664cd960650e6756b40d Signed-off-by: Nicolas Alvarez <nicolas.alvarez@windriver.com>
This commit is contained in:
parent
c48b11c3f2
commit
8db97a2b0e
18
gerrit/acls/starlingx/snmp-armada-app.config
Normal file
18
gerrit/acls/starlingx/snmp-armada-app.config
Normal file
@ -0,0 +1,18 @@
|
||||
[access "refs/for/refs/*"]
|
||||
pushMerge = group starlingx-release
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group starlingx-snmp-armada-app-core
|
||||
create = group starlingx-release
|
||||
label-Code-Review = -2..+2 group starlingx-snmp-armada-app-core
|
||||
label-Workflow = -1..+1 group starlingx-snmp-armada-app-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group starlingx-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -6164,6 +6164,11 @@
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- starlingx
|
||||
- project: starlingx/snmp-armada-app
|
||||
description: StarlingX SNMP App
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- starlingx
|
||||
- project: starlingx/specs
|
||||
description: StarlingX Specifications
|
||||
groups:
|
||||
|
@ -1033,6 +1033,7 @@
|
||||
- starlingx/portieris-armada-app
|
||||
- starlingx/rook-ceph
|
||||
- starlingx/root
|
||||
- starlingx/snmp-armada-app
|
||||
- starlingx/specs
|
||||
- starlingx/stx-puppet
|
||||
- starlingx/test
|
||||
|
Loading…
Reference in New Issue
Block a user