Add the python-monascaclient

monasca is a new monitoring project. This is the python CLI for monasca.

python-monascaclient currently only works on python 2.7

Change-Id: I435d5e5d7514119a99d9f6b43032f465b0a80d80
This commit is contained in:
Craig Bryant 2014-06-12 15:07:07 -06:00
parent de53900bb4
commit f17eee2b5d
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group monasca-core
label-Workflow = -1..+1 group monasca-core
abandon = group monasca-core
[access "refs/tags/*"]
pushSignedTag = group monasca-ptl
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -123,6 +123,17 @@
- pypi-jobs
- project:
name: python-monascaclient
github-org: stackforge
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: python-muranoclient
github-org: stackforge

View File

@ -916,6 +916,10 @@
group: mistral
upstream: git://github.com/rakhmerov/python-mistralclient.git
acl-config: /home/gerrit2/acls/stackforge/mistral.config
- project: stackforge/python-monascaclient
description: Python client for Monasca REST API.
group: monasca
upstream: git://github.com/hpcloud-mon/python-monclient
- project: stackforge/python-muranoclient
group: murano
upstream: git://github.com/Mirantis/python-muranoclient.git

View File

@ -4190,6 +4190,18 @@ projects:
- python-manilaclient-branch-tarball
- python-manilaclient-coverage
- name: stackforge/python-monascaclient
template:
- name: publish-to-pypi
check:
- gate-python-monascaclient-pep8
- gate-python-monascaclient-python27
gate:
- gate-python-monascaclient-pep8
- gate-python-monascaclient-python27
post:
- python-monascaclient-coverage
- name: stackforge/python-muranoclient
template:
- name: publish-to-pypi