Opening a repository for a ceilometer plugin for collectd.

- This change creates a new repo to host a collectd
  writer plugin to publish telemetry to ceilometer.
- This plugin will utilise the collectd python plugin
  interface to integrate with collectd.
- This repository will be extended to provide in tree
  documentation and devstack integration.

Change-Id: I33c077ae3b52a63f60980ebf757c51e3f41abd82
This commit is contained in:
Sean Mooney 2015-09-10 16:41:36 +01:00 committed by Emma Foley
parent de5aa39cc6
commit 37427e2241
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,19 @@
[access "refs/heads/*"]
abandon = group collectd-ceilometer-plugin-core
create = group collectd-ceilometer-plugin-release
label-Code-Review = -2..+2 group collectd-ceilometer-plugin-core
label-Workflow = -1..+1 group collectd-ceilometer-plugin-core
[access "refs/heads/stable/*"]
exclusiveGroupPermissions = label-Workflow
label-Workflow = -1..+1 group collectd-ceilometer-plugin-release
[access "refs/tags/*"]
pushSignedTag = group collectd-ceilometer-plugin-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -905,6 +905,8 @@
- cloudv
- project: openstack/cognitive
description: Machine Learning as a Service
- project: openstack/collectd-ceilometer-plugin
description: A collectd plugin to publish telemetry to Ceilometer.
- project: openstack/compass-adapters
groups:
- compass

View File

@ -551,6 +551,14 @@
- python-jobs
- pypi-jobs
- project:
name: collectd-ceilometer-plugin
node: 'bare-precise || bare-trusty'
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: compass-core
node: 'bare-precise || bare-trusty'

View File

@ -3996,6 +3996,11 @@ projects:
- name: python-jobs
- name: publish-to-pypi
- name: openstack/collectd-ceilometer-plugin
template:
- name: merge-check
- name: python-jobs
- name: openstack/compass-adapters
template:
- name: merge-check