New python-opentsdbclient repo
OpenTSDB is a time-series database, and there is a wish to use it as a backend for Gnocchi project. OpenTSDB has no sufficient Python client presented, so we need to implement a simple one as a stackforge project. Change-Id: I17f728d77986f593d240eef3b5705651688b464e
This commit is contained in:
parent
b63a96079e
commit
7de3a67ade
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group python-opentsdbclient-core
|
||||
label-Code-Review = -2..+2 group python-opentsdbclient-core
|
||||
label-Workflow = -1..+1 group python-opentsdbclient-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group python-opentsdbclient-milestone
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1180,6 +1180,16 @@
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: python-opentsdbclient
|
||||
github-org: stackforge
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: python-neutronclient
|
||||
github-org: openstack
|
||||
|
@ -1077,6 +1077,8 @@
|
||||
- project: stackforge/python-openstacksdk
|
||||
description: 'Unified SDK for OpenStack. See: https://wiki.openstack.org/wiki/UnifiedSDK'
|
||||
upstream: https://github.com/jnoller/openstacksdk.git
|
||||
- project: stackforge/python-opentsdbclient
|
||||
description: A simple REST client to communicate with OpenTSDB (needed for Gnocchi to use OpenTSDB as a backend)
|
||||
- project: stackforge/python-rallyclient
|
||||
group: rally
|
||||
acl-config: /home/gerrit2/acls/stackforge/rally.config
|
||||
|
@ -4508,6 +4508,18 @@ projects:
|
||||
post:
|
||||
- python-muranoclient-branch-tarball
|
||||
|
||||
- name: stackforge/python-opentsdbclient
|
||||
check:
|
||||
- gate-python-opentsdbclient-pep8
|
||||
- gate-python-opentsdbclient-python26
|
||||
- gate-python-opentsdbclient-python27
|
||||
- gate-python-opentsdbclient-python33
|
||||
gate:
|
||||
- gate-python-opentsdbclient-pep8
|
||||
- gate-python-opentsdbclient-python26
|
||||
- gate-python-opentsdbclient-python27
|
||||
- gate-python-opentsdbclient-python33
|
||||
|
||||
- name: stackforge/python-rallyclient
|
||||
template:
|
||||
- name: check-requirements
|
||||
|
Loading…
x
Reference in New Issue
Block a user