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:
parent
de53900bb4
commit
f17eee2b5d
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user