Add openstack/python-scciclient project
This project is used by Ironic iRMC driver. Change-Id: I6ae5683b2eac6a96ad54184c33e5192d32b7347f
This commit is contained in:
parent
b1e61fb5db
commit
ab8d9c8d10
15
gerrit/acls/openstack/python-scciclient.config
Normal file
15
gerrit/acls/openstack/python-scciclient.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group python-scciclient-core
|
||||
create = group python-scciclient-release
|
||||
label-Code-Review = -2..+2 group python-scciclient-core
|
||||
label-Workflow = -1..+1 group python-scciclient-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group python-scciclient-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1622,6 +1622,9 @@
|
||||
- translate
|
||||
- project: openstack/python-saharaclient
|
||||
description: Python bindings and CLI for Sahara.
|
||||
- project: openstack/python-scciclient
|
||||
description: Python ServerView Common Command Interface (SCCI) Client Library
|
||||
upstream: git://github.com/NaohiroTamura/python-scciclient.git
|
||||
- project: openstack/python-solumclient
|
||||
description: 'Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum'
|
||||
acl-config: /home/gerrit2/acls/openstack/solum.config
|
||||
|
@ -1654,6 +1654,16 @@
|
||||
branch-override: default
|
||||
|
||||
|
||||
- project:
|
||||
name: python-scciclient
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: python-swiftclient
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -3504,6 +3504,18 @@ projects:
|
||||
experimental:
|
||||
- gate-python-saharaclient-pypy
|
||||
|
||||
- name: openstack/python-scciclient
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: publish-to-pypi
|
||||
- name: python3-jobs
|
||||
check:
|
||||
- gate-python-scciclient-pep8
|
||||
- gate-python-scciclient-python27
|
||||
gate:
|
||||
- gate-python-scciclient-pep8
|
||||
- gate-python-scciclient-python27
|
||||
|
||||
- name: openstack/python-solumclient
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user