Add pycadf project
We want to split out the CADF code from Ceilometer since it should be agnostic, into another project. Change-Id: Ic25903cc23206df23a0d58f1a162e033a746e44c Context: https://review.openstack.org/#/c/31969/
This commit is contained in:
parent
b190708432
commit
0edec720ae
@ -102,6 +102,7 @@ openstack-metering:
|
||||
projects:
|
||||
- openstack/ceilometer
|
||||
- openstack/python-ceilometerclient
|
||||
- stackforge/pycadf
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -0,0 +1,17 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group pycadf-core
|
||||
label-Approved = +0..+1 group pycadf-core
|
||||
workInProgress = group pycadf-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group pycadf-milestone
|
||||
label-Approved = +0..+1 group pycadf-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group pycadf-core
|
||||
pushTag = group pycadf-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1241,3 +1241,13 @@
|
||||
jobs:
|
||||
- gate-{name}-pep8
|
||||
- gate-{name}-pylint
|
||||
|
||||
- project:
|
||||
name: pycadf
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
@ -2445,3 +2445,22 @@ projects:
|
||||
- gate-noop
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: stackforge/pycadf
|
||||
check:
|
||||
- gate-pycadf-pep8
|
||||
- gate-pycadf-python26
|
||||
- gate-pycadf-python27
|
||||
gate:
|
||||
- gate-pycadf-pep8
|
||||
- gate-pycadf-python26
|
||||
- gate-pycadf-python27
|
||||
post:
|
||||
- pycadf-branch-tarball
|
||||
pre-release:
|
||||
- pycadf-tarball
|
||||
release:
|
||||
- pycadf-tarball:
|
||||
- pycadf-pypi-upload:
|
||||
- post-mirror-python26
|
||||
- post-mirror-python27
|
||||
|
@ -351,3 +351,5 @@
|
||||
- project: stackforge/python-ipmi
|
||||
description: A Pure python IPMI library
|
||||
upstream: git://git.code.sf.net/p/xcat/python-ipmi
|
||||
- project: stackforge/pycadf
|
||||
description: CADF Python module
|
Loading…
Reference in New Issue
Block a user