New project proposal: python-redfish

The DMTF has published a new specification called Redfish (refer to
http://www.dmtf.org/standards/redfish) to provide a RESTful based API to manage
servers in a standard way. This project provides a client and a library to
interact with Redfish based systems, and is used to develop the Ironic Redfish
driver.

Change-Id: Icef9d1e93ea3c443c52a409079a7e7e37f9c797f
This commit is contained in:
Bruno Cornec 2016-10-29 12:07:35 +02:00
parent 343fadfa5f
commit d6fc2418fc
4 changed files with 35 additions and 0 deletions

View 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

View File

@ -6003,6 +6003,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

View File

@ -13002,6 +13002,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

View File

@ -15674,6 +15674,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