Add CloudPulse
CloudPulse is a new project to check the health of OpenStack deployments. Change-Id: I7706139f233722a989de13bf648cedd231239942
This commit is contained in:
parent
6a380f1395
commit
4facfcb591
@ -83,6 +83,7 @@ channels:
|
||||
- name: openstack-chef
|
||||
- name: openstack-cinder
|
||||
- name: openstack-cloudkeep
|
||||
- name: openstack-cloudpulse
|
||||
- name: openstack-community
|
||||
- name: openstack-containers
|
||||
- name: openstack-cue
|
||||
|
14
gerrit/acls/stackforge/cloudpulse.config
Normal file
14
gerrit/acls/stackforge/cloudpulse.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group cloudpulse-core
|
||||
label-Code-Review = -2..+2 group cloudpulse-core
|
||||
label-Workflow = -1..+1 group cloudpulse-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group cloudpulse-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1320,6 +1320,9 @@
|
||||
- project: stackforge/cloudkitty-dashboard
|
||||
description: CloudKitty Horizon Plugin
|
||||
acl-config: /home/gerrit2/acls/stackforge/cloudkitty.config
|
||||
- project: stackforge/cloudpulse
|
||||
description: A Health-Checking service for OpenStack deployments.
|
||||
upstream: git://github.com/sdake/cloudpulse.git
|
||||
- project: stackforge/cloudroast
|
||||
description: Automated Test Case Repository for OpenStack. Based on CloudCAFE.
|
||||
- project: stackforge/cloudv-ostf-adapter
|
||||
|
@ -300,6 +300,16 @@ openstack-cinder:
|
||||
branches:
|
||||
- master
|
||||
|
||||
openstack-cloudpulse:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/cloudpulse
|
||||
branches:
|
||||
- master
|
||||
|
||||
openstack-containers:
|
||||
events:
|
||||
- patchset-created
|
||||
|
@ -96,7 +96,6 @@
|
||||
jobs:
|
||||
- specs-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: designate
|
||||
node: 'bare-precise || bare-trusty'
|
||||
@ -3363,6 +3362,14 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: cloudpulse
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: cloudv-ostf-adapter
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -4891,6 +4891,12 @@ projects:
|
||||
experimental:
|
||||
- gate-cloudkitty-dashboard-python34
|
||||
|
||||
- name: stackforge/cloudpulse
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: stackforge/cloudroast
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user