Add new virtualbmc project under ironic's umbrella

VirtualBMC is a utility that allows virtual/fake BMCs to be created
handling the IPMI commands and converting it to calls to the
python-libvirt library. The project was created to allow drivers using
the IPMI protocol to be tested in the Ironic gate.

Related-Bug: #1570301
Needed-By: I24349ce1b5c0332157f1bf8bd0613338a15495e4
Change-Id: Idf02cb28316be1846bb5fa1988c3d47ce6f9c54c
This commit is contained in:
Lucas Alvares Gomes 2016-04-18 16:16:33 +01:00
parent 5c9801eb6b
commit 177ae64223
4 changed files with 36 additions and 0 deletions

View File

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

View File

@ -3806,6 +3806,11 @@
description: scripts and useful references to track contributions by users.
- project: openstack/vahana
description: OpenStack Client libraries for iOS
- project: openstack/virtualbmc
description: A virtual BMC for controlling virtual machines using IPMI commands.
upstream: https://github.com/umago/virtualbmc.git
groups:
- ironic
- project: openstack/vitrage
description: OpenStack RCA (Root Cause Analysis) Engine
- project: openstack/vitrage-dashboard

View File

@ -8790,6 +8790,16 @@
- '{name}-js-release-{job-suffix}':
job-suffix: 'branch'
- project:
name: virtualbmc
tarball-site: tarballs.openstack.org
doc-publisher-site: docs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- openstack-publish-jobs
- project:
name: vitrage
tarball-site: tarballs.openstack.org

View File

@ -11691,6 +11691,13 @@ projects:
- name: merge-check
- name: noop-jobs
- name: openstack/virtualbmc
template:
- name: merge-check
- name: python-jobs
- name: check-requirements
- name: publish-to-pypi
- name: openstack/vitrage
template:
- name: merge-check