Add healthnmon project to stackforge.
Change-Id: I1d282484c473cf4015e89041e5aa209942e576d7 Reviewed-on: https://review.openstack.org/17222 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
a8da3df720
commit
9c08aa5bce
@ -0,0 +1,12 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
create = group healthnmon-core
|
||||
pushTag = group healthnmon-core
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group healthnmon-core
|
||||
label-Approved = +0..+1 group healthnmon-core
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -598,6 +598,15 @@
|
||||
- python-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: healthnmon
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: marconi
|
||||
github-org: stackforge
|
||||
|
@ -708,6 +708,16 @@ projects:
|
||||
- gate-libra-pep8
|
||||
- gate-libra-python27
|
||||
|
||||
- name: stackforge/healthnmon
|
||||
check:
|
||||
- gate-healthnmon-merge:
|
||||
- gate-healthnmon-pep8
|
||||
- gate-healthnmon-python27
|
||||
gate:
|
||||
- gate-healthnmon-merge:
|
||||
- gate-healthnmon-pep8
|
||||
- gate-healthnmon-python27
|
||||
|
||||
- name: openstack/heat
|
||||
check:
|
||||
- gate-heat-merge:
|
||||
|
@ -135,6 +135,10 @@
|
||||
acl_config: /home/gerrit2/acls/stackforge/diskimage-builder.config
|
||||
description: "Image building tools for Openstack"
|
||||
upstream: git://github.com/tripleo/baremetal-initrd-builder.git
|
||||
- project: stackforge/healthnmon
|
||||
acl_config: /home/gerrit2/acls/stackforge/healthnmon.config
|
||||
description: "Healthnmon aims to deliver 'Cloud Resource Monitor', an extensible service to OpenStack Cloud Operating system by providing monitoring service for Cloud Resources and Infrastructure with a pluggable framework for 'Inventory Management', 'Alerts and notifications' and 'Utilization Data."
|
||||
upstream: git://github.com/healthnmon/healthnmon.git
|
||||
- project: stackforge/libra
|
||||
acl_config: /home/gerrit2/acls/stackforge/libra.config
|
||||
- project: stackforge/marconi
|
||||
|
Loading…
Reference in New Issue
Block a user