Merge "New project proposal: python-redfish"
This commit is contained in:
commit
55a76424c2
15
gerrit/acls/openstack/python-redfish.config
Normal file
15
gerrit/acls/openstack/python-redfish.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group python-redfish-core
|
||||
create = group python-redfish-release
|
||||
label-Code-Review = -2..+2 group python-redfish-core
|
||||
label-Workflow = -1..+1 group python-redfish-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group python-redfish-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = false
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -6005,6 +6005,9 @@
|
||||
- project: openstack/python-rackclient
|
||||
description: Client library for RACK API
|
||||
acl-config: /home/gerrit2/acls/openstack/rack.config
|
||||
- project: openstack/python-redfish
|
||||
description: Python library and client for Redfish support
|
||||
upstream: https://github.com/bcornec/python-redfish-import
|
||||
- project: openstack/python-saharaclient
|
||||
description: Python bindings and CLI for Sahara.
|
||||
- project: openstack/python-scciclient
|
||||
|
@ -13013,6 +13013,16 @@
|
||||
- coverage-jobs
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: python-redfish
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- 'gate-{name}-python35{suffix}':
|
||||
suffix: '-nv'
|
||||
|
||||
- project:
|
||||
name: python-saharaclient
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -15684,6 +15684,13 @@ projects:
|
||||
- python-rackclient-coverage-ubuntu-trusty
|
||||
- python-rackclient-coverage-ubuntu-xenial
|
||||
|
||||
- name: openstack/python-redfish
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python35-jobs-nv
|
||||
- name: check-requirements
|
||||
|
||||
- name: openstack/python-saharaclient
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user