Add openstack/python-dracclient project
The project is going to be used by Ironic DRAC driver. Change-Id: I60983b269a5cab715183deec7f3c99feac642403
This commit is contained in:
parent
06664e9c6f
commit
64c9aaa1c4
15
gerrit/acls/openstack/python-dracclient.config
Normal file
15
gerrit/acls/openstack/python-dracclient.config
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group python-dracclient-core
|
||||||
|
create = group python-dracclient-release
|
||||||
|
label-Code-Review = -2..+2 group python-dracclient-core
|
||||||
|
label-Workflow = -1..+1 group python-dracclient-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group python-dracclient-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1406,6 +1406,9 @@
|
|||||||
acl-config: /home/gerrit2/acls/openstack/cue.config
|
acl-config: /home/gerrit2/acls/openstack/cue.config
|
||||||
- project: openstack/python-designateclient
|
- project: openstack/python-designateclient
|
||||||
description: OpenStack DNS As A Service (Designate) Client
|
description: OpenStack DNS As A Service (Designate) Client
|
||||||
|
- project: openstack/python-dracclient
|
||||||
|
description: Library for managing machines with Dell iDRAC cards
|
||||||
|
upstream: git://github.com/ifarkas/python-dracclient.git
|
||||||
- project: openstack/python-ganttclient
|
- project: openstack/python-ganttclient
|
||||||
description: Client code for the common scheduler for OpenStack.
|
description: Client code for the common scheduler for OpenStack.
|
||||||
acl-config: /home/gerrit2/acls/openstack/gantt.config
|
acl-config: /home/gerrit2/acls/openstack/gantt.config
|
||||||
|
@ -2558,6 +2558,15 @@
|
|||||||
- puppet-module-unit
|
- puppet-module-unit
|
||||||
- puppet-beaker-jobs
|
- puppet-beaker-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: python-dracclient
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: qa-specs
|
name: qa-specs
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@ -4236,6 +4236,18 @@ projects:
|
|||||||
- name: puppet-module-unit-jobs
|
- name: puppet-module-unit-jobs
|
||||||
- name: puppet-beaker-jobs
|
- name: puppet-beaker-jobs
|
||||||
|
|
||||||
|
- name: openstack/python-dracclient
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: publish-to-pypi
|
||||||
|
- name: python3-jobs
|
||||||
|
check:
|
||||||
|
- gate-python-dracclient-pep8
|
||||||
|
- gate-python-dracclient-python27
|
||||||
|
gate:
|
||||||
|
- gate-python-dracclient-pep8
|
||||||
|
- gate-python-dracclient-python27
|
||||||
|
|
||||||
- name: openstack/python-neutron-pd-driver
|
- name: openstack/python-neutron-pd-driver
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user