New CI service - Virtual PDU

The goal of having a VirtualPDU service in openstack is to help the ci
infra to test and validate changes to the pdu drivers and provide a way
to build integration tests for these drivers.

Change-Id: If5c468737e01eb450f8101e09e35963e9a13b207
This commit is contained in:
srobert 2016-11-24 13:55:22 -05:00
parent 809b13bed2
commit f330809b33
4 changed files with 35 additions and 0 deletions

View File

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

View File

@ -6551,6 +6551,9 @@
description: A virtual BMC for controlling virtual machines using IPMI commands.
groups:
- ironic
- project: openstack/virtualpdu
description: VirtualPDU is a service for simulating power distribution units (PDUs).
upstream: https://github.com/internap/virtualpdu.git
- project: openstack/vitrage
description: OpenStack RCA (Root Cause Analysis) Engine
- project: openstack/vitrage-dashboard

View File

@ -15350,6 +15350,16 @@
job-suffix: '-nv'
branch-override: default
- project:
name: virtualpdu
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- 'gate-{name}-python35{suffix}':
suffix: ''
- pypi-jobs
- project:
name: vitrage
tarball-site: tarballs.openstack.org

View File

@ -17833,6 +17833,14 @@ projects:
check:
- gate-tempest-dsvm-ironic-pxe_ipmitool-virtualbmc-src-nv
- name: openstack/virtualpdu
template:
- name: merge-check
- name: python-jobs
- name: python35-jobs
- name: check-requirements
- name: publish-to-pypi
- name: openstack/vitrage
template:
- name: merge-check