Merge "Add CloudPulse"
This commit is contained in:
commit
9a11e0188e
@ -83,6 +83,7 @@ channels:
|
|||||||
- name: openstack-chef
|
- name: openstack-chef
|
||||||
- name: openstack-cinder
|
- name: openstack-cinder
|
||||||
- name: openstack-cloudkeep
|
- name: openstack-cloudkeep
|
||||||
|
- name: openstack-cloudpulse
|
||||||
- name: openstack-community
|
- name: openstack-community
|
||||||
- name: openstack-containers
|
- name: openstack-containers
|
||||||
- name: openstack-cue
|
- 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
|
- project: stackforge/cloudkitty-dashboard
|
||||||
description: CloudKitty Horizon Plugin
|
description: CloudKitty Horizon Plugin
|
||||||
acl-config: /home/gerrit2/acls/stackforge/cloudkitty.config
|
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
|
- project: stackforge/cloudroast
|
||||||
description: Automated Test Case Repository for OpenStack. Based on CloudCAFE.
|
description: Automated Test Case Repository for OpenStack. Based on CloudCAFE.
|
||||||
- project: stackforge/cloudv-ostf-adapter
|
- project: stackforge/cloudv-ostf-adapter
|
||||||
|
@ -300,6 +300,16 @@ openstack-cinder:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
openstack-cloudpulse:
|
||||||
|
events:
|
||||||
|
- patchset-created
|
||||||
|
- change-merged
|
||||||
|
- x-vrif-minus-2
|
||||||
|
projects:
|
||||||
|
- stackforge/cloudpulse
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
openstack-containers:
|
openstack-containers:
|
||||||
events:
|
events:
|
||||||
- patchset-created
|
- patchset-created
|
||||||
|
@ -96,7 +96,6 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- specs-jobs
|
- specs-jobs
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: designate
|
name: designate
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
@ -3374,6 +3373,14 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: cloudpulse
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: cloudv-ostf-adapter
|
name: cloudv-ostf-adapter
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@ -5119,6 +5119,12 @@ projects:
|
|||||||
experimental:
|
experimental:
|
||||||
- gate-cloudkitty-dashboard-python34
|
- gate-cloudkitty-dashboard-python34
|
||||||
|
|
||||||
|
- name: stackforge/cloudpulse
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: python-jobs
|
||||||
|
- name: publish-to-pypi
|
||||||
|
|
||||||
- name: stackforge/cloudroast
|
- name: stackforge/cloudroast
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user