Add proliantutils module to stackforge
This module is used by Ironic iLO drivers to manage HP Proliant Servers. Change-Id: Id12a2fd480eb136d2a71557c306451ef4090d0b6
This commit is contained in:
14
gerrit/acls/stackforge/proliantutils.config
Normal file
14
gerrit/acls/stackforge/proliantutils.config
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group proliantutils-core
|
||||||
|
label-Code-Review = -2..+2 group proliantutils-core
|
||||||
|
label-Workflow = -1..+1 group proliantutils-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group proliantutils-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@@ -1937,6 +1937,9 @@
|
|||||||
description: Check out repos hosted on gerrit and apply a list of outstanding patches.
|
description: Check out repos hosted on gerrit and apply a list of outstanding patches.
|
||||||
upstream: https://github.com/jamezpolley/psr.git
|
upstream: https://github.com/jamezpolley/psr.git
|
||||||
acl-config: /home/gerrit2/acls/openstack/tripleo-incubator.config
|
acl-config: /home/gerrit2/acls/openstack/tripleo-incubator.config
|
||||||
|
- project: stackforge/proliantutils
|
||||||
|
description: Utility library for managing HP Proliant servers (used in Ironic iLO drivers).
|
||||||
|
upstream: https://github.com/rameshg87/proliantutils.git
|
||||||
- project: stackforge/puppet-ceilometer
|
- project: stackforge/puppet-ceilometer
|
||||||
description: OpenStack Ceilometer Puppet Module
|
description: OpenStack Ceilometer Puppet Module
|
||||||
acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
|
@@ -495,6 +495,7 @@ openstack-ironic:
|
|||||||
- openstack/python-ironicclient
|
- openstack/python-ironicclient
|
||||||
- stackforge/pyghmi
|
- stackforge/pyghmi
|
||||||
- stackforge/ironic-discoverd
|
- stackforge/ironic-discoverd
|
||||||
|
- stackforge/proliantutils
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@@ -3859,6 +3859,14 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: proliantutils
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: puppet-ceilometer
|
name: puppet-ceilometer
|
||||||
node: 'bare-trusty'
|
node: 'bare-trusty'
|
||||||
|
@@ -5340,6 +5340,16 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-prep-source-repos-pep8
|
- gate-prep-source-repos-pep8
|
||||||
|
|
||||||
|
- name: stackforge/proliantutils
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
check:
|
||||||
|
- gate-proliantutils-pep8
|
||||||
|
- gate-proliantutils-python27
|
||||||
|
gate:
|
||||||
|
- gate-proliantutils-pep8
|
||||||
|
- gate-proliantutils-python27
|
||||||
|
|
||||||
- name: stackforge/puppet-ceilometer
|
- name: stackforge/puppet-ceilometer
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Reference in New Issue
Block a user