Add a new project sushy-tools

This patch is adding a new project called "sushy-tools". This new
project will contain a set of tools to help with the development and
tests of the Sushy library.

Currently, these tools lives in the Sushy repository itself but they
have different requirements than the library itself (such as libvirt for
the simulator) so it makes sense to split it in another repository which
can be installed separately.

Needed-By: I880d9058408792f0c5d9f6531ae8ea06e06229ea
Change-Id: I2ff0299072e86dcf394e438ed2b6e443156a54e8
This commit is contained in:
Lucas Alvares Gomes 2017-03-28 10:54:10 +01:00
parent 13faca7650
commit 2ab061e771
5 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group sushy-core
label-Code-Review = -2..+2 group sushy-core
label-Workflow = -1..+1 group sushy-core
[access "refs/tags/*"]
pushSignedTag = group sushy-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -6603,6 +6603,8 @@
acl-config: /home/gerrit2/acls/openstack/surveil.config
- project: openstack/sushy
description: Sushy is a small Python library to communicate with Redfish based systems
- project: openstack/sushy-tools
description: A set of tools to support the development and test of the Sushy library
- project: openstack/swauth
description: An alternative authentication system for Swift
- project: openstack/swift

View File

@ -1067,6 +1067,7 @@ openstack-ironic:
- openstack/python-ironicclient
- openstack/python-oneviewclient
- openstack/sushy
- openstack/sushy-tools
- openstack/virtualbmc
branches:
- master

View File

@ -14063,6 +14063,13 @@
- pypi-jobs
- hook-{name}-rtfd
- project:
name: sushy-tools
jobs:
- python-jobs
- pypi-jobs
- project:
name: swauth

View File

@ -17786,6 +17786,14 @@ projects:
- name: publish-to-pypi
- name: docs-on-rtfd
- name: openstack/sushy-tools
template:
- name: merge-check
- name: python-jobs
- name: python35-jobs
- name: check-requirements
- name: publish-to-pypi
- name: openstack/swauth
template:
- name: merge-check