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:
parent
809b13bed2
commit
f330809b33
14
gerrit/acls/openstack/virtualpdu.config
Normal file
14
gerrit/acls/openstack/virtualpdu.config
Normal 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
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user